google-apis-serviceconsumermanagement_v1beta1 0.1.0 → 0.6.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: 886df30b4486ffeb16f2dce1c38e2441d4f3ab323b3f0fa1a1b69ba896c7d5a8
4
- data.tar.gz: 74e2364d4c7f1a0a99304722a9a8828886fd36bea193a96841d2de0cf5ee52c5
3
+ metadata.gz: a3f10b9c17fdce29638adbf04d01883bf2751d2da12ba6e8fd8a4ca1f164a7bf
4
+ data.tar.gz: 99027594ea368c2541155a57aabcdbe99619a41cbafc93e5a6b13d88cdf01cda
5
5
  SHA512:
6
- metadata.gz: 05cc1b8678a7ef6165d190261549e9a121f0acfbdab037c865239616bdab450b45468d862f2c2938a73b73f78ebd57b1b15fe85490d37693ef533861bf7a9c8f
7
- data.tar.gz: 62f719f5dbe17a82c705f408f90184f2e32f8f1c7fb3ad8e68c2db205937c2300891acaf19cf369e8c76d16b426bdd4cf75edd50cd54a327758ece1a31891dfa
6
+ metadata.gz: 1a5b55c84831fc53f4995b9e6fb3b49cf497a27a2532e940f6dcd8059f98b42501573e609c1a03efaa74aaf296003872e4e4ea58513d5d982c2a998ce45f6ca5
7
+ data.tar.gz: 2f0454c4a9716487bcf60f240f14c371518bbd35026f884a6894f52bdae6efc5cd6dc68c925ed77f4248c3cb2cf93adaa7e733e146fd2ad582dfb9ccf66a18cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.6.0 (2021-03-23)
4
+
5
+ * Regenerated from discovery document revision 20210319
6
+ * Regenerated using generator version 0.2.0
7
+
8
+ ### v0.5.0 (2021-03-04)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.4.0 (2021-02-19)
13
+
14
+ * Regenerated from discovery document revision 20210217
15
+
16
+ ### v0.3.0 (2021-02-11)
17
+
18
+ * Regenerated from discovery document revision 20210209
19
+
20
+ ### v0.2.0 (2021-01-28)
21
+
22
+ * Regenerated from discovery document revision 20210126
23
+ * Regenerated using generator version 0.1.2
24
+
3
25
  ### v0.1.0 (2021-01-07)
4
26
 
5
27
  * Regenerated using generator version 0.1.1
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -1543,11 +1543,11 @@ module Google
1543
1543
 
1544
1544
  # The units in which the metric value is reported. It is only applicable if the `
1545
1545
  # value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit` defines the
1546
- # representation of the stored metric values. Different systems may scale the
1547
- # values to be more easily displayed (so a value of `0.02KBy` _might_ be
1548
- # displayed as `20By`, and a value of `3523KBy` _might_ be displayed as `3.5MBy`)
1549
- # . However, if the `unit` is `KBy`, then the value of the metric is always in
1550
- # thousands of bytes, no matter how it may be displayed.. If you want a custom
1546
+ # representation of the stored metric values. Different systems might scale the
1547
+ # values to be more easily displayed (so a value of `0.02kBy` _might_ be
1548
+ # displayed as `20By`, and a value of `3523kBy` _might_ be displayed as `3.5MBy`)
1549
+ # . However, if the `unit` is `kBy`, then the value of the metric is always in
1550
+ # thousands of bytes, no matter how it might be displayed. If you want a custom
1551
1551
  # metric to record the exact number of CPU-seconds used by a job, you can create
1552
1552
  # an `INT64 CUMULATIVE` metric whose `unit` is `s`CPU`` (or equivalently `1s`CPU`
1553
1553
  # ` or just `s`). If the job uses 12,005 CPU-seconds, then the value is written
@@ -1555,7 +1555,7 @@ module Google
1555
1555
  # more granular way, you can create a `DOUBLE CUMULATIVE` metric whose `unit` is
1556
1556
  # `ks`CPU``, and then write the value `12.005` (which is `12005/1000`), or use `
1557
1557
  # Kis`CPU`` and write `11.723` (which is `12005/1024`). The supported units are
1558
- # a subset of [The Unified Code for Units of Measure](http://unitsofmeasure.org/
1558
+ # a subset of [The Unified Code for Units of Measure](https://unitsofmeasure.org/
1559
1559
  # ucum.html) standard: **Basic units (UNIT)** * `bit` bit * `By` byte * `s`
1560
1560
  # second * `min` minute * `h` hour * `d` day * `1` dimensionless **Prefixes (
1561
1561
  # PREFIX)** * `k` kilo (10^3) * `M` mega (10^6) * `G` giga (10^9) * `T` tera (10^
@@ -2210,11 +2210,11 @@ module Google
2210
2210
  # and delegates other aspects to sub-sections. Each sub-section is either a
2211
2211
  # proto message or a repeated proto message that configures a specific aspect,
2212
2212
  # such as auth. See each proto message definition for details. Example: type:
2213
- # google.api.Service config_version: 3 name: calendar.googleapis.com title:
2214
- # Google Calendar API apis: - name: google.calendar.v3.Calendar authentication:
2215
- # providers: - id: google_calendar_auth jwks_uri: https://www.googleapis.com/
2216
- # oauth2/v1/certs issuer: https://securetoken.google.com rules: - selector: "*"
2217
- # requirements: provider_id: google_calendar_auth
2213
+ # google.api.Service name: calendar.googleapis.com title: Google Calendar API
2214
+ # apis: - name: google.calendar.v3.Calendar authentication: providers: - id:
2215
+ # google_calendar_auth jwks_uri: https://www.googleapis.com/oauth2/v1/certs
2216
+ # issuer: https://securetoken.google.com rules: - selector: "*" requirements:
2217
+ # provider_id: google_calendar_auth
2218
2218
  class Service
2219
2219
  include Google::Apis::Core::Hashable
2220
2220
 
@@ -2764,7 +2764,11 @@ module Google
2764
2764
 
2765
2765
  # Requirements that must be satisfied before a consumer project can use the
2766
2766
  # service. Each requirement is of the form /; for example 'serviceusage.
2767
- # googleapis.com/billing-enabled'.
2767
+ # googleapis.com/billing-enabled'. For Google APIs, a Terms of Service
2768
+ # requirement must be included here. Google Cloud APIs must include "
2769
+ # serviceusage.googleapis.com/tos/cloud". Other Google APIs should include "
2770
+ # serviceusage.googleapis.com/tos/universal". Additional ToS can be included
2771
+ # based on the business needs.
2768
2772
  # Corresponds to the JSON property `requirements`
2769
2773
  # @return [Array<String>]
2770
2774
  attr_accessor :requirements
@@ -2915,6 +2919,15 @@ module Google
2915
2919
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit>]
2916
2920
  attr_accessor :consumer_quota_limits
2917
2921
 
2922
+ # The quota limits targeting the descendant containers of the consumer in
2923
+ # request. If the consumer in request is of type `organizations` or `folders`,
2924
+ # the field will list per-project limits in the metric; if the consumer in
2925
+ # request is of type `project`, the field will be empty. The `quota_buckets`
2926
+ # field of each descendant consumer quota limit will not be populated.
2927
+ # Corresponds to the JSON property `descendantConsumerQuotaLimits`
2928
+ # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit>]
2929
+ attr_accessor :descendant_consumer_quota_limits
2930
+
2918
2931
  # The display name of the metric. An example name would be: "CPUs"
2919
2932
  # Corresponds to the JSON property `displayName`
2920
2933
  # @return [String]
@@ -2946,6 +2959,7 @@ module Google
2946
2959
  # Update properties of this object
2947
2960
  def update!(**args)
2948
2961
  @consumer_quota_limits = args[:consumer_quota_limits] if args.key?(:consumer_quota_limits)
2962
+ @descendant_consumer_quota_limits = args[:descendant_consumer_quota_limits] if args.key?(:descendant_consumer_quota_limits)
2949
2963
  @display_name = args[:display_name] if args.key?(:display_name)
2950
2964
  @metric = args[:metric] if args.key?(:metric)
2951
2965
  @name = args[:name] if args.key?(:name)
@@ -3008,16 +3022,22 @@ module Google
3008
3022
  class V1Beta1ImportProducerOverridesRequest
3009
3023
  include Google::Apis::Core::Hashable
3010
3024
 
3011
- # Whether to force the creation of the quota overrides. If creating an override
3012
- # would cause the effective quota for the consumer to decrease by more than 10
3013
- # percent, the call is rejected, as a safety measure to avoid accidentally
3014
- # decreasing quota too quickly. Setting the force parameter to true ignores this
3015
- # restriction.
3025
+ # Whether to force the creation of the quota overrides. Setting the force
3026
+ # parameter to 'true' ignores all quota safety checks that would fail the
3027
+ # request. QuotaSafetyCheck lists all such validations.
3016
3028
  # Corresponds to the JSON property `force`
3017
3029
  # @return [Boolean]
3018
3030
  attr_accessor :force
3019
3031
  alias_method :force?, :force
3020
3032
 
3033
+ # The list of quota safety checks to ignore before the override mutation. Unlike
3034
+ # 'force' field that ignores all the quota safety checks, the 'force_only' field
3035
+ # ignores only the specified checks; other checks are still enforced. The 'force'
3036
+ # and 'force_only' fields cannot both be set.
3037
+ # Corresponds to the JSON property `forceOnly`
3038
+ # @return [Array<String>]
3039
+ attr_accessor :force_only
3040
+
3021
3041
  # Import data embedded in the request message
3022
3042
  # Corresponds to the JSON property `inlineSource`
3023
3043
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1OverrideInlineSource]
@@ -3030,6 +3050,7 @@ module Google
3030
3050
  # Update properties of this object
3031
3051
  def update!(**args)
3032
3052
  @force = args[:force] if args.key?(:force)
3053
+ @force_only = args[:force_only] if args.key?(:force_only)
3033
3054
  @inline_source = args[:inline_source] if args.key?(:inline_source)
3034
3055
  end
3035
3056
  end
@@ -3433,6 +3454,13 @@ module Google
3433
3454
  # @return [String]
3434
3455
  attr_accessor :name
3435
3456
 
3457
+ # The Default Identity tag. If specified when creating the account, the tag must
3458
+ # be present in activation_grants. If not specified when creating the account,
3459
+ # the tag is set to the tag specified in activation_grants.
3460
+ # Corresponds to the JSON property `tag`
3461
+ # @return [String]
3462
+ attr_accessor :tag
3463
+
3436
3464
  # The unique and stable id of the default identity.
3437
3465
  # Corresponds to the JSON property `uniqueId`
3438
3466
  # @return [String]
@@ -3446,6 +3474,7 @@ module Google
3446
3474
  def update!(**args)
3447
3475
  @email = args[:email] if args.key?(:email)
3448
3476
  @name = args[:name] if args.key?(:name)
3477
+ @tag = args[:tag] if args.key?(:tag)
3449
3478
  @unique_id = args[:unique_id] if args.key?(:unique_id)
3450
3479
  end
3451
3480
  end
@@ -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.1.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201208"
25
+ REVISION = "20210319"
26
26
  end
27
27
  end
28
28
  end
@@ -1115,6 +1115,8 @@ module Google
1115
1115
  class Representation < Google::Apis::Core::JsonRepresentation
1116
1116
  collection :consumer_quota_limits, as: 'consumerQuotaLimits', class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit, decorator: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit::Representation
1117
1117
 
1118
+ collection :descendant_consumer_quota_limits, as: 'descendantConsumerQuotaLimits', class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit, decorator: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1ConsumerQuotaLimit::Representation
1119
+
1118
1120
  property :display_name, as: 'displayName'
1119
1121
  property :metric, as: 'metric'
1120
1122
  property :name, as: 'name'
@@ -1146,6 +1148,7 @@ module Google
1146
1148
  # @private
1147
1149
  class Representation < Google::Apis::Core::JsonRepresentation
1148
1150
  property :force, as: 'force'
1151
+ collection :force_only, as: 'forceOnly'
1149
1152
  property :inline_source, as: 'inlineSource', class: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1OverrideInlineSource, decorator: Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1OverrideInlineSource::Representation
1150
1153
 
1151
1154
  end
@@ -1260,6 +1263,7 @@ module Google
1260
1263
  class Representation < Google::Apis::Core::JsonRepresentation
1261
1264
  property :email, as: 'email'
1262
1265
  property :name, as: 'name'
1266
+ property :tag, as: 'tag'
1263
1267
  property :unique_id, as: 'uniqueId'
1264
1268
  end
1265
1269
  end
@@ -245,11 +245,14 @@ module Google
245
245
  # googleapis.com%2Fcpus/limits/%2Fproject%2Fregion`
246
246
  # @param [Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaOverride] v1_beta1_quota_override_object
247
247
  # @param [Boolean] force
248
- # Whether to force the creation of the quota override. If creating an override
249
- # would cause the effective quota for the consumer to decrease by more than 10
250
- # percent, the call is rejected, as a safety measure to avoid accidentally
251
- # decreasing quota too quickly. Setting the force parameter to true ignores this
252
- # restriction.
248
+ # Whether to force the creation of the quota override. Setting the force
249
+ # parameter to 'true' ignores all quota safety checks that would fail the
250
+ # request. QuotaSafetyCheck lists all such validations.
251
+ # @param [Array<String>, String] force_only
252
+ # The list of quota safety checks to ignore before the override mutation. Unlike
253
+ # 'force' field that ignores all the quota safety checks, the 'force_only' field
254
+ # ignores only the specified checks; other checks are still enforced. The 'force'
255
+ # and 'force_only' fields cannot both be set.
253
256
  # @param [String] fields
254
257
  # Selector specifying which fields to include in a partial response.
255
258
  # @param [String] quota_user
@@ -267,7 +270,7 @@ module Google
267
270
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
268
271
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
269
272
  # @raise [Google::Apis::AuthorizationError] Authorization is required
270
- def create_service_consumer_quota_metric_limit_producer_override(parent, v1_beta1_quota_override_object = nil, force: nil, fields: nil, quota_user: nil, options: nil, &block)
273
+ def create_service_consumer_quota_metric_limit_producer_override(parent, v1_beta1_quota_override_object = nil, force: nil, force_only: nil, fields: nil, quota_user: nil, options: nil, &block)
271
274
  command = make_simple_command(:post, 'v1beta1/{+parent}/producerOverrides', options)
272
275
  command.request_representation = Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaOverride::Representation
273
276
  command.request_object = v1_beta1_quota_override_object
@@ -275,6 +278,7 @@ module Google
275
278
  command.response_class = Google::Apis::ServiceconsumermanagementV1beta1::Operation
276
279
  command.params['parent'] = parent unless parent.nil?
277
280
  command.query['force'] = force unless force.nil?
281
+ command.query['forceOnly'] = force_only unless force_only.nil?
278
282
  command.query['fields'] = fields unless fields.nil?
279
283
  command.query['quotaUser'] = quota_user unless quota_user.nil?
280
284
  execute_or_queue_command(command, &block)
@@ -286,11 +290,14 @@ module Google
286
290
  # services/compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.
287
291
  # googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/producerOverrides/4a3f2c1d`
288
292
  # @param [Boolean] force
289
- # Whether to force the deletion of the quota override. If deleting an override
290
- # would cause the effective quota for the consumer to decrease by more than 10
291
- # percent, the call is rejected, as a safety measure to avoid accidentally
292
- # decreasing quota too quickly. Setting the force parameter to true ignores this
293
- # restriction.
293
+ # Whether to force the deletion of the quota override. Setting the force
294
+ # parameter to 'true' ignores all quota safety checks that would fail the
295
+ # request. QuotaSafetyCheck lists all such validations.
296
+ # @param [Array<String>, String] force_only
297
+ # The list of quota safety checks to ignore before the override mutation. Unlike
298
+ # 'force' field that ignores all the quota safety checks, the 'force_only' field
299
+ # ignores only the specified checks; other checks are still enforced. The 'force'
300
+ # and 'force_only' fields cannot both be set.
294
301
  # @param [String] fields
295
302
  # Selector specifying which fields to include in a partial response.
296
303
  # @param [String] quota_user
@@ -308,12 +315,13 @@ module Google
308
315
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
309
316
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
310
317
  # @raise [Google::Apis::AuthorizationError] Authorization is required
311
- def delete_service_consumer_quota_metric_limit_producer_override(name, force: nil, fields: nil, quota_user: nil, options: nil, &block)
318
+ def delete_service_consumer_quota_metric_limit_producer_override(name, force: nil, force_only: nil, fields: nil, quota_user: nil, options: nil, &block)
312
319
  command = make_simple_command(:delete, 'v1beta1/{+name}', options)
313
320
  command.response_representation = Google::Apis::ServiceconsumermanagementV1beta1::Operation::Representation
314
321
  command.response_class = Google::Apis::ServiceconsumermanagementV1beta1::Operation
315
322
  command.params['name'] = name unless name.nil?
316
323
  command.query['force'] = force unless force.nil?
324
+ command.query['forceOnly'] = force_only unless force_only.nil?
317
325
  command.query['fields'] = fields unless fields.nil?
318
326
  command.query['quotaUser'] = quota_user unless quota_user.nil?
319
327
  execute_or_queue_command(command, &block)
@@ -365,11 +373,14 @@ module Google
365
373
  # googleapis.com%2Fcpus/limits/%2Fproject%2Fregion/producerOverrides/4a3f2c1d`
366
374
  # @param [Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaOverride] v1_beta1_quota_override_object
367
375
  # @param [Boolean] force
368
- # Whether to force the update of the quota override. If updating an override
369
- # would cause the effective quota for the consumer to decrease by more than 10
370
- # percent, the call is rejected, as a safety measure to avoid accidentally
371
- # decreasing quota too quickly. Setting the force parameter to true ignores this
372
- # restriction.
376
+ # Whether to force the update of the quota override. Setting the force parameter
377
+ # to 'true' ignores all quota safety checks that would fail the request.
378
+ # QuotaSafetyCheck lists all such validations.
379
+ # @param [Array<String>, String] force_only
380
+ # The list of quota safety checks to ignore before the override mutation. Unlike
381
+ # 'force' field that ignores all the quota safety checks, the 'force_only' field
382
+ # ignores only the specified checks; other checks are still enforced. The 'force'
383
+ # and 'force_only' fields cannot both be set.
373
384
  # @param [String] update_mask
374
385
  # Update only the specified fields. If unset, all modifiable fields will be
375
386
  # updated.
@@ -390,7 +401,7 @@ module Google
390
401
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
391
402
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
392
403
  # @raise [Google::Apis::AuthorizationError] Authorization is required
393
- def patch_service_consumer_quota_metric_limit_producer_override(name, v1_beta1_quota_override_object = nil, force: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
404
+ def patch_service_consumer_quota_metric_limit_producer_override(name, v1_beta1_quota_override_object = nil, force: nil, force_only: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
394
405
  command = make_simple_command(:patch, 'v1beta1/{+name}', options)
395
406
  command.request_representation = Google::Apis::ServiceconsumermanagementV1beta1::V1Beta1QuotaOverride::Representation
396
407
  command.request_object = v1_beta1_quota_override_object
@@ -398,6 +409,7 @@ module Google
398
409
  command.response_class = Google::Apis::ServiceconsumermanagementV1beta1::Operation
399
410
  command.params['name'] = name unless name.nil?
400
411
  command.query['force'] = force unless force.nil?
412
+ command.query['forceOnly'] = force_only unless force_only.nil?
401
413
  command.query['updateMask'] = update_mask unless update_mask.nil?
402
414
  command.query['fields'] = fields unless fields.nil?
403
415
  command.query['quotaUser'] = quota_user unless quota_user.nil?
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.1.0
4
+ version: 0.6.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-serviceconsumermanagement_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '2.4'
65
+ version: '2.5'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.13
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Service Consumer Management API V1beta1