google-apis-servicenetworking_v1beta 0.65.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: 72fa6f63f62867f5405f493edf183dd7ae47b3a681ae7fba66c4b6bd5b231b61
4
- data.tar.gz: df31e19a196e0ed99eac75bd5d47215210e91f3efb1bba0c8242fb63ac1ff04b
3
+ metadata.gz: 341034831bc55a425dc50f0d338c96a0fb63ba5670b9a4043a317916f3a40502
4
+ data.tar.gz: 7d4a85cd493f45723740803fd57baca275c3a2e91b33a5dc8cd6e01d3a3dfc3b
5
5
  SHA512:
6
- metadata.gz: 83e59846dc73d933ba79739d1c010f4ee599ff4b7c3d9a856900e7966786e3bbdbeb60aa6752279d3db6fb0c151d3046ecec7fbafcb2cf2eb0dfc70cd1793183
7
- data.tar.gz: abcedc97bc611d919c5ef4b2ec2c40695d9c27c9263b2b167d1dc7e6447be75db98ca53a55f4bdef086e5149aae4627dbd9297686e2e6e62867452ac94a2c36f
6
+ metadata.gz: 5e171ee9c957bfe725403db1b60a29dd6ad83bc772cb33db2256670ad0dfeb83c835b05f994b77575b1f2f3fc0096ae703b61f6ace32f209ff195d01a1a3c50b
7
+ data.tar.gz: a0efd4152036ae9735f748388b0a6735c5d82141a05c78be3fba9ee6424be953a890420a6b64f8405686065ba5d2c3c0ff2d6880b62583de6c0ec8b73d94e5e9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.67.0 (2025-07-27)
4
+
5
+ * Regenerated from discovery document revision 20250722
6
+
7
+ ### v0.66.0 (2025-07-20)
8
+
9
+ * Regenerated from discovery document revision 20250713
10
+
3
11
  ### v0.65.0 (2025-06-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20250618
@@ -196,10 +196,19 @@ 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
 
207
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
208
+ # Corresponds to the JSON property `edition`
209
+ # @return [String]
210
+ attr_accessor :edition
211
+
203
212
  # The methods of this interface, in unspecified order.
204
213
  # Corresponds to the JSON property `methods`
205
214
  # @return [Array<Google::Apis::ServicenetworkingV1beta::MethodProp>]
@@ -255,6 +264,7 @@ module Google
255
264
 
256
265
  # Update properties of this object
257
266
  def update!(**args)
267
+ @edition = args[:edition] if args.key?(:edition)
258
268
  @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
259
269
  @mixins = args[:mixins] if args.key?(:mixins)
260
270
  @name = args[:name] if args.key?(:name)
@@ -573,7 +583,7 @@ module Google
573
583
  # @return [Hash<String,Google::Apis::ServicenetworkingV1beta::BackendRule>]
574
584
  attr_accessor :overrides_by_request_protocol
575
585
 
576
- #
586
+ # no-lint
577
587
  # Corresponds to the JSON property `pathTranslation`
578
588
  # @return [String]
579
589
  attr_accessor :path_translation
@@ -1717,7 +1727,11 @@ module Google
1717
1727
  end
1718
1728
  end
1719
1729
 
1720
- # 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.
1721
1735
  class Enum
1722
1736
  include Google::Apis::Core::Hashable
1723
1737
 
@@ -1767,7 +1781,11 @@ module Google
1767
1781
  end
1768
1782
  end
1769
1783
 
1770
- # 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.
1771
1789
  class EnumValue
1772
1790
  include Google::Apis::Core::Hashable
1773
1791
 
@@ -1841,7 +1859,11 @@ module Google
1841
1859
  end
1842
1860
  end
1843
1861
 
1844
- # 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.
1845
1867
  class Field
1846
1868
  include Google::Apis::Core::Hashable
1847
1869
 
@@ -1972,7 +1994,8 @@ module Google
1972
1994
 
1973
1995
  # Map of service names to renamed services. Keys are the package relative
1974
1996
  # service names and values are the name to be used for the service client and
1975
- # call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
1997
+ # call options. Example: publishing: go_settings: renamed_services: Publisher:
1998
+ # TopicAdmin
1976
1999
  # Corresponds to the JSON property `renamedServices`
1977
2000
  # @return [Hash<String,String>]
1978
2001
  attr_accessor :renamed_services
@@ -2643,10 +2666,21 @@ module Google
2643
2666
  end
2644
2667
  end
2645
2668
 
2646
- # 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.
2647
2674
  class MethodProp
2648
2675
  include Google::Apis::Core::Hashable
2649
2676
 
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.
2680
+ # Corresponds to the JSON property `edition`
2681
+ # @return [String]
2682
+ attr_accessor :edition
2683
+
2650
2684
  # The simple name of this method.
2651
2685
  # Corresponds to the JSON property `name`
2652
2686
  # @return [String]
@@ -2679,7 +2713,8 @@ module Google
2679
2713
  # @return [String]
2680
2714
  attr_accessor :response_type_url
2681
2715
 
2682
- # 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.
2683
2718
  # Corresponds to the JSON property `syntax`
2684
2719
  # @return [String]
2685
2720
  attr_accessor :syntax
@@ -2690,6 +2725,7 @@ module Google
2690
2725
 
2691
2726
  # Update properties of this object
2692
2727
  def update!(**args)
2728
+ @edition = args[:edition] if args.key?(:edition)
2693
2729
  @name = args[:name] if args.key?(:name)
2694
2730
  @options = args[:options] if args.key?(:options)
2695
2731
  @request_streaming = args[:request_streaming] if args.key?(:request_streaming)
@@ -3313,7 +3349,9 @@ module Google
3313
3349
  end
3314
3350
 
3315
3351
  # A protocol buffer option, which can be attached to a message, field,
3316
- # 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.
3317
3355
  class Option
3318
3356
  include Google::Apis::Core::Hashable
3319
3357
 
@@ -4577,7 +4615,11 @@ module Google
4577
4615
  end
4578
4616
  end
4579
4617
 
4580
- # 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.
4581
4623
  class Type
4582
4624
  include Google::Apis::Core::Hashable
4583
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.65.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 = "20250618"
25
+ REVISION = "20250722"
26
26
  end
27
27
  end
28
28
  end
@@ -717,6 +717,7 @@ module Google
717
717
  class Api
718
718
  # @private
719
719
  class Representation < Google::Apis::Core::JsonRepresentation
720
+ property :edition, as: 'edition'
720
721
  collection :methods_prop, as: 'methods', class: Google::Apis::ServicenetworkingV1beta::MethodProp, decorator: Google::Apis::ServicenetworkingV1beta::MethodProp::Representation
721
722
 
722
723
  collection :mixins, as: 'mixins', class: Google::Apis::ServicenetworkingV1beta::Mixin, decorator: Google::Apis::ServicenetworkingV1beta::Mixin::Representation
@@ -1289,6 +1290,7 @@ module Google
1289
1290
  class MethodProp
1290
1291
  # @private
1291
1292
  class Representation < Google::Apis::Core::JsonRepresentation
1293
+ property :edition, as: 'edition'
1292
1294
  property :name, as: 'name'
1293
1295
  collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
1294
1296
 
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.65.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.65.0
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: