google-apis-serviceusage_v1beta1 0.32.0 → 0.34.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: d4986632f43426a17235f4cf5939f89df4493b61cf5b2572187a9711fb7cf26b
4
- data.tar.gz: 2e85ee60eeccc22105a12487ce072b7b50a670ae2f18481d107a1a88d9859fdc
3
+ metadata.gz: 6189dc4ad244bd5050bbebaca1262b323895891ca4c333c05059a8ff52dfe759
4
+ data.tar.gz: 89bc668b4b1b512724b482436aabcc1cb8339e888aaff6af8d39dbe10ee149f4
5
5
  SHA512:
6
- metadata.gz: 802aad8f27540aafb12249a1b3d3ab802475fb4719c0a47f2975bbc62a65f5a43e1239afbca41a927f9fc26fcb2a5029c7a96a2489051aecb9d02ddbcd25fceb
7
- data.tar.gz: 96ae6cec998f9ca02f32094e58e248fe5f17b22c365ff18cb691d9ee34128c928f4b99a2bb7599736c5bd3b0578d3b790631671d49ea0d2b1da9bdd6e7374742
6
+ metadata.gz: baa85640316a1c12ce2eeee84b39768eddd1760ab1f9463c2e4832543a8a37c01b83960e949f01711d33fb882c80c65febe93f51674ee2512ed65662c83ac318
7
+ data.tar.gz: 5fda3444fa952eb73c215dd0e1fd5605e8cab4159e089c5fd9227f5ddd12ed8499c3ca7c525abc08d4dad4c9f385c4d93575f0d5ad7cbf3ba943f7c9a6c17d03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1beta1
2
2
 
3
+ ### v0.34.0 (2023-03-26)
4
+
5
+ * Regenerated from discovery document revision 20230322
6
+
7
+ ### v0.33.0 (2023-03-12)
8
+
9
+ * Regenerated from discovery document revision 20230309
10
+
3
11
  ### v0.32.0 (2023-03-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20230226
@@ -689,7 +689,9 @@ module Google
689
689
  # @return [Google::Apis::ServiceusageV1beta1::RubySettings]
690
690
  attr_accessor :ruby_settings
691
691
 
692
- # Version of the API to apply these settings to.
692
+ # Version of the API to apply these settings to. This is the full protobuf
693
+ # package for the API, ending in the version element. Examples: "google.cloud.
694
+ # speech.v1" and "google.spanner.admin.database.v1".
693
695
  # Corresponds to the JSON property `version`
694
696
  # @return [String]
695
697
  attr_accessor :version
@@ -1409,6 +1411,11 @@ module Google
1409
1411
  class Enum
1410
1412
  include Google::Apis::Core::Hashable
1411
1413
 
1414
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1415
+ # Corresponds to the JSON property `edition`
1416
+ # @return [String]
1417
+ attr_accessor :edition
1418
+
1412
1419
  # Enum value definitions.
1413
1420
  # Corresponds to the JSON property `enumvalue`
1414
1421
  # @return [Array<Google::Apis::ServiceusageV1beta1::EnumValue>]
@@ -1441,6 +1448,7 @@ module Google
1441
1448
 
1442
1449
  # Update properties of this object
1443
1450
  def update!(**args)
1451
+ @edition = args[:edition] if args.key?(:edition)
1444
1452
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1445
1453
  @name = args[:name] if args.key?(:name)
1446
1454
  @options = args[:options] if args.key?(:options)
@@ -3336,7 +3344,7 @@ module Google
3336
3344
  # AccessControl The mixin construct implies that all methods in `AccessControl`
3337
3345
  # are also declared with same name and request/response types in `Storage`. A
3338
3346
  # documentation generator or annotation processor will see the effective `
3339
- # Storage.GetAcl` method after inheriting documentation and annotations as
3347
+ # Storage.GetAcl` method after inherting documentation and annotations as
3340
3348
  # follows: service Storage ` // Get the underlying ACL object. rpc GetAcl(
3341
3349
  # GetAclRequest) returns (Acl) ` option (google.api.http).get = "/v2/`resource=**
3342
3350
  # `:getAcl"; ` ... ` Note how the version in the path pattern changed from `v1`
@@ -4566,6 +4574,11 @@ module Google
4566
4574
  class Type
4567
4575
  include Google::Apis::Core::Hashable
4568
4576
 
4577
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
4578
+ # Corresponds to the JSON property `edition`
4579
+ # @return [String]
4580
+ attr_accessor :edition
4581
+
4569
4582
  # The list of fields.
4570
4583
  # Corresponds to the JSON property `fields`
4571
4584
  # @return [Array<Google::Apis::ServiceusageV1beta1::Field>]
@@ -4603,6 +4616,7 @@ module Google
4603
4616
 
4604
4617
  # Update properties of this object
4605
4618
  def update!(**args)
4619
+ @edition = args[:edition] if args.key?(:edition)
4606
4620
  @fields = args[:fields] if args.key?(:fields)
4607
4621
  @name = args[:name] if args.key?(:name)
4608
4622
  @oneofs = args[:oneofs] if args.key?(:oneofs)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1beta1
18
18
  # Version of the google-apis-serviceusage_v1beta1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.34.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
@@ -1034,6 +1034,7 @@ module Google
1034
1034
  class Enum
1035
1035
  # @private
1036
1036
  class Representation < Google::Apis::Core::JsonRepresentation
1037
+ property :edition, as: 'edition'
1037
1038
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceusageV1beta1::EnumValue, decorator: Google::Apis::ServiceusageV1beta1::EnumValue::Representation
1038
1039
 
1039
1040
  property :name, as: 'name'
@@ -1761,6 +1762,7 @@ module Google
1761
1762
  class Type
1762
1763
  # @private
1763
1764
  class Representation < Google::Apis::Core::JsonRepresentation
1765
+ property :edition, as: 'edition'
1764
1766
  collection :fields, as: 'fields', class: Google::Apis::ServiceusageV1beta1::Field, decorator: Google::Apis::ServiceusageV1beta1::Field::Representation
1765
1767
 
1766
1768
  property :name, as: 'name'
@@ -83,13 +83,7 @@ module Google
83
83
  end
84
84
 
85
85
  # Lists operations that match the specified filter in the request. If the server
86
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
87
- # binding allows API services to override the binding to use different resource
88
- # name schemes, such as `users/*/operations`. To override the binding, API
89
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
90
- # service configuration. For backwards compatibility, the default name includes
91
- # the operations collection id, however overriding users must ensure the name
92
- # binding is the parent resource, without the operations collection id.
86
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
93
87
  # @param [String] filter
94
88
  # The standard list filter.
95
89
  # @param [String] name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.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-serviceusage_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1beta1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []