google-apis-serviceconsumermanagement_v1beta1 0.32.0 → 0.33.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: e8bf2b9889ca9a67d6579d750b332b26148ba28a5b069ae4aa584dbb1c91c81c
4
- data.tar.gz: d9e7f509f4ca4b4c3d7b0ed7035d119f1a54814946ba59f51739f18337f0eb32
3
+ metadata.gz: f4bebeee6f17ad930f29a196327ba1309d97fb706b996dfc87318d37c8654be6
4
+ data.tar.gz: 06fcb8f41f3d792f8798ec0f0f4585696ea38585d17165efe6472e44ec19caf3
5
5
  SHA512:
6
- metadata.gz: bf8cf0aa538d7305cefe2b158a63481f46c1fd33d338bac286dbb2f9dab0265ca9df8dc9f2ee3965e3c9ce3f180765bdab8902d38c3835b7901a7297c6778077
7
- data.tar.gz: 0eed6934854fecbf295d15f370a9d8214bccdeaaad7594b999d26547228a0bbaf3902e79ac4b6563d848adc89be58cc07191c006f8e5c17949495d7a092b60e3
6
+ metadata.gz: a9fb16df46bb35a8307cd9c81373b7f9a8230b710e753dee34645aeebad5f192d5ff81058aa997903aec33a734e372e9b137378c437c073f307c902730220365
7
+ data.tar.gz: 4802b9f88c3254a3cdea951e1932d47f57472ae016449aa990bdf0bcd9f9655467398ffacae7a392b6ed1d3bed4be72cc05e912007af3d671ff7c069f7136ddc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1beta1
2
2
 
3
+ ### v0.33.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230322
6
+
3
7
  ### v0.32.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230309
@@ -533,7 +533,9 @@ module Google
533
533
  # @return [Google::Apis::ServiceconsumermanagementV1beta1::RubySettings]
534
534
  attr_accessor :ruby_settings
535
535
 
536
- # Version of the API to apply these settings to.
536
+ # Version of the API to apply these settings to. This is the full protobuf
537
+ # package for the API, ending in the version element. Examples: "google.cloud.
538
+ # speech.v1" and "google.spanner.admin.database.v1".
537
539
  # Corresponds to the JSON property `version`
538
540
  # @return [String]
539
541
  attr_accessor :version
@@ -2007,7 +2009,7 @@ module Google
2007
2009
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2008
2010
  # are also declared with same name and request/response types in `Storage`. A
2009
2011
  # documentation generator or annotation processor will see the effective `
2010
- # Storage.GetAcl` method after inheriting documentation and annotations as
2012
+ # Storage.GetAcl` method after inherting documentation and annotations as
2011
2013
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2012
2014
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2013
2015
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -3364,10 +3366,10 @@ module Google
3364
3366
  attr_accessor :metric
3365
3367
 
3366
3368
  # The resource name of the quota limit. An example name would be: `services/
3367
- # compute.googleapis.com/projects/123/quotas/metrics/compute.googleapis.com%
3368
- # 2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be opaque
3369
- # and should not be parsed for its component strings, since its representation
3370
- # could change in the future.
3369
+ # compute.googleapis.com/projects/123/consumerQuotaMetrics/compute.googleapis.
3370
+ # com%2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be
3371
+ # opaque and should not be parsed for its component strings, since its
3372
+ # representation could change in the future.
3371
3373
  # Corresponds to the JSON property `name`
3372
3374
  # @return [String]
3373
3375
  attr_accessor :name
@@ -3437,9 +3439,9 @@ module Google
3437
3439
 
3438
3440
  # The resource name of the quota settings on this metric for this consumer. An
3439
3441
  # example name would be: `services/serviceconsumermanagement.googleapis.com/
3440
- # projects/123/quota/metrics/compute.googleapis.com%2Fcpus The resource name is
3441
- # intended to be opaque and should not be parsed for its component strings,
3442
- # since its representation could change in the future.
3442
+ # projects/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus` The resource
3443
+ # name is intended to be opaque and should not be parsed for its component
3444
+ # strings, since its representation could change in the future.
3443
3445
  # Corresponds to the JSON property `name`
3444
3446
  # @return [String]
3445
3447
  attr_accessor :name
@@ -3672,7 +3674,7 @@ module Google
3672
3674
  attr_accessor :container
3673
3675
 
3674
3676
  # If this map is nonempty, then this policy applies only to specific values for
3675
- # dimensions defined in the limit unit. For example, an policy on a limit with
3677
+ # dimensions defined in the limit unit. For example, a policy on a limit with
3676
3678
  # the unit 1/`project`/`region` could contain an entry with the key "region" and
3677
3679
  # the value "us-east-1"; the policy is only applied to quota consumed in that
3678
3680
  # region. This map has the following restrictions: * Keys that are not defined
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230309"
25
+ REVISION = "20230322"
26
26
  end
27
27
  end
28
28
  end
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.32.0
4
+ version: 0.33.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-03-26 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1beta1/v0.33.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: []