@@ -1570,12 +1570,6 @@ class ContainerTask
15701570 # @return [String]
15711571 attr_accessor :image
15721572
1573- # Optional. Shell script to execute. If provided then command and args cannot be
1574- # specified.
1575- # Corresponds to the JSON property `script`
1576- # @return [String]
1577- attr_accessor :script
1578-
15791573 def initialize ( **args )
15801574 update! ( **args )
15811575 end
@@ -1586,7 +1580,6 @@ def update!(**args)
15861580 @command = args [ :command ] if args . key? ( :command )
15871581 @env = args [ :env ] if args . key? ( :env )
15881582 @image = args [ :image ] if args . key? ( :image )
1589- @script = args [ :script ] if args . key? ( :script )
15901583 end
15911584 end
15921585
@@ -2099,13 +2092,13 @@ class DeliveryPipeline
20992092 # @return [String]
21002093 attr_accessor :etag
21012094
2102- # Labels are attributes that can be set and used by both the user and by Cloud
2103- # Deploy. Labels must meet the following constraints: * Keys and values can
2104- # contain only lowercase letters, numeric characters, underscores, and dashes. *
2105- # All characters must use UTF-8 encoding, and international characters are
2106- # allowed. * Keys must start with a lowercase letter or international character.
2107- # * Each resource is limited to a maximum of 64 labels. Both keys and values are
2108- # additionally constrained to be <= 128 bytes.
2095+ # Optional. Labels are attributes that can be set and used by both the user and
2096+ # by Cloud Deploy. Labels must meet the following constraints: * Keys and values
2097+ # can contain only lowercase letters, numeric characters, underscores, and
2098+ # dashes. * All characters must use UTF-8 encoding, and international characters
2099+ # are allowed. * Keys must start with a lowercase letter or international
2100+ # character. * Each resource is limited to a maximum of 64 labels. Both keys and
2101+ # values are additionally constrained to be <= 128 bytes.
21092102 # Corresponds to the JSON property `labels`
21102103 # @return [Hash<String,String>]
21112104 attr_accessor :labels
@@ -4770,13 +4763,13 @@ class Release
47704763 # @return [String]
47714764 attr_accessor :etag
47724765
4773- # Labels are attributes that can be set and used by both the user and by Cloud
4774- # Deploy. Labels must meet the following constraints: * Keys and values can
4775- # contain only lowercase letters, numeric characters, underscores, and dashes. *
4776- # All characters must use UTF-8 encoding, and international characters are
4777- # allowed. * Keys must start with a lowercase letter or international character.
4778- # * Each resource is limited to a maximum of 64 labels. Both keys and values are
4779- # additionally constrained to be <= 128 bytes.
4766+ # Optional. Labels are attributes that can be set and used by both the user and
4767+ # by Cloud Deploy. Labels must meet the following constraints: * Keys and values
4768+ # can contain only lowercase letters, numeric characters, underscores, and
4769+ # dashes. * All characters must use UTF-8 encoding, and international characters
4770+ # are allowed. * Keys must start with a lowercase letter or international
4771+ # character. * Each resource is limited to a maximum of 64 labels. Both keys and
4772+ # values are additionally constrained to be <= 128 bytes.
47804773 # Corresponds to the JSON property `labels`
47814774 # @return [Hash<String,String>]
47824775 attr_accessor :labels
0 commit comments