Skip to content

Commit 0213b7e

Browse files
feat: Automated regeneration of container v1 client (#27214)
Auto-created at 2026-07-05 09:56:12 +0000 using the toys pull request generator.
1 parent fe23bed commit 0213b7e

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

generated/google-apis-container_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-container_v1
22

3+
### v0.117.0 (2026-07-05)
4+
5+
* Regenerated from discovery document revision 20260616
6+
37
### v0.116.0 (2026-06-21)
48

59
* Regenerated from discovery document revision 20260609

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7011,7 +7011,7 @@ class NodePool
70117011
# @return [Google::Apis::ContainerV1::BestEffortProvisioning]
70127012
attr_accessor :best_effort_provisioning
70137013

7014-
# Which conditions caused the current node pool state.
7014+
# Output only. Which conditions caused the current node pool state.
70157015
# Corresponds to the JSON property `conditions`
70167016
# @return [Array<Google::Apis::ContainerV1::StatusCondition>]
70177017
attr_accessor :conditions
@@ -7023,9 +7023,9 @@ class NodePool
70237023
# @return [Google::Apis::ContainerV1::NodeConfig]
70247024
attr_accessor :config
70257025

7026-
# This checksum is computed by the server based on the value of node pool fields,
7027-
# and may be sent on update requests to ensure the client has an up-to-date
7028-
# value before proceeding.
7026+
# Output only. This checksum is computed by the server based on the value of
7027+
# node pool fields, and may be sent on update requests to ensure the client has
7028+
# an up-to-date value before proceeding.
70297029
# Corresponds to the JSON property `etag`
70307030
# @return [String]
70317031
attr_accessor :etag

generated/google-apis-container_v1/lib/google/apis/container_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 ContainerV1
1818
# Version of the google-apis-container_v1 gem
19-
GEM_VERSION = "0.116.0"
19+
GEM_VERSION = "0.117.0"
2020

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

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

0 commit comments

Comments
 (0)