google-apis-servicenetworking_v1 0.81.0 → 0.82.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64e90076a9672b1371bab5a2f58da94bb536a8a68a60d5af861171dbbdcf0696
|
4
|
+
data.tar.gz: 9f9930c084c9c1dc8556fb49c0c84c44030268fd6b268e52eddf188b5467dab1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c7cfacdfef076001840bff635ec7b4de83b90fac59f5c1c3620979675e63e2db1941a015bdc2b0457288d565a05b0b0d82425822068d0ecd9efcc86195c59da
|
7
|
+
data.tar.gz: 39e6954970d4fba504d582153213515f4bbb51de1ecebab2c087ec67a457fd1d186177f3701fdae58a2a5a3af695d0d82025076ee2ae7fc5659b667a749fa328
|
data/CHANGELOG.md
CHANGED
@@ -416,6 +416,11 @@ module Google
|
|
416
416
|
class Api
|
417
417
|
include Google::Apis::Core::Hashable
|
418
418
|
|
419
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
420
|
+
# Corresponds to the JSON property `edition`
|
421
|
+
# @return [String]
|
422
|
+
attr_accessor :edition
|
423
|
+
|
419
424
|
# The methods of this interface, in unspecified order.
|
420
425
|
# Corresponds to the JSON property `methods`
|
421
426
|
# @return [Array<Google::Apis::ServicenetworkingV1::MethodProp>]
|
@@ -471,6 +476,7 @@ module Google
|
|
471
476
|
|
472
477
|
# Update properties of this object
|
473
478
|
def update!(**args)
|
479
|
+
@edition = args[:edition] if args.key?(:edition)
|
474
480
|
@methods_prop = args[:methods_prop] if args.key?(:methods_prop)
|
475
481
|
@mixins = args[:mixins] if args.key?(:mixins)
|
476
482
|
@name = args[:name] if args.key?(:name)
|
@@ -789,7 +795,7 @@ module Google
|
|
789
795
|
# @return [Hash<String,Google::Apis::ServicenetworkingV1::BackendRule>]
|
790
796
|
attr_accessor :overrides_by_request_protocol
|
791
797
|
|
792
|
-
#
|
798
|
+
# no-lint
|
793
799
|
# Corresponds to the JSON property `pathTranslation`
|
794
800
|
# @return [String]
|
795
801
|
attr_accessor :path_translation
|
@@ -2353,7 +2359,8 @@ module Google
|
|
2353
2359
|
|
2354
2360
|
# Map of service names to renamed services. Keys are the package relative
|
2355
2361
|
# service names and values are the name to be used for the service client and
|
2356
|
-
# call options. publishing: go_settings: renamed_services: Publisher:
|
2362
|
+
# call options. Example: publishing: go_settings: renamed_services: Publisher:
|
2363
|
+
# TopicAdmin
|
2357
2364
|
# Corresponds to the JSON property `renamedServices`
|
2358
2365
|
# @return [Hash<String,String>]
|
2359
2366
|
attr_accessor :renamed_services
|
@@ -3112,6 +3119,11 @@ module Google
|
|
3112
3119
|
class MethodProp
|
3113
3120
|
include Google::Apis::Core::Hashable
|
3114
3121
|
|
3122
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
3123
|
+
# Corresponds to the JSON property `edition`
|
3124
|
+
# @return [String]
|
3125
|
+
attr_accessor :edition
|
3126
|
+
|
3115
3127
|
# The simple name of this method.
|
3116
3128
|
# Corresponds to the JSON property `name`
|
3117
3129
|
# @return [String]
|
@@ -3155,6 +3167,7 @@ module Google
|
|
3155
3167
|
|
3156
3168
|
# Update properties of this object
|
3157
3169
|
def update!(**args)
|
3170
|
+
@edition = args[:edition] if args.key?(:edition)
|
3158
3171
|
@name = args[:name] if args.key?(:name)
|
3159
3172
|
@options = args[:options] if args.key?(:options)
|
3160
3173
|
@request_streaming = args[:request_streaming] if args.key?(:request_streaming)
|
@@ -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.82.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250713"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -896,6 +896,7 @@ module Google
|
|
896
896
|
class Api
|
897
897
|
# @private
|
898
898
|
class Representation < Google::Apis::Core::JsonRepresentation
|
899
|
+
property :edition, as: 'edition'
|
899
900
|
collection :methods_prop, as: 'methods', class: Google::Apis::ServicenetworkingV1::MethodProp, decorator: Google::Apis::ServicenetworkingV1::MethodProp::Representation
|
900
901
|
|
901
902
|
collection :mixins, as: 'mixins', class: Google::Apis::ServicenetworkingV1::Mixin, decorator: Google::Apis::ServicenetworkingV1::Mixin::Representation
|
@@ -1561,6 +1562,7 @@ module Google
|
|
1561
1562
|
class MethodProp
|
1562
1563
|
# @private
|
1563
1564
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1565
|
+
property :edition, as: 'edition'
|
1564
1566
|
property :name, as: 'name'
|
1565
1567
|
collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1::Option, decorator: Google::Apis::ServicenetworkingV1::Option::Representation
|
1566
1568
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.82.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1/v0.82.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|