google-apis-config_v1 0.6.0 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: eb7da61baae7e18e6abf9911a447be1c6a4195b5245def422df5cd08770f8173
4
- data.tar.gz: 643cc3106ca97f7bca845b0870ecc6cb322efd4e6ae8b5b7dd09eed3126a476d
3
+ metadata.gz: 5906fb9ee30a25c29cc7206ea3954f11e026b07718d7d14edfa38d6ef566d06d
4
+ data.tar.gz: 8ccb5b4fb325313df112d908cf2d7d7fedcb67643d34d9727f4527a765607773
5
5
  SHA512:
6
- metadata.gz: e3d1af59b88319e99dde760f0336d4d93d8915e5f3fdb5c8cdfb41a63aff67edac957a56269074a84423074855d11c959353e88a9fb93f06da338a53474ecb82
7
- data.tar.gz: a42c4fa953c42f333f72625057f3832db7d135517b99a21f0c8159fa7d901e7fac33f9257532d77986896af319898d1a04a6e96deb7f5d77e50a374ddddcbb67
6
+ metadata.gz: dc7384c4ddfb2a7f0a2ebfc7dcf3ef979f7d0b310851d7b0f5b2aa432760b847546dcc4b9a4027938864fc8f6b1c7381cacde290b5703e8fcf357196c3adcf39
7
+ data.tar.gz: a68ddc227af0e99cf65818931a1db52f148cc0bfb6126adef0eb221693eb9b9775af26911f97ecdcf76dd6359c5494628212d5ad6d5ec450f25ba15921aa058d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-config_v1
2
2
 
3
+ ### v0.8.0 (2025-04-20)
4
+
5
+ * Regenerated from discovery document revision 20250409
6
+
7
+ ### v0.7.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250219
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.6.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241211
@@ -1219,8 +1219,8 @@ module Google
1219
1219
  include Google::Apis::Core::Hashable
1220
1220
 
1221
1221
  # Optional. Arbitrary key-value metadata storage e.g. to help client tools
1222
- # identifiy preview during automation. See https://google.aip.dev/148#
1223
- # annotations for details on format and size limitations.
1222
+ # identify preview during automation. See https://google.aip.dev/148#annotations
1223
+ # for details on format and size limitations.
1224
1224
  # Corresponds to the JSON property `annotations`
1225
1225
  # @return [Hash<String,String>]
1226
1226
  attr_accessor :annotations
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ConfigV1
18
18
  # Version of the google-apis-config_v1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241211"
25
+ REVISION = "20250409"
26
26
  end
27
27
  end
28
28
  end
@@ -84,6 +84,9 @@ module Google
84
84
  # Lists information about the supported locations for this service.
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
+ # @param [Array<String>, String] extra_location_types
88
+ # Optional. A list of extra location types that should be used as conditions for
89
+ # controlling the visibility of the locations.
87
90
  # @param [String] filter
88
91
  # A filter to narrow down results to a preferred subset. The filtering language
89
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -111,11 +114,12 @@ module Google
111
114
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
112
115
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
113
116
  # @raise [Google::Apis::AuthorizationError] Authorization is required
114
- def list_project_locations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
117
+ def list_project_locations(name, extra_location_types: nil, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
115
118
  command = make_simple_command(:get, 'v1/{+name}/locations', options)
116
119
  command.response_representation = Google::Apis::ConfigV1::ListLocationsResponse::Representation
117
120
  command.response_class = Google::Apis::ConfigV1::ListLocationsResponse
118
121
  command.params['name'] = name unless name.nil?
122
+ command.query['extraLocationTypes'] = extra_location_types unless extra_location_types.nil?
119
123
  command.query['filter'] = filter unless filter.nil?
120
124
  command.query['pageSize'] = page_size unless page_size.nil?
121
125
  command.query['pageToken'] = page_token unless page_token.nil?
@@ -1299,13 +1303,13 @@ module Google
1299
1303
  # @param [String] order_by
1300
1304
  # Optional. Field to use to sort the list.
1301
1305
  # @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.
1306
+ # Optional. When requesting a page of terraform versions, 'page_size' specifies
1307
+ # number of terraform versions to return. If unspecified, at most 500 will be
1308
+ # returned. The maximum value is 1000.
1305
1309
  # @param [String] page_token
1306
1310
  # Optional. Token returned by previous call to 'ListTerraformVersions' which
1307
1311
  # specifies the position in the list from where to continue listing the
1308
- # resources.
1312
+ # terraform versions.
1309
1313
  # @param [String] fields
1310
1314
  # Selector specifying which fields to include in a partial response.
1311
1315
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-config_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-04-20 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-config_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.6.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-config_v1/v0.8.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-config_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Infrastructure Manager API V1
82
79
  test_files: []