google-apis-serviceconsumermanagement_v1 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: 5d9a6a57c9bfc7836dc49b0bbec47def2ebac24c812592822fe000a2061d55d9
4
- data.tar.gz: 212e7bea7c4858cd75972e0cde8dd723e89cd191b40a97fc7801aa1e1c888243
3
+ metadata.gz: 6db5f150da48979e7e9643825962bc34339b53b96d655c2ca3785597f5f8ed9e
4
+ data.tar.gz: 7f56b1a3bc6d24f55905f8227917849ddb645bb3b2b4b568c654546e70a294e7
5
5
  SHA512:
6
- metadata.gz: 1abfd8c9016a283920588a2a05b30c9cdc74e6bf58b608a0935eae70c5b2420fa12f288755e1d125f6a8a0e38bee880442609a7ed742cf88b1ef5f3626b5a2e7
7
- data.tar.gz: 15e16337d300862d8264b85e27e3664d85e06c13bf46c13ed3456bc8ee7f7a84591969ade62135fd8c8be150c77849ebc8a14a6b48c63a75c464d718ac51e813
6
+ metadata.gz: 643d9c89859e61fb66783e5d5ba1a88bf983bbd8f5d1f4c3ad885b58f6854e6dcd97bf2d07b6ea4685e4d46be9b98b19fa716b12afd8ff1fceecc4bbbd826733
7
+ data.tar.gz: 25dab939cd25503e6986ec2e2897c4c38e976de8dbc7cb4bb8be21212154c222335f85a15357390a6bbfa34fb8ba0f0c4219c94c4531d84a8d447fd094728e95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-serviceconsumermanagement_v1
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-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20230226
@@ -658,7 +658,9 @@ module Google
658
658
  # @return [Google::Apis::ServiceconsumermanagementV1::RubySettings]
659
659
  attr_accessor :ruby_settings
660
660
 
661
- # Version of the API to apply these settings to.
661
+ # Version of the API to apply these settings to. This is the full protobuf
662
+ # package for the API, ending in the version element. Examples: "google.cloud.
663
+ # speech.v1" and "google.spanner.admin.database.v1".
662
664
  # Corresponds to the JSON property `version`
663
665
  # @return [String]
664
666
  attr_accessor :version
@@ -1175,6 +1177,11 @@ module Google
1175
1177
  class Enum
1176
1178
  include Google::Apis::Core::Hashable
1177
1179
 
1180
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1181
+ # Corresponds to the JSON property `edition`
1182
+ # @return [String]
1183
+ attr_accessor :edition
1184
+
1178
1185
  # Enum value definitions.
1179
1186
  # Corresponds to the JSON property `enumvalue`
1180
1187
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::EnumValue>]
@@ -1207,6 +1214,7 @@ module Google
1207
1214
 
1208
1215
  # Update properties of this object
1209
1216
  def update!(**args)
1217
+ @edition = args[:edition] if args.key?(:edition)
1210
1218
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1211
1219
  @name = args[:name] if args.key?(:name)
1212
1220
  @options = args[:options] if args.key?(:options)
@@ -2220,7 +2228,7 @@ module Google
2220
2228
  # AccessControl The mixin construct implies that all methods in `AccessControl`
2221
2229
  # are also declared with same name and request/response types in `Storage`. A
2222
2230
  # documentation generator or annotation processor will see the effective `
2223
- # Storage.GetAcl` method after inheriting documentation and annotations as
2231
+ # Storage.GetAcl` method after inherting documentation and annotations as
2224
2232
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
2225
2233
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
2226
2234
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -3658,6 +3666,11 @@ module Google
3658
3666
  class Type
3659
3667
  include Google::Apis::Core::Hashable
3660
3668
 
3669
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
3670
+ # Corresponds to the JSON property `edition`
3671
+ # @return [String]
3672
+ attr_accessor :edition
3673
+
3661
3674
  # The list of fields.
3662
3675
  # Corresponds to the JSON property `fields`
3663
3676
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Field>]
@@ -3695,6 +3708,7 @@ module Google
3695
3708
 
3696
3709
  # Update properties of this object
3697
3710
  def update!(**args)
3711
+ @edition = args[:edition] if args.key?(:edition)
3698
3712
  @fields = args[:fields] if args.key?(:fields)
3699
3713
  @name = args[:name] if args.key?(:name)
3700
3714
  @oneofs = args[:oneofs] if args.key?(:oneofs)
@@ -3954,7 +3968,7 @@ module Google
3954
3968
  attr_accessor :container
3955
3969
 
3956
3970
  # If this map is nonempty, then this policy applies only to specific values for
3957
- # dimensions defined in the limit unit. For example, an policy on a limit with
3971
+ # dimensions defined in the limit unit. For example, a policy on a limit with
3958
3972
  # the unit 1/`project`/`region` could contain an entry with the key "region" and
3959
3973
  # the value "us-east-1"; the policy is only applied to quota consumed in that
3960
3974
  # 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 ServiceconsumermanagementV1
18
18
  # Version of the google-apis-serviceconsumermanagement_v1 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 = "20230226"
25
+ REVISION = "20230322"
26
26
  end
27
27
  end
28
28
  end
@@ -937,6 +937,7 @@ module Google
937
937
  class Enum
938
938
  # @private
939
939
  class Representation < Google::Apis::Core::JsonRepresentation
940
+ property :edition, as: 'edition'
940
941
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceconsumermanagementV1::EnumValue, decorator: Google::Apis::ServiceconsumermanagementV1::EnumValue::Representation
941
942
 
942
943
  property :name, as: 'name'
@@ -1492,6 +1493,7 @@ module Google
1492
1493
  class Type
1493
1494
  # @private
1494
1495
  class Representation < Google::Apis::Core::JsonRepresentation
1496
+ property :edition, as: 'edition'
1495
1497
  collection :fields, as: 'fields', class: Google::Apis::ServiceconsumermanagementV1::Field, decorator: Google::Apis::ServiceconsumermanagementV1::Field::Representation
1496
1498
 
1497
1499
  property :name, as: 'name'
@@ -154,13 +154,7 @@ module Google
154
154
  end
155
155
 
156
156
  # Lists operations that match the specified filter in the request. If the server
157
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
158
- # binding allows API services to override the binding to use different resource
159
- # name schemes, such as `users/*/operations`. To override the binding, API
160
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
161
- # service configuration. For backwards compatibility, the default name includes
162
- # the operations collection id, however overriding users must ensure the name
163
- # binding is the parent resource, without the operations collection id.
157
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
164
158
  # @param [String] name
165
159
  # The name of the operation's parent resource.
166
160
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceconsumermanagement_v1
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-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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceconsumermanagement_v1/v0.33.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceconsumermanagement_v1
63
63
  post_install_message:
64
64
  rdoc_options: []