google-apis-serviceusage_v1 0.30.0 → 0.32.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: 0a2ea23e677896a7e1ea052f3c9352e07c537c03323f9b76685160ee4db15295
4
- data.tar.gz: 9f1d21bd6d0f879a5b802811f62d3dc9700c34b8d3d5d45ceb4b371bf29b078d
3
+ metadata.gz: 7d62946258bc60603183b06d754dbaabe5e126c1a64680de98fc3ee077609e32
4
+ data.tar.gz: 46e89de43d302bd33a45a121f796393f24489887a1954804bf67a788ca9eb977
5
5
  SHA512:
6
- metadata.gz: 95b190220251aedc308a17f5da775e4953c4c9041f3afe5ae1f94a352bab0ee42868623c32ed70c8e0c7338611b20fad15acfeed09db071367b41e238845dfa7
7
- data.tar.gz: 4d9f032e5e9d9b399c4f59a2308225ec105ae354a5599b9e81ff541731c688fd06f203ebfd917ba304014942557e6748a6ac82bb12a5204b271dbf3440d69957
6
+ metadata.gz: 8f63c88a19e338064673453002d13958edf64d9a3e92242fdde1c15f6bca0ae2a8454b1c0ed8a340b8cb45072b715f096c6a880bebf8132845568fab07e7d799
7
+ data.tar.gz: 3dc04c04eb01bc0fa8c1d16bc404b9b4c6790d5840ee1392829fc18452eaa758de0fa62b8324064a931f6d7317a0d934afd6eb427927288ce92d4e6b19a4e6eb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.32.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230309
6
+
7
+ ### v0.31.0 (2023-03-05)
8
+
9
+ * Regenerated from discovery document revision 20230226
10
+
3
11
  ### v0.30.0 (2023-02-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230215
@@ -1331,6 +1331,11 @@ module Google
1331
1331
  class Enum
1332
1332
  include Google::Apis::Core::Hashable
1333
1333
 
1334
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
1335
+ # Corresponds to the JSON property `edition`
1336
+ # @return [String]
1337
+ attr_accessor :edition
1338
+
1334
1339
  # Enum value definitions.
1335
1340
  # Corresponds to the JSON property `enumvalue`
1336
1341
  # @return [Array<Google::Apis::ServiceusageV1::EnumValue>]
@@ -1363,6 +1368,7 @@ module Google
1363
1368
 
1364
1369
  # Update properties of this object
1365
1370
  def update!(**args)
1371
+ @edition = args[:edition] if args.key?(:edition)
1366
1372
  @enumvalue = args[:enumvalue] if args.key?(:enumvalue)
1367
1373
  @name = args[:name] if args.key?(:name)
1368
1374
  @options = args[:options] if args.key?(:options)
@@ -3582,6 +3588,12 @@ module Google
3582
3588
  # @return [String]
3583
3589
  attr_accessor :organization
3584
3590
 
3591
+ # Optional link to proto reference documentation. Example: https://cloud.google.
3592
+ # com/pubsub/lite/docs/reference/rpc
3593
+ # Corresponds to the JSON property `protoReferenceDocumentationUri`
3594
+ # @return [String]
3595
+ attr_accessor :proto_reference_documentation_uri
3596
+
3585
3597
  def initialize(**args)
3586
3598
  update!(**args)
3587
3599
  end
@@ -3597,6 +3609,7 @@ module Google
3597
3609
  @method_settings = args[:method_settings] if args.key?(:method_settings)
3598
3610
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3599
3611
  @organization = args[:organization] if args.key?(:organization)
3612
+ @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
3600
3613
  end
3601
3614
  end
3602
3615
 
@@ -4069,6 +4082,11 @@ module Google
4069
4082
  class Type
4070
4083
  include Google::Apis::Core::Hashable
4071
4084
 
4085
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
4086
+ # Corresponds to the JSON property `edition`
4087
+ # @return [String]
4088
+ attr_accessor :edition
4089
+
4072
4090
  # The list of fields.
4073
4091
  # Corresponds to the JSON property `fields`
4074
4092
  # @return [Array<Google::Apis::ServiceusageV1::Field>]
@@ -4106,6 +4124,7 @@ module Google
4106
4124
 
4107
4125
  # Update properties of this object
4108
4126
  def update!(**args)
4127
+ @edition = args[:edition] if args.key?(:edition)
4109
4128
  @fields = args[:fields] if args.key?(:fields)
4110
4129
  @name = args[:name] if args.key?(:name)
4111
4130
  @oneofs = args[:oneofs] if args.key?(:oneofs)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ServiceusageV1
18
18
  # Version of the google-apis-serviceusage_v1 gem
19
- GEM_VERSION = "0.30.0"
19
+ GEM_VERSION = "0.32.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 = "20230309"
26
26
  end
27
27
  end
28
28
  end
@@ -968,6 +968,7 @@ module Google
968
968
  class Enum
969
969
  # @private
970
970
  class Representation < Google::Apis::Core::JsonRepresentation
971
+ property :edition, as: 'edition'
971
972
  collection :enumvalue, as: 'enumvalue', class: Google::Apis::ServiceusageV1::EnumValue, decorator: Google::Apis::ServiceusageV1::EnumValue::Representation
972
973
 
973
974
  property :name, as: 'name'
@@ -1472,6 +1473,7 @@ module Google
1472
1473
 
1473
1474
  property :new_issue_uri, as: 'newIssueUri'
1474
1475
  property :organization, as: 'organization'
1476
+ property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1475
1477
  end
1476
1478
  end
1477
1479
 
@@ -1589,6 +1591,7 @@ module Google
1589
1591
  class Type
1590
1592
  # @private
1591
1593
  class Representation < Google::Apis::Core::JsonRepresentation
1594
+ property :edition, as: 'edition'
1592
1595
  collection :fields, as: 'fields', class: Google::Apis::ServiceusageV1::Field, decorator: Google::Apis::ServiceusageV1::Field::Representation
1593
1596
 
1594
1597
  property :name, as: 'name'
@@ -156,13 +156,7 @@ module Google
156
156
  end
157
157
 
158
158
  # Lists operations that match the specified filter in the request. If the server
159
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
160
- # binding allows API services to override the binding to use different resource
161
- # name schemes, such as `users/*/operations`. To override the binding, API
162
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
163
- # service configuration. For backwards compatibility, the default name includes
164
- # the operations collection id, however overriding users must ensure the name
165
- # binding is the parent resource, without the operations collection id.
159
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
166
160
  # @param [String] filter
167
161
  # The standard list filter.
168
162
  # @param [String] name
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-serviceusage_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0
4
+ version: 0.32.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-12 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.32.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-serviceusage_v1
63
63
  post_install_message:
64
64
  rdoc_options: []