google-apis-serviceusage_v1 0.44.0 → 0.45.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: afad4ae8cb3df6ad6221b52a56cdbd9e42188aa77711011e332eb0ee00cf8ad7
|
4
|
+
data.tar.gz: 0bf0e65b3e551ec82f77cff3db72074e930ccc5a2891080ba140d820023c1a7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 45c55b68e6c5c2d2a6c6e104567733e18d1937dff41f0ac865d91374865e53f585046cbf14b7167b7c8894d62db80d1d4fa86b4d23dc46430918100489c17baf
|
7
|
+
data.tar.gz: 99d01e235c0edabb5ed26f16f3e06b663f16c375c08e92774831a71e528b320226360c740c7062251ab12e04ffd2882d5c4ed715ca6217a9d468ccba36c70380
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.45.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 = "
|
25
|
+
REVISION = "20231128"
|
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'
|
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.
|
4
|
+
version: 0.45.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
|
+
date: 2023-12-03 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-serviceusage_v1/v0.45.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: []
|