google-apis-serviceconsumermanagement_v1beta1 0.45.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: 58fff31af40b01ae1edad7f970fbc8181e1b70f811be0d483909dc6b81347c62
4
- data.tar.gz: 1888053f9824776b62c7597c7adc377f422cb05982064d2313eee3b9813983c8
3
+ metadata.gz: 9129fce60b9021050a1763dc92540cf0c4df2aa44e933c7304364d0e1fc1e545
4
+ data.tar.gz: 97ff907ce0c1d7d4173bc23bb193d60f2c78cffadafe3cb15a1a50fc36a538a6
5
5
  SHA512:
6
- metadata.gz: effa22794c04ae481e438802428f6c369ab14fec97046a4909a9d282cb83298a536b8f1093795d461aec257bf3e42d61b71a0c4f3149e03eec0d9d86d187a9ce
7
- data.tar.gz: 1a59949f7749c47746d725a8854b19d582f08350945e9695bc6ae77e607519e0699fde403cc7bcabba49172619304fa69bc32679d46a2bfed2db325951eeeaff
6
+ metadata.gz: 437672332b395c4755718ed898b2cdb9bf90f9dcff3b5338f12cbbdf50b8a16cc920627ac94b82e0943e3b24b737dac5179d527007c995c315b2b0140b0ac76b
7
+ data.tar.gz: 352191b8b29698bae374ae4613122c42a05d9adeac0c48632f9df9cbbacd15cbe161f5a57abba94db5b5f800b77462e864946d152f00fa58d69dbc32190bda4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.47.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240317
6
+
7
+ ### v0.46.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.45.0 (2024-01-23)
4
12
 
5
13
  * Regenerated using generator version 0.13.0
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/service-consumer-management
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -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.45.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240102"
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.45.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-01-23 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.45.0
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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Service Consumer Management API V1beta1