google-apis-servicenetworking_v1 0.81.0 → 0.83.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: c09f3db1e7bdacbfa3f8b1abb64afb8a1e09381c2cb79b959ccd99154ebd787e
|
4
|
+
data.tar.gz: b8124be46b5b2c7c520e733a0a9b4db1b2d8ee19f68f1644834e89f7704a6dec
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d997be90eb6c4c3dfa68576072075d8c31a0e1b3450b962246adba3fb3b3f0cc9cac177e0e72fa6a045630b1ef0da88b9e134335b40dee4f64394eb204545b4
|
7
|
+
data.tar.gz: 819313fe4236a76781508e46d37dd733fea5365ec8881ee8d6d3afe2b1244ac833ee358e1a8d681444d7f1cc8f2a31b06793d8e6a5c4392717bd4d439612d4c3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-servicenetworking_v1
|
2
2
|
|
3
|
+
### v0.83.0 (2025-07-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250722
|
6
|
+
|
7
|
+
### v0.82.0 (2025-07-20)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250713
|
10
|
+
|
3
11
|
### v0.81.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250618
|
@@ -412,10 +412,19 @@ module Google
|
|
412
412
|
# which represent a concrete implementation of an interface as opposed to simply
|
413
413
|
# a description of methods and bindings. They are also sometimes simply referred
|
414
414
|
# to as "APIs" in other contexts, such as the name of this message itself. See
|
415
|
-
# https://cloud.google.com/apis/design/glossary for detailed terminology.
|
415
|
+
# https://cloud.google.com/apis/design/glossary for detailed terminology. New
|
416
|
+
# usages of this message as an alternative to ServiceDescriptorProto are
|
417
|
+
# strongly discouraged. This message does not reliability preserve all
|
418
|
+
# information necessary to model the schema and preserve semantics. Instead make
|
419
|
+
# use of FileDescriptorSet which preserves the necessary information.
|
416
420
|
class Api
|
417
421
|
include Google::Apis::Core::Hashable
|
418
422
|
|
423
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
424
|
+
# Corresponds to the JSON property `edition`
|
425
|
+
# @return [String]
|
426
|
+
attr_accessor :edition
|
427
|
+
|
419
428
|
# The methods of this interface, in unspecified order.
|
420
429
|
# Corresponds to the JSON property `methods`
|
421
430
|
# @return [Array<Google::Apis::ServicenetworkingV1::MethodProp>]
|
@@ -471,6 +480,7 @@ module Google
|
|
471
480
|
|
472
481
|
# Update properties of this object
|
473
482
|
def update!(**args)
|
483
|
+
@edition = args[:edition] if args.key?(:edition)
|
474
484
|
@methods_prop = args[:methods_prop] if args.key?(:methods_prop)
|
475
485
|
@mixins = args[:mixins] if args.key?(:mixins)
|
476
486
|
@name = args[:name] if args.key?(:name)
|
@@ -789,7 +799,7 @@ module Google
|
|
789
799
|
# @return [Hash<String,Google::Apis::ServicenetworkingV1::BackendRule>]
|
790
800
|
attr_accessor :overrides_by_request_protocol
|
791
801
|
|
792
|
-
#
|
802
|
+
# no-lint
|
793
803
|
# Corresponds to the JSON property `pathTranslation`
|
794
804
|
# @return [String]
|
795
805
|
attr_accessor :path_translation
|
@@ -2072,7 +2082,11 @@ module Google
|
|
2072
2082
|
end
|
2073
2083
|
end
|
2074
2084
|
|
2075
|
-
# Enum type definition.
|
2085
|
+
# Enum type definition. New usages of this message as an alternative to
|
2086
|
+
# EnumDescriptorProto are strongly discouraged. This message does not
|
2087
|
+
# reliability preserve all information necessary to model the schema and
|
2088
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
2089
|
+
# necessary information.
|
2076
2090
|
class Enum
|
2077
2091
|
include Google::Apis::Core::Hashable
|
2078
2092
|
|
@@ -2122,7 +2136,11 @@ module Google
|
|
2122
2136
|
end
|
2123
2137
|
end
|
2124
2138
|
|
2125
|
-
# Enum value definition.
|
2139
|
+
# Enum value definition. New usages of this message as an alternative to
|
2140
|
+
# EnumValueDescriptorProto are strongly discouraged. This message does not
|
2141
|
+
# reliability preserve all information necessary to model the schema and
|
2142
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
2143
|
+
# necessary information.
|
2126
2144
|
class EnumValue
|
2127
2145
|
include Google::Apis::Core::Hashable
|
2128
2146
|
|
@@ -2196,7 +2214,11 @@ module Google
|
|
2196
2214
|
end
|
2197
2215
|
end
|
2198
2216
|
|
2199
|
-
# A single field of a message type.
|
2217
|
+
# A single field of a message type. New usages of this message as an alternative
|
2218
|
+
# to FieldDescriptorProto are strongly discouraged. This message does not
|
2219
|
+
# reliability preserve all information necessary to model the schema and
|
2220
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
2221
|
+
# necessary information.
|
2200
2222
|
class Field
|
2201
2223
|
include Google::Apis::Core::Hashable
|
2202
2224
|
|
@@ -2353,7 +2375,8 @@ module Google
|
|
2353
2375
|
|
2354
2376
|
# Map of service names to renamed services. Keys are the package relative
|
2355
2377
|
# service names and values are the name to be used for the service client and
|
2356
|
-
# call options. publishing: go_settings: renamed_services: Publisher:
|
2378
|
+
# call options. Example: publishing: go_settings: renamed_services: Publisher:
|
2379
|
+
# TopicAdmin
|
2357
2380
|
# Corresponds to the JSON property `renamedServices`
|
2358
2381
|
# @return [Hash<String,String>]
|
2359
2382
|
attr_accessor :renamed_services
|
@@ -3108,10 +3131,21 @@ module Google
|
|
3108
3131
|
end
|
3109
3132
|
end
|
3110
3133
|
|
3111
|
-
# Method represents a method of an API interface.
|
3134
|
+
# Method represents a method of an API interface. New usages of this message as
|
3135
|
+
# an alternative to MethodDescriptorProto are strongly discouraged. This message
|
3136
|
+
# does not reliability preserve all information necessary to model the schema
|
3137
|
+
# and preserve semantics. Instead make use of FileDescriptorSet which preserves
|
3138
|
+
# the necessary information.
|
3112
3139
|
class MethodProp
|
3113
3140
|
include Google::Apis::Core::Hashable
|
3114
3141
|
|
3142
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS. This
|
3143
|
+
# field should be ignored, instead the edition should be inherited from Api.
|
3144
|
+
# This is similar to Field and EnumValue.
|
3145
|
+
# Corresponds to the JSON property `edition`
|
3146
|
+
# @return [String]
|
3147
|
+
attr_accessor :edition
|
3148
|
+
|
3115
3149
|
# The simple name of this method.
|
3116
3150
|
# Corresponds to the JSON property `name`
|
3117
3151
|
# @return [String]
|
@@ -3144,7 +3178,8 @@ module Google
|
|
3144
3178
|
# @return [String]
|
3145
3179
|
attr_accessor :response_type_url
|
3146
3180
|
|
3147
|
-
# The source syntax of this method.
|
3181
|
+
# The source syntax of this method. This field should be ignored, instead the
|
3182
|
+
# syntax should be inherited from Api. This is similar to Field and EnumValue.
|
3148
3183
|
# Corresponds to the JSON property `syntax`
|
3149
3184
|
# @return [String]
|
3150
3185
|
attr_accessor :syntax
|
@@ -3155,6 +3190,7 @@ module Google
|
|
3155
3190
|
|
3156
3191
|
# Update properties of this object
|
3157
3192
|
def update!(**args)
|
3193
|
+
@edition = args[:edition] if args.key?(:edition)
|
3158
3194
|
@name = args[:name] if args.key?(:name)
|
3159
3195
|
@options = args[:options] if args.key?(:options)
|
3160
3196
|
@request_streaming = args[:request_streaming] if args.key?(:request_streaming)
|
@@ -3778,7 +3814,9 @@ module Google
|
|
3778
3814
|
end
|
3779
3815
|
|
3780
3816
|
# A protocol buffer option, which can be attached to a message, field,
|
3781
|
-
# enumeration, etc.
|
3817
|
+
# enumeration, etc. New usages of this message as an alternative to FileOptions,
|
3818
|
+
# MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
|
3819
|
+
# or MethodOptions are strongly discouraged.
|
3782
3820
|
class Option
|
3783
3821
|
include Google::Apis::Core::Hashable
|
3784
3822
|
|
@@ -5205,7 +5243,11 @@ module Google
|
|
5205
5243
|
end
|
5206
5244
|
end
|
5207
5245
|
|
5208
|
-
# A protocol buffer message type.
|
5246
|
+
# A protocol buffer message type. New usages of this message as an alternative
|
5247
|
+
# to DescriptorProto are strongly discouraged. This message does not reliability
|
5248
|
+
# preserve all information necessary to model the schema and preserve semantics.
|
5249
|
+
# Instead make use of FileDescriptorSet which preserves the necessary
|
5250
|
+
# information.
|
5209
5251
|
class Type
|
5210
5252
|
include Google::Apis::Core::Hashable
|
5211
5253
|
|
@@ -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.83.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 = "20250722"
|
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.83.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.83.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:
|