google-cloud-cloud_quotas-v1beta 0.3.0 → 0.3.1

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: 9f45b2c874d323743ec110bb8effc6d5552d867aed69b85adebeaa931ac89e50
4
- data.tar.gz: 45c342fdabc5b117d35b7934ad5cdb3ef4815f66ed6543478f1a146792712ca0
3
+ metadata.gz: 6b14bfaf55ccc2331076ef2064ad42bae5c653b04eec30134ebecbf3d4f9bd87
4
+ data.tar.gz: '0909ce3902403d1cd69387e3813d88c7bd9a087ba791296719aa5bac7a7d1922'
5
5
  SHA512:
6
- metadata.gz: 7d9eeb946879e4e74ee246c8e4011b8b0a5b5f85ce9cef94519c86121c0ddf4a8f7440acb69f836c27081f9928325855d64e9b5e795ec69083681709c300f868
7
- data.tar.gz: c02fb1ee8e4cb16eb4bcfe2a90146d8257cf410debf2cdcb2e881cb46d2dd1425b917d72cedf90b13321e26faef348767afdef118bff65530c3b517b5a53ce92
6
+ metadata.gz: 46d017c77913f4504fe2c50076833f8b0ad140f6715e7568c75e7929077ce94e95b7ed0aaab41ce03fe1c2818c9c4dd2da14b449ccfc645e3603a2f9e3c0410e
7
+ data.tar.gz: 61b1ad46f83a0a9068ff942ead82ee8ff41d0247d46370d5f774224b416fafc8b23486da53b871d938961c4afa7a17b4140d8fdffdf72ea6679b7d7124c91ea2
@@ -221,9 +221,9 @@ module Google
221
221
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
222
222
  # Optional. The list of fields to update.
223
223
  # @param validate_only [::Boolean]
224
- # Optional. If set to true, validate the request, but do not actually update.
225
- # Note that a request being valid does not mean that the request is
226
- # guaranteed to be fulfilled.
224
+ # Optional. If set to true, checks the syntax of the request but doesn't
225
+ # update the quota adjuster settings value. Note that although a request can
226
+ # be valid, that doesn't guarantee that the request will be fulfilled.
227
227
  #
228
228
  # @yield [response, operation] Access the result along with the RPC operation
229
229
  # @yieldparam response [::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings]
@@ -308,8 +308,8 @@ module Google
308
308
  # the default parameter values, pass an empty Hash as a request object (see above).
309
309
  #
310
310
  # @param name [::String]
311
- # Required. Name of the config. Required to be “settings”, as only a single
312
- # setting per container will be supported initially.
311
+ # Required. Name of the `quotaAdjusterSettings` configuration. Only a single
312
+ # setting per project is supported.
313
313
  #
314
314
  # @yield [response, operation] Access the result along with the RPC operation
315
315
  # @yieldparam response [::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings]
@@ -214,9 +214,9 @@ module Google
214
214
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
215
215
  # Optional. The list of fields to update.
216
216
  # @param validate_only [::Boolean]
217
- # Optional. If set to true, validate the request, but do not actually update.
218
- # Note that a request being valid does not mean that the request is
219
- # guaranteed to be fulfilled.
217
+ # Optional. If set to true, checks the syntax of the request but doesn't
218
+ # update the quota adjuster settings value. Note that although a request can
219
+ # be valid, that doesn't guarantee that the request will be fulfilled.
220
220
  # @yield [result, operation] Access the result along with the TransportOperation object
221
221
  # @yieldparam result [::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings]
222
222
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -294,8 +294,8 @@ module Google
294
294
  # the default parameter values, pass an empty Hash as a request object (see above).
295
295
  #
296
296
  # @param name [::String]
297
- # Required. Name of the config. Required to be “settings”, as only a single
298
- # setting per container will be supported initially.
297
+ # Required. Name of the `quotaAdjusterSettings` configuration. Only a single
298
+ # setting per project is supported.
299
299
  # @yield [result, operation] Access the result along with the TransportOperation object
300
300
  # @yieldparam result [::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings]
301
301
  # @yieldparam operation [::Gapic::Rest::TransportOperation]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CloudQuotas
23
23
  module V1beta
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -24,8 +24,8 @@ module Google
24
24
  # Request for getting QuotaAdjusterSettings
25
25
  # @!attribute [rw] name
26
26
  # @return [::String]
27
- # Required. Name of the config. Required to be “settings”, as only a single
28
- # setting per container will be supported initially.
27
+ # Required. Name of the `quotaAdjusterSettings` configuration. Only a single
28
+ # setting per project is supported.
29
29
  class GetQuotaAdjusterSettingsRequest
30
30
  include ::Google::Protobuf::MessageExts
31
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,9 +40,9 @@ module Google
40
40
  # Optional. The list of fields to update.
41
41
  # @!attribute [rw] validate_only
42
42
  # @return [::Boolean]
43
- # Optional. If set to true, validate the request, but do not actually update.
44
- # Note that a request being valid does not mean that the request is
45
- # guaranteed to be fulfilled.
43
+ # Optional. If set to true, checks the syntax of the request but doesn't
44
+ # update the quota adjuster settings value. Note that although a request can
45
+ # be valid, that doesn't guarantee that the request will be fulfilled.
46
46
  class UpdateQuotaAdjusterSettingsRequest
47
47
  include ::Google::Protobuf::MessageExts
48
48
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -52,21 +52,22 @@ module Google
52
52
  # Adjuster.
53
53
  # @!attribute [rw] name
54
54
  # @return [::String]
55
- # Identifier. Name of the config would be of the format:
56
- # projects/12345/locations/global/quotaAdjusterSettings
55
+ # Identifier. Name of the configuration, in the following format:
56
+ # `projects/PROJECT_NUMBER/locations/global/quotaAdjusterSettings`.
57
+ # Replace PROJECT_NUMBER with the project number for your project.
57
58
  # @!attribute [rw] enablement
58
59
  # @return [::Google::Cloud::CloudQuotas::V1beta::QuotaAdjusterSettings::Enablement]
59
60
  # Required. The configured value of the enablement at the given resource.
60
61
  # @!attribute [r] update_time
61
62
  # @return [::Google::Protobuf::Timestamp]
62
- # Output only. The timestamp when the QuotaAdjusterSettings was last updated.
63
+ # Output only. The timestamp when the QuotaAdjusterSettings resource was last
64
+ # updated.
63
65
  # @!attribute [rw] etag
64
66
  # @return [::String]
65
- # Optional. The current etag of the QuotaAdjusterSettings. If an etag is
66
- # provided on update and does not match the current server's etag of the
67
- # QuotaAdjusterSettings, the request will be blocked and an ABORTED error
68
- # will be returned. See https://google.aip.dev/134#etags for more details on
69
- # etags.
67
+ # Optional. The current ETag of the QuotaAdjusterSettings. If an ETag is
68
+ # provided on update and does not match the current server's ETag in the
69
+ # QuotaAdjusterSettings, the request is blocked and returns an ABORTED error.
70
+ # See https://google.aip.dev/134#etags for more details on ETags.
70
71
  class QuotaAdjusterSettings
71
72
  include ::Google::Protobuf::MessageExts
72
73
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-cloud_quotas-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 00:00:00.000000000 Z
10
+ date: 2025-03-13 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
@@ -110,7 +110,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
- rubygems_version: 3.6.3
113
+ rubygems_version: 3.6.5
114
114
  specification_version: 4
115
115
  summary: Cloud Quotas API provides Google Cloud service consumers with management
116
116
  and observability for resource usage, quotas, and restrictions of the services they