Skip to content

Commit 1798f05

Browse files
feat: Automated regeneration of config v1 client (googleapis#21423)
Auto-created at 2025-01-19 10:15:36 +0000 using the toys pull request generator.
1 parent 69c4a40 commit 1798f05

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
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.7.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250108
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.6.0 (2024-12-15)
49

510
* Regenerated from discovery document revision 20241211

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.6.0"
19+
GEM_VERSION = "0.7.0"
2020

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

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

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,13 +1299,13 @@ def get_project_location_terraform_version(name, fields: nil, quota_user: nil, o
12991299
# @param [String] order_by
13001300
# Optional. Field to use to sort the list.
13011301
# @param [Fixnum] page_size
1302-
# Optional. When requesting a page of resources, 'page_size' specifies number of
1303-
# resources to return. If unspecified, at most 500 will be returned. The maximum
1304-
# value is 1000.
1302+
# Optional. When requesting a page of terraform versions, 'page_size' specifies
1303+
# number of terraform versions to return. If unspecified, at most 500 will be
1304+
# returned. The maximum value is 1000.
13051305
# @param [String] page_token
13061306
# Optional. Token returned by previous call to 'ListTerraformVersions' which
13071307
# specifies the position in the list from where to continue listing the
1308-
# resources.
1308+
# terraform versions.
13091309
# @param [String] fields
13101310
# Selector specifying which fields to include in a partial response.
13111311
# @param [String] quota_user

0 commit comments

Comments
 (0)