google-apis-servicenetworking_v1beta 0.66.0 → 0.67.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: 341034831bc55a425dc50f0d338c96a0fb63ba5670b9a4043a317916f3a40502
|
4
|
+
data.tar.gz: 7d4a85cd493f45723740803fd57baca275c3a2e91b33a5dc8cd6e01d3a3dfc3b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5e171ee9c957bfe725403db1b60a29dd6ad83bc772cb33db2256670ad0dfeb83c835b05f994b77575b1f2f3fc0096ae703b61f6ace32f209ff195d01a1a3c50b
|
7
|
+
data.tar.gz: a0efd4152036ae9735f748388b0a6735c5d82141a05c78be3fba9ee6424be953a890420a6b64f8405686065ba5d2c3c0ff2d6880b62583de6c0ec8b73d94e5e9
|
data/CHANGELOG.md
CHANGED
@@ -196,7 +196,11 @@ module Google
|
|
196
196
|
# which represent a concrete implementation of an interface as opposed to simply
|
197
197
|
# a description of methods and bindings. They are also sometimes simply referred
|
198
198
|
# to as "APIs" in other contexts, such as the name of this message itself. See
|
199
|
-
# https://cloud.google.com/apis/design/glossary for detailed terminology.
|
199
|
+
# https://cloud.google.com/apis/design/glossary for detailed terminology. New
|
200
|
+
# usages of this message as an alternative to ServiceDescriptorProto are
|
201
|
+
# strongly discouraged. This message does not reliability preserve all
|
202
|
+
# information necessary to model the schema and preserve semantics. Instead make
|
203
|
+
# use of FileDescriptorSet which preserves the necessary information.
|
200
204
|
class Api
|
201
205
|
include Google::Apis::Core::Hashable
|
202
206
|
|
@@ -1723,7 +1727,11 @@ module Google
|
|
1723
1727
|
end
|
1724
1728
|
end
|
1725
1729
|
|
1726
|
-
# Enum type definition.
|
1730
|
+
# Enum type definition. New usages of this message as an alternative to
|
1731
|
+
# EnumDescriptorProto are strongly discouraged. This message does not
|
1732
|
+
# reliability preserve all information necessary to model the schema and
|
1733
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
1734
|
+
# necessary information.
|
1727
1735
|
class Enum
|
1728
1736
|
include Google::Apis::Core::Hashable
|
1729
1737
|
|
@@ -1773,7 +1781,11 @@ module Google
|
|
1773
1781
|
end
|
1774
1782
|
end
|
1775
1783
|
|
1776
|
-
# Enum value definition.
|
1784
|
+
# Enum value definition. New usages of this message as an alternative to
|
1785
|
+
# EnumValueDescriptorProto are strongly discouraged. This message does not
|
1786
|
+
# reliability preserve all information necessary to model the schema and
|
1787
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
1788
|
+
# necessary information.
|
1777
1789
|
class EnumValue
|
1778
1790
|
include Google::Apis::Core::Hashable
|
1779
1791
|
|
@@ -1847,7 +1859,11 @@ module Google
|
|
1847
1859
|
end
|
1848
1860
|
end
|
1849
1861
|
|
1850
|
-
# A single field of a message type.
|
1862
|
+
# A single field of a message type. New usages of this message as an alternative
|
1863
|
+
# to FieldDescriptorProto are strongly discouraged. This message does not
|
1864
|
+
# reliability preserve all information necessary to model the schema and
|
1865
|
+
# preserve semantics. Instead make use of FileDescriptorSet which preserves the
|
1866
|
+
# necessary information.
|
1851
1867
|
class Field
|
1852
1868
|
include Google::Apis::Core::Hashable
|
1853
1869
|
|
@@ -2650,11 +2666,17 @@ module Google
|
|
2650
2666
|
end
|
2651
2667
|
end
|
2652
2668
|
|
2653
|
-
# Method represents a method of an API interface.
|
2669
|
+
# Method represents a method of an API interface. New usages of this message as
|
2670
|
+
# an alternative to MethodDescriptorProto are strongly discouraged. This message
|
2671
|
+
# does not reliability preserve all information necessary to model the schema
|
2672
|
+
# and preserve semantics. Instead make use of FileDescriptorSet which preserves
|
2673
|
+
# the necessary information.
|
2654
2674
|
class MethodProp
|
2655
2675
|
include Google::Apis::Core::Hashable
|
2656
2676
|
|
2657
|
-
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
|
2677
|
+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS. This
|
2678
|
+
# field should be ignored, instead the edition should be inherited from Api.
|
2679
|
+
# This is similar to Field and EnumValue.
|
2658
2680
|
# Corresponds to the JSON property `edition`
|
2659
2681
|
# @return [String]
|
2660
2682
|
attr_accessor :edition
|
@@ -2691,7 +2713,8 @@ module Google
|
|
2691
2713
|
# @return [String]
|
2692
2714
|
attr_accessor :response_type_url
|
2693
2715
|
|
2694
|
-
# The source syntax of this method.
|
2716
|
+
# The source syntax of this method. This field should be ignored, instead the
|
2717
|
+
# syntax should be inherited from Api. This is similar to Field and EnumValue.
|
2695
2718
|
# Corresponds to the JSON property `syntax`
|
2696
2719
|
# @return [String]
|
2697
2720
|
attr_accessor :syntax
|
@@ -3326,7 +3349,9 @@ module Google
|
|
3326
3349
|
end
|
3327
3350
|
|
3328
3351
|
# A protocol buffer option, which can be attached to a message, field,
|
3329
|
-
# enumeration, etc.
|
3352
|
+
# enumeration, etc. New usages of this message as an alternative to FileOptions,
|
3353
|
+
# MessageOptions, FieldOptions, EnumOptions, EnumValueOptions, ServiceOptions,
|
3354
|
+
# or MethodOptions are strongly discouraged.
|
3330
3355
|
class Option
|
3331
3356
|
include Google::Apis::Core::Hashable
|
3332
3357
|
|
@@ -4590,7 +4615,11 @@ module Google
|
|
4590
4615
|
end
|
4591
4616
|
end
|
4592
4617
|
|
4593
|
-
# A protocol buffer message type.
|
4618
|
+
# A protocol buffer message type. New usages of this message as an alternative
|
4619
|
+
# to DescriptorProto are strongly discouraged. This message does not reliability
|
4620
|
+
# preserve all information necessary to model the schema and preserve semantics.
|
4621
|
+
# Instead make use of FileDescriptorSet which preserves the necessary
|
4622
|
+
# information.
|
4594
4623
|
class Type
|
4595
4624
|
include Google::Apis::Core::Hashable
|
4596
4625
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ServicenetworkingV1beta
|
18
18
|
# Version of the google-apis-servicenetworking_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.67.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_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.67.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_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-servicenetworking_v1beta/v0.67.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-servicenetworking_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|