google-apis-servicenetworking_v1 0.50.0 → 0.51.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: 2af775904ddb29ba5140845a31d8b10f374d84c21a5f6f93b7120204295a9e96
|
4
|
+
data.tar.gz: 8af04b1fafeeeae516c4bbb8e8595505b35060498b5cd28f81334766da4aebaa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4f4230a535b39493a8e80a0a45856e03ca7a0e4f103ee6671adc623fcf55f0b37fea5821c90a17484fa24319451f2e618c923ae7587cc7608ad54bab35dd2e46
|
7
|
+
data.tar.gz: a9951c8742aac7a85df02605955d1fb7b5a4534cf3de11f96bc032fdf048e8424fe6aae3a956399a053a1a711401286a67ba751040d16b7dcff2c48fb6050638
|
data/CHANGELOG.md
CHANGED
@@ -2937,6 +2937,15 @@ module Google
|
|
2937
2937
|
class MethodSettings
|
2938
2938
|
include Google::Apis::Core::Hashable
|
2939
2939
|
|
2940
|
+
# List of top-level fields of the request message, that should be automatically
|
2941
|
+
# populated by the client libraries based on their (google.api.field_info).
|
2942
|
+
# format. Currently supported format: UUID4. Example of a YAML configuration:
|
2943
|
+
# publishing: method_settings: - selector: google.example.v1.ExampleService.
|
2944
|
+
# CreateExample auto_populated_fields: - request_id
|
2945
|
+
# Corresponds to the JSON property `autoPopulatedFields`
|
2946
|
+
# @return [Array<String>]
|
2947
|
+
attr_accessor :auto_populated_fields
|
2948
|
+
|
2940
2949
|
# Describes settings to use when generating API methods that use the long-
|
2941
2950
|
# running operation pattern. All default values below are from those used in the
|
2942
2951
|
# client library generators (e.g. [Java](https://github.com/googleapis/gapic-
|
@@ -2958,6 +2967,7 @@ module Google
|
|
2958
2967
|
|
2959
2968
|
# Update properties of this object
|
2960
2969
|
def update!(**args)
|
2970
|
+
@auto_populated_fields = args[:auto_populated_fields] if args.key?(:auto_populated_fields)
|
2961
2971
|
@long_running = args[:long_running] if args.key?(:long_running)
|
2962
2972
|
@selector = args[:selector] if args.key?(:selector)
|
2963
2973
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1
|
18
18
|
# Version of the google-apis-servicenetworking_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.51.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 = "20231119"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1480,6 +1480,7 @@ module Google
|
|
1480
1480
|
class MethodSettings
|
1481
1481
|
# @private
|
1482
1482
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1483
|
+
collection :auto_populated_fields, as: 'autoPopulatedFields'
|
1483
1484
|
property :long_running, as: 'longRunning', class: Google::Apis::ServicenetworkingV1::LongRunning, decorator: Google::Apis::ServicenetworkingV1::LongRunning::Representation
|
1484
1485
|
|
1485
1486
|
property :selector, as: 'selector'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-servicenetworking_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.51.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-
|
11
|
+
date: 2023-11-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-servicenetworking_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.51.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|