google-apis-serviceconsumermanagement_v1beta1 0.31.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: 7a510d4b937f37ec7a42a453fc44dae277fbff69cf36745b28dc6445827cddb8
4
- data.tar.gz: 18102c48e9ad9cfe947b2c2b6bb0ba10d14230634809fd82d4af5623d70a144d
3
+ metadata.gz: f4bebeee6f17ad930f29a196327ba1309d97fb706b996dfc87318d37c8654be6
4
+ data.tar.gz: 06fcb8f41f3d792f8798ec0f0f4585696ea38585d17165efe6472e44ec19caf3
5
5
  SHA512:
6
- metadata.gz: f677f316bff663cd5d3a94be2a493fadbe351513d722b9d56f826cb37c3c5692a433f1912eccbc6ba965494b583cc9bfe429b80f0a38c62afdec205722fb73bc
7
- data.tar.gz: 147eb3c6ff36f32cf6afc78d9e591a1493a86f7cd75a6d44231f93dcefea96db5f4d628a8ea424cf6d8e64ecd9c5d18dfc11d64716d1879db89ec35b7f304b8b
6
+ metadata.gz: a9fb16df46bb35a8307cd9c81373b7f9a8230b710e753dee34645aeebad5f192d5ff81058aa997903aec33a734e372e9b137378c437c073f307c902730220365
7
+ data.tar.gz: 4802b9f88c3254a3cdea951e1932d47f57472ae016449aa990bdf0bcd9f9655467398ffacae7a392b6ed1d3bed4be72cc05e912007af3d671ff7c069f7136ddc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.32.0 (2023-03-12)
8
+
9
+ * Regenerated from discovery document revision 20230309
10
+
3
11
  ### v0.31.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230226
@@ -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
@@ -1006,6 +1008,11 @@ module Google
1006
1008
  class Enum
1007
1009
  include Google::Apis::Core::Hashable
1008
1010
 
1011
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1012
+ # Corresponds to the JSON property `edition`
1013
+ # @return [String]
1014
+ attr_accessor :edition
1015
+
1009
1016
  # Enum value definitions.
1010
1017
  # Corresponds to the JSON property `enumvalue`
1011
1018
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::EnumValue>]
@@ -1038,6 +1045,7 @@ module Google
1038
1045
 
1039
1046
  # Update properties of this object
1040
1047
  def update!(**args)
1048
+ @edition = args[:edition] if args.key?(:edition)
1041
1049
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1042
1050
  @name = args[:name] if args.key?(:name)
1043
1051
  @options = args[:options] if args.key?(:options)
@@ -2001,7 +2009,7 @@ module Google
2001
2009
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2002
2010
  # are also declared with same name and request/response types in `Storage`. A
2003
2011
  # documentation generator or annotation processor will see the effective `
2004
- # Storage.GetAcl` method after inheriting documentation and annotations as
2012
+ # Storage.GetAcl` method after inherting documentation and annotations as
2005
2013
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2006
2014
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2007
2015
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -3180,6 +3188,11 @@ module Google
3180
3188
  class Type
3181
3189
  include Google::Apis::Core::Hashable
3182
3190
 
3191
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
3192
+ # Corresponds to the JSON property `edition`
3193
+ # @return [String]
3194
+ attr_accessor :edition
3195
+
3183
3196
  # The list of fields.
3184
3197
  # Corresponds to the JSON property `fields`
3185
3198
  # @return [Array<Google::Apis::ServiceconsumermanagementV1beta1::Field>]
@@ -3217,6 +3230,7 @@ module Google
3217
3230
 
3218
3231
  # Update properties of this object
3219
3232
  def update!(**args)
3233
+ @edition = args[:edition] if args.key?(:edition)
3220
3234
  @fields = args[:fields] if args.key?(:fields)
3221
3235
  @name = args[:name] if args.key?(:name)
3222
3236
  @oneofs = args[:oneofs] if args.key?(:oneofs)
@@ -3352,10 +3366,10 @@ module Google
3352
3366
  attr_accessor :metric
3353
3367
 
3354
3368
  # The resource name of the quota limit. An example name would be: `services/
3355
- # compute.googleapis.com/projects/123/quotas/metrics/compute.googleapis.com%
3356
- # 2Fcpus/limits/%2Fproject%2Fregion` The resource name is intended to be opaque
3357
- # and should not be parsed for its component strings, since its representation
3358
- # 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.
3359
3373
  # Corresponds to the JSON property `name`
3360
3374
  # @return [String]
3361
3375
  attr_accessor :name
@@ -3425,9 +3439,9 @@ module Google
3425
3439
 
3426
3440
  # The resource name of the quota settings on this metric for this consumer. An
3427
3441
  # example name would be: `services/serviceconsumermanagement.googleapis.com/
3428
- # projects/123/quota/metrics/compute.googleapis.com%2Fcpus The resource name is
3429
- # intended to be opaque and should not be parsed for its component strings,
3430
- # 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.
3431
3445
  # Corresponds to the JSON property `name`
3432
3446
  # @return [String]
3433
3447
  attr_accessor :name
@@ -3660,7 +3674,7 @@ module Google
3660
3674
  attr_accessor :container
3661
3675
 
3662
3676
  # If this map is nonempty, then this policy applies only to specific values for
3663
- # 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
3664
3678
  # the unit 1/`project`/`region` could contain an entry with the key "region" and
3665
3679
  # the value "us-east-1"; the policy is only applied to quota consumed in that
3666
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.31.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 = "20230226"
25
+ REVISION = "20230322"
26
26
  end
27
27
  end
28
28
  end
@@ -817,6 +817,7 @@ module Google
817
817
  class Enum
818
818
  # @private
819
819
  class Representation < Google::Apis::Core::JsonRepresentation
820
+ property :edition, as: 'edition'
820
821
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceconsumermanagementV1beta1::EnumValue, decorator: Google::Apis::ServiceconsumermanagementV1beta1::EnumValue::Representation
821
822
 
822
823
  property :name, as: 'name'
@@ -1278,6 +1279,7 @@ module Google
1278
1279
  class Type
1279
1280
  # @private
1280
1281
  class Representation < Google::Apis::Core::JsonRepresentation
1282
+ property :edition, as: 'edition'
1281
1283
  collection :fields, as: 'fields', class: Google::Apis::ServiceconsumermanagementV1beta1::Field, decorator: Google::Apis::ServiceconsumermanagementV1beta1::Field::Representation
1282
1284
 
1283
1285
  property :name, as: 'name'
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.31.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-05 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.31.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: []