google-apis-serviceusage_v1 0.44.0 → 0.46.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: b45a8422878b28c61ecbc79c5f5a1fc03c04de223ca47416bd23b584afdeb34b
4
- data.tar.gz: 4fe2eba01e584635c20cc9891252ed57d5489cc0bf9770697c8477445651d179
3
+ metadata.gz: '095d80d6afa1ca1a9797e6bc61ef192eecb24e3ccd548f54777384032eb71847'
4
+ data.tar.gz: 834e06c65c838b59894bc341d28278cc82df793ab7a14d2b818eab96d849e4cd
5
5
  SHA512:
6
- metadata.gz: 6cb2f2c7dab0c36d836b14ee5e6b4d5cd2608ca4cb00a1e5734d054fb8d9d0dff9603963c7f0c8a720fdd413db81ed088657f26dff4a531f57c93c42440abf5f
7
- data.tar.gz: 464f480b5e274aed73d9d83e43ef0ff2ea81a25481f2a78a3d8e52975f30c41cdb901abf6161420f3e41020dcae82ff984f3b4bc3a6b2457868a22008efbf46c
6
+ metadata.gz: 3ea920fedf0276026b1db0ad928ac0b067be5b441fd7ade29916c6ef4250ba3a83c392b27da5922bdf157c6acf05b19fde3e1efed4901c1cf7671611ba069f1e
7
+ data.tar.gz: 5ee733ed4d70da4a9e0f83e2117b13aa71da51cc35bdaf32b57c0c3cb656fed51e587f6b18aacbe1dd2695ac15e2661a8ddbb77dc4cdcea9e12e63148770ad5c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-serviceusage_v1
2
2
 
3
+ ### v0.46.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231210
6
+
7
+ ### v0.45.0 (2023-12-03)
8
+
9
+ * Regenerated from discovery document revision 20231128
10
+
3
11
  ### v0.44.0 (2023-11-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20231113
@@ -3236,6 +3236,15 @@ module Google
3236
3236
  class MethodSettings
3237
3237
  include Google::Apis::Core::Hashable
3238
3238
 
3239
+ # List of top-level fields of the request message, that should be automatically
3240
+ # populated by the client libraries based on their (google.api.field_info).
3241
+ # format. Currently supported format: UUID4. Example of a YAML configuration:
3242
+ # publishing: method_settings: - selector: google.example.v1.ExampleService.
3243
+ # CreateExample auto_populated_fields: - request_id
3244
+ # Corresponds to the JSON property `autoPopulatedFields`
3245
+ # @return [Array<String>]
3246
+ attr_accessor :auto_populated_fields
3247
+
3239
3248
  # Describes settings to use when generating API methods that use the long-
3240
3249
  # running operation pattern. All default values below are from those used in the
3241
3250
  # client library generators (e.g. [Java](https://github.com/googleapis/gapic-
@@ -3257,6 +3266,7 @@ module Google
3257
3266
 
3258
3267
  # Update properties of this object
3259
3268
  def update!(**args)
3269
+ @auto_populated_fields = args[:auto_populated_fields] if args.key?(:auto_populated_fields)
3260
3270
  @long_running = args[:long_running] if args.key?(:long_running)
3261
3271
  @selector = args[:selector] if args.key?(:selector)
3262
3272
  end
@@ -3969,6 +3979,12 @@ module Google
3969
3979
  # @return [String]
3970
3980
  attr_accessor :proto_reference_documentation_uri
3971
3981
 
3982
+ # Optional link to REST reference documentation. Example: https://cloud.google.
3983
+ # com/pubsub/lite/docs/reference/rest
3984
+ # Corresponds to the JSON property `restReferenceDocumentationUri`
3985
+ # @return [String]
3986
+ attr_accessor :rest_reference_documentation_uri
3987
+
3972
3988
  def initialize(**args)
3973
3989
  update!(**args)
3974
3990
  end
@@ -3985,6 +4001,7 @@ module Google
3985
4001
  @new_issue_uri = args[:new_issue_uri] if args.key?(:new_issue_uri)
3986
4002
  @organization = args[:organization] if args.key?(:organization)
3987
4003
  @proto_reference_documentation_uri = args[:proto_reference_documentation_uri] if args.key?(:proto_reference_documentation_uri)
4004
+ @rest_reference_documentation_uri = args[:rest_reference_documentation_uri] if args.key?(:rest_reference_documentation_uri)
3988
4005
  end
3989
4006
  end
3990
4007
 
@@ -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.44.0"
19
+ GEM_VERSION = "0.46.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 = "20231113"
25
+ REVISION = "20231210"
26
26
  end
27
27
  end
28
28
  end
@@ -1482,6 +1482,7 @@ module Google
1482
1482
  class MethodSettings
1483
1483
  # @private
1484
1484
  class Representation < Google::Apis::Core::JsonRepresentation
1485
+ collection :auto_populated_fields, as: 'autoPopulatedFields'
1485
1486
  property :long_running, as: 'longRunning', class: Google::Apis::ServiceusageV1::LongRunning, decorator: Google::Apis::ServiceusageV1::LongRunning::Representation
1486
1487
 
1487
1488
  property :selector, as: 'selector'
@@ -1638,6 +1639,7 @@ module Google
1638
1639
  property :new_issue_uri, as: 'newIssueUri'
1639
1640
  property :organization, as: 'organization'
1640
1641
  property :proto_reference_documentation_uri, as: 'protoReferenceDocumentationUri'
1642
+ property :rest_reference_documentation_uri, as: 'restReferenceDocumentationUri'
1641
1643
  end
1642
1644
  end
1643
1645
 
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.44.0
4
+ version: 0.46.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-11-19 00:00:00.000000000 Z
11
+ date: 2023-12-17 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.44.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.46.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: []