google-apis-serviceconsumermanagement_v1 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: f5eecfe3bd022805933b0a8903741fc2d1826f519c971f32112fbdbd8924403c
4
- data.tar.gz: af9e2a8b9a4af00a0860874f1cb132a72a05518ad44bdda96a52cbf6fb07e982
3
+ metadata.gz: 6db5f150da48979e7e9643825962bc34339b53b96d655c2ca3785597f5f8ed9e
4
+ data.tar.gz: 7f56b1a3bc6d24f55905f8227917849ddb645bb3b2b4b568c654546e70a294e7
5
5
  SHA512:
6
- metadata.gz: bd9b4d15338597ef480f33d532709b07cf1d1c21d4f25ff39d229866ea6b2219bb2998cb2638fb69d2261a5cd9e5e8a5cc9d851c60c013bbbc9901fe1d8accb6
7
- data.tar.gz: c74eea54ab3f3a67055e5b337a0a5e4c095f22113cc063e997eb96feac142237f4b693f7129cdec0ff5d15c5bdb4599a44bacb7ceae0a7b87052be53d2985e4e
6
+ metadata.gz: 643d9c89859e61fb66783e5d5ba1a88bf983bbd8f5d1f4c3ad885b58f6854e6dcd97bf2d07b6ea4685e4d46be9b98b19fa716b12afd8ff1fceecc4bbbd826733
7
+ data.tar.gz: 25dab939cd25503e6986ec2e2897c4c38e976de8dbc7cb4bb8be21212154c222335f85a15357390a6bbfa34fb8ba0f0c4219c94c4531d84a8d447fd094728e95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.32.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230226
10
+
3
11
  ### v0.31.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230215
@@ -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`
@@ -2702,6 +2710,12 @@ module Google
2702
2710
  # @return [String]
2703
2711
  attr_accessor :organization
2704
2712
 
2713
+ # Optional link to proto reference documentation. Example: https://cloud.google.
2714
+ # com/pubsub/lite/docs/reference/rpc
2715
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
2716
+ # @return [String]
2717
+ attr_accessor :proto_reference_documentation_uri
2718
+
2705
2719
  def initialize(**args)
2706
2720
  update!(**args)
2707
2721
  end
@@ -2717,6 +2731,7 @@ module Google
2717
2731
  @method_settings = args[:method_settings] if args.key?(:method_settings)
2718
2732
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
2719
2733
  @organization = args[:organization] if args.key?(:organization)
2734
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
2720
2735
  end
2721
2736
  end
2722
2737
 
@@ -3651,6 +3666,11 @@ module Google
3651
3666
  class Type
3652
3667
  include Google::Apis::Core::Hashable
3653
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
+
3654
3674
  # The list of fields.
3655
3675
  # Corresponds to the JSON property `fields`
3656
3676
  # @return [Array<Google::Apis::ServiceconsumermanagementV1::Field>]
@@ -3688,6 +3708,7 @@ module Google
3688
3708
 
3689
3709
  # Update properties of this object
3690
3710
  def update!(**args)
3711
+ @edition = args[:edition] if args.key?(:edition)
3691
3712
  @fields = args[:fields] if args.key?(:fields)
3692
3713
  @name = args[:name] if args.key?(:name)
3693
3714
  @oneofs = args[:oneofs] if args.key?(:oneofs)
@@ -3947,7 +3968,7 @@ module Google
3947
3968
  attr_accessor :container
3948
3969
 
3949
3970
  # If this map is nonempty, then this policy applies only to specific values for
3950
- # 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
3951
3972
  # the unit 1/`project`/`region` could contain an entry with the key "region" and
3952
3973
  # the value "us-east-1"; the policy is only applied to quota consumed in that
3953
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.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 = "20230215"
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'
@@ -1269,6 +1270,7 @@ module Google
1269
1270
 
1270
1271
  property :new_issue_uri, as: 'newIssueUri'
1271
1272
  property :organization, as: 'organization'
1273
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1272
1274
  end
1273
1275
  end
1274
1276
 
@@ -1491,6 +1493,7 @@ module Google
1491
1493
  class Type
1492
1494
  # @private
1493
1495
  class Representation < Google::Apis::Core::JsonRepresentation
1496
+ property :edition, as: 'edition'
1494
1497
  collection :fields, as: 'fields', class: Google::Apis::ServiceconsumermanagementV1::Field, decorator: Google::Apis::ServiceconsumermanagementV1::Field::Representation
1495
1498
 
1496
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.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-02-26 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.31.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: []