google-apis-servicenetworking_v1 0.82.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
@@ -412,7 +412,11 @@ 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
|
|
@@ -2078,7 +2082,11 @@ module Google
|
|
2078
2082
|
end
|
2079
2083
|
end
|
2080
2084
|
|
2081
|
-
# 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.
|
2082
2090
|
class Enum
|
2083
2091
|
include Google::Apis::Core::Hashable
|
2084
2092
|
|
@@ -2128,7 +2136,11 @@ module Google
|
|
2128
2136
|
end
|
2129
2137
|
end
|
2130
2138
|
|
2131
|
-
# 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.
|
2132
2144
|
class EnumValue
|
2133
2145
|
include Google::Apis::Core::Hashable
|
2134
2146
|
|
@@ -2202,7 +2214,11 @@ module Google
|
|
2202
2214
|
end
|
2203
2215
|
end
|
2204
2216
|
|
2205
|
-
# 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.
|
2206
2222
|
class Field
|
2207
2223
|
include Google::Apis::Core::Hashable
|
2208
2224
|
|
@@ -3115,11 +3131,17 @@ module Google
|
|
3115
3131
|
end
|
3116
3132
|
end
|
3117
3133
|
|
3118
|
-
# 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.
|
3119
3139
|
class MethodProp
|
3120
3140
|
include Google::Apis::Core::Hashable
|
3121
3141
|
|
3122
|
-
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
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.
|
3123
3145
|
# Corresponds to the JSON property `edition`
|
3124
3146
|
# @return [String]
|
3125
3147
|
attr_accessor :edition
|
@@ -3156,7 +3178,8 @@ module Google
|
|
3156
3178
|
# @return [String]
|
3157
3179
|
attr_accessor :response_type_url
|
3158
3180
|
|
3159
|
-
# 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.
|
3160
3183
|
# Corresponds to the JSON property `syntax`
|
3161
3184
|
# @return [String]
|
3162
3185
|
attr_accessor :syntax
|
@@ -3791,7 +3814,9 @@ module Google
|
|
3791
3814
|
end
|
3792
3815
|
|
3793
3816
|
# A protocol buffer option, which can be attached to a message, field,
|
3794
|
-
# 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.
|
3795
3820
|
class Option
|
3796
3821
|
include Google::Apis::Core::Hashable
|
3797
3822
|
|
@@ -5218,7 +5243,11 @@ module Google
|
|
5218
5243
|
end
|
5219
5244
|
end
|
5220
5245
|
|
5221
|
-
# 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.
|
5222
5251
|
class Type
|
5223
5252
|
include Google::Apis::Core::Hashable
|
5224
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
|
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:
|