Skip to content

Commit 1a64fe8

Browse files
feat: Automated regeneration of config v1 client (googleapis#23357)
Auto-created at 2025-06-08 10:19:47 +0000 using the toys pull request generator.
1 parent 9be8fcb commit 1a64fe8

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

generated/google-apis-config_v1/CHANGELOG.md

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

3+
### v0.10.0 (2025-06-08)
4+
5+
* Regenerated from discovery document revision 20250528
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.9.0 (2025-05-04)
49

510
* Regenerated using generator version 0.17.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ class Deployment
325325
attr_accessor :import_existing_resources
326326
alias_method :import_existing_resources?, :import_existing_resources
327327

328-
# User-defined metadata for the deployment.
328+
# Optional. User-defined metadata for the deployment.
329329
# Corresponds to the JSON property `labels`
330330
# @return [Hash<String,String>]
331331
attr_accessor :labels
@@ -341,8 +341,8 @@ class Deployment
341341
# @return [String]
342342
attr_accessor :lock_state
343343

344-
# Resource name of the deployment. Format: `projects/`project`/locations/`
345-
# location`/deployments/`deployment``
344+
# Identifier. Resource name of the deployment. Format: `projects/`project`/
345+
# locations/`location`/deployments/`deployment``
346346
# Corresponds to the JSON property `name`
347347
# @return [String]
348348
attr_accessor :name

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ConfigV1
1818
# Version of the google-apis-config_v1 gem
19-
GEM_VERSION = "0.9.0"
19+
GEM_VERSION = "0.10.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

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

generated/google-apis-config_v1/lib/google/apis/config_v1/service.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@ def lock_deployment(name, lock_deployment_request_object = nil, fields: nil, quo
532532

533533
# Updates a Deployment.
534534
# @param [String] name
535-
# Resource name of the deployment. Format: `projects/`project`/locations/`
536-
# location`/deployments/`deployment``
535+
# Identifier. Resource name of the deployment. Format: `projects/`project`/
536+
# locations/`location`/deployments/`deployment``
537537
# @param [Google::Apis::ConfigV1::Deployment] deployment_object
538538
# @param [String] request_id
539539
# Optional. An optional request ID to identify requests. Specify a unique

0 commit comments

Comments
 (0)