google-apis-serviceconsumermanagement_v1beta1 0.46.0 → 0.47.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9129fce60b9021050a1763dc92540cf0c4df2aa44e933c7304364d0e1fc1e545
|
4
|
+
data.tar.gz: 97ff907ce0c1d7d4173bc23bb193d60f2c78cffadafe3cb15a1a50fc36a538a6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 437672332b395c4755718ed898b2cdb9bf90f9dcff3b5338f12cbbdf50b8a16cc920627ac94b82e0943e3b24b737dac5179d527007c995c315b2b0140b0ac76b
|
7
|
+
data.tar.gz: 352191b8b29698bae374ae4613122c42a05d9adeac0c48632f9df9cbbacd15cbe161f5a57abba94db5b5f800b77462e864946d152f00fa58d69dbc32190bda4d
|
data/CHANGELOG.md
CHANGED
@@ -3674,7 +3674,9 @@ module Google
|
|
3674
3674
|
|
3675
3675
|
# Whether to force the creation of the quota overrides. Setting the force
|
3676
3676
|
# parameter to 'true' ignores all quota safety checks that would fail the
|
3677
|
-
# request. QuotaSafetyCheck lists all such validations.
|
3677
|
+
# request. QuotaSafetyCheck lists all such validations. If force is set to true,
|
3678
|
+
# it is recommended to include a case id in "X-Goog-Request-Reason" header when
|
3679
|
+
# sending the request.
|
3678
3680
|
# Corresponds to the JSON property `force`
|
3679
3681
|
# @return [Boolean]
|
3680
3682
|
attr_accessor :force
|
@@ -3683,7 +3685,9 @@ module Google
|
|
3683
3685
|
# The list of quota safety checks to ignore before the override mutation. Unlike
|
3684
3686
|
# 'force' field that ignores all the quota safety checks, the 'force_only' field
|
3685
3687
|
# ignores only the specified checks; other checks are still enforced. The 'force'
|
3686
|
-
# and 'force_only' fields cannot both be set.
|
3688
|
+
# and 'force_only' fields cannot both be set. If force_only is specified, it is
|
3689
|
+
# recommended to include a case id in "X-Goog-Request-Reason" header when
|
3690
|
+
# sending the request.
|
3687
3691
|
# Corresponds to the JSON property `forceOnly`
|
3688
3692
|
# @return [Array<String>]
|
3689
3693
|
attr_accessor :force_only
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServiceconsumermanagementV1beta1
|
18
18
|
# Version of the google-apis-serviceconsumermanagement_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.47.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240317"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -249,12 +249,16 @@ module Google
|
|
249
249
|
# @param [Boolean] force
|
250
250
|
# Whether to force the creation of the quota override. Setting the force
|
251
251
|
# parameter to 'true' ignores all quota safety checks that would fail the
|
252
|
-
# request. QuotaSafetyCheck lists all such validations.
|
252
|
+
# request. QuotaSafetyCheck lists all such validations. If force is set to true,
|
253
|
+
# it is recommended to include a case id in "X-Goog-Request-Reason" header when
|
254
|
+
# sending the request.
|
253
255
|
# @param [Array<String>, String] force_only
|
254
256
|
# The list of quota safety checks to ignore before the override mutation. Unlike
|
255
257
|
# 'force' field that ignores all the quota safety checks, the 'force_only' field
|
256
258
|
# ignores only the specified checks; other checks are still enforced. The 'force'
|
257
|
-
# and 'force_only' fields cannot both be set.
|
259
|
+
# and 'force_only' fields cannot both be set. If force_only is specified, it is
|
260
|
+
# recommended to include a case id in "X-Goog-Request-Reason" header when
|
261
|
+
# sending the request.
|
258
262
|
# @param [String] fields
|
259
263
|
# Selector specifying which fields to include in a partial response.
|
260
264
|
# @param [String] quota_user
|
@@ -294,12 +298,16 @@ module Google
|
|
294
298
|
# @param [Boolean] force
|
295
299
|
# Whether to force the deletion of the quota override. Setting the force
|
296
300
|
# parameter to 'true' ignores all quota safety checks that would fail the
|
297
|
-
# request. QuotaSafetyCheck lists all such validations.
|
301
|
+
# request. QuotaSafetyCheck lists all such validations. If force is set to true,
|
302
|
+
# it is recommended to include a case id in "X-Goog-Request-Reason" header when
|
303
|
+
# sending the request.
|
298
304
|
# @param [Array<String>, String] force_only
|
299
305
|
# The list of quota safety checks to ignore before the override mutation. Unlike
|
300
306
|
# 'force' field that ignores all the quota safety checks, the 'force_only' field
|
301
307
|
# ignores only the specified checks; other checks are still enforced. The 'force'
|
302
|
-
# and 'force_only' fields cannot both be set.
|
308
|
+
# and 'force_only' fields cannot both be set. If force_only is specified, it is
|
309
|
+
# recommended to include a case id in "X-Goog-Request-Reason" header when
|
310
|
+
# sending the request.
|
303
311
|
# @param [String] fields
|
304
312
|
# Selector specifying which fields to include in a partial response.
|
305
313
|
# @param [String] quota_user
|
@@ -377,12 +385,16 @@ module Google
|
|
377
385
|
# @param [Boolean] force
|
378
386
|
# Whether to force the update of the quota override. Setting the force parameter
|
379
387
|
# to 'true' ignores all quota safety checks that would fail the request.
|
380
|
-
# QuotaSafetyCheck lists all such validations.
|
388
|
+
# QuotaSafetyCheck lists all such validations. If force is set to true, it is
|
389
|
+
# recommended to include a case id in "X-Goog-Request-Reason" header when
|
390
|
+
# sending the request.
|
381
391
|
# @param [Array<String>, String] force_only
|
382
392
|
# The list of quota safety checks to ignore before the override mutation. Unlike
|
383
393
|
# 'force' field that ignores all the quota safety checks, the 'force_only' field
|
384
394
|
# ignores only the specified checks; other checks are still enforced. The 'force'
|
385
|
-
# and 'force_only' fields cannot both be set.
|
395
|
+
# and 'force_only' fields cannot both be set. If force_only is specified, it is
|
396
|
+
# recommended to include a case id in "X-Goog-Request-Reason" header when
|
397
|
+
# sending the request.
|
386
398
|
# @param [String] update_mask
|
387
399
|
# Update only the specified fields. If unset, all modifiable fields will be
|
388
400
|
# updated.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-serviceconsumermanagement_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.47.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-03-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.47.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|