Skip to content

Commit 28c8d12

Browse files
feat: Automated regeneration of clouddeploy v1 client (googleapis#26562)
Auto-created at 2026-05-24 10:56:21 +0000 using the toys pull request generator.
1 parent a1b9778 commit 28c8d12

4 files changed

Lines changed: 20 additions & 24 deletions

File tree

generated/google-apis-clouddeploy_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-clouddeploy_v1
22

3+
### v0.74.0 (2026-05-24)
4+
5+
* Regenerated from discovery document revision 20260512
6+
37
### v0.73.0 (2026-05-17)
48

59
* Regenerated from discovery document revision 20260427

generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/classes.rb

Lines changed: 14 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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

generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ClouddeployV1
1818
# Version of the google-apis-clouddeploy_v1 gem
19-
GEM_VERSION = "0.73.0"
19+
GEM_VERSION = "0.74.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260427"
25+
REVISION = "20260512"
2626
end
2727
end
2828
end

generated/google-apis-clouddeploy_v1/lib/google/apis/clouddeploy_v1/representations.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1555,7 +1555,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
15551555
collection :command, as: 'command'
15561556
hash :env, as: 'env'
15571557
property :image, as: 'image'
1558-
property :script, as: 'script'
15591558
end
15601559
end
15611560

0 commit comments

Comments
 (0)