google-apis-servicenetworking_v1beta 0.65.0 → 0.66.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: d8c3a32ea63247960b45bde95d25e609636836ae481ea5fb7a2ecad913e53dea
4
+ data.tar.gz: 9f451bd98880055d33485cbcf394e7d9dddd9e5a72427a76678c8836234b7864
5
5
  SHA512:
6
- metadata.gz: 83e59846dc73d933ba79739d1c010f4ee599ff4b7c3d9a856900e7966786e3bbdbeb60aa6752279d3db6fb0c151d3046ecec7fbafcb2cf2eb0dfc70cd1793183
7
- data.tar.gz: abcedc97bc611d919c5ef4b2ec2c40695d9c27c9263b2b167d1dc7e6447be75db98ca53a55f4bdef086e5149aae4627dbd9297686e2e6e62867452ac94a2c36f
6
+ metadata.gz: a573baf43b8120d5741d15d9c067681c42394de6014a49a22af27c25afd7783f07564e7434bd6898b58ce7b0f9cadaa0fb373d7b43a6a7010c1d566523ba7a9f
7
+ data.tar.gz: b76a24d4fdf5a095182fb164ff408510a8abe2c68ff7d441cccd85b34a4fdc292aa0745488e7b0622144689ad21d59c7f4ee6dcf8d37ad16f20cc9036fcb05cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-servicenetworking_v1beta
2
2
 
3
+ ### v0.66.0 (2025-07-20)
4
+
5
+ * Regenerated from discovery document revision 20250713
6
+
3
7
  ### v0.65.0 (2025-06-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20250618
@@ -200,6 +200,11 @@ module Google
200
200
  class Api
201
201
  include Google::Apis::Core::Hashable
202
202
 
203
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
204
+ # Corresponds to the JSON property `edition`
205
+ # @return [String]
206
+ attr_accessor :edition
207
+
203
208
  # The methods of this interface, in unspecified order.
204
209
  # Corresponds to the JSON property `methods`
205
210
  # @return [Array<Google::Apis::ServicenetworkingV1beta::MethodProp>]
@@ -255,6 +260,7 @@ module Google
255
260
 
256
261
  # Update properties of this object
257
262
  def update!(**args)
263
+ @edition = args[:edition] if args.key?(:edition)
258
264
  @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
259
265
  @mixins = args[:mixins] if args.key?(:mixins)
260
266
  @name = args[:name] if args.key?(:name)
@@ -573,7 +579,7 @@ module Google
573
579
  # @return [Hash<String,Google::Apis::ServicenetworkingV1beta::BackendRule>]
574
580
  attr_accessor :overrides_by_request_protocol
575
581
 
576
- #
582
+ # no-lint
577
583
  # Corresponds to the JSON property `pathTranslation`
578
584
  # @return [String]
579
585
  attr_accessor :path_translation
@@ -1972,7 +1978,8 @@ module Google
1972
1978
 
1973
1979
  # Map of service names to renamed services. Keys are the package relative
1974
1980
  # 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
1981
+ # call options. Example: publishing: go_settings: renamed_services: Publisher:
1982
+ # TopicAdmin
1976
1983
  # Corresponds to the JSON property `renamedServices`
1977
1984
  # @return [Hash<String,String>]
1978
1985
  attr_accessor :renamed_services
@@ -2647,6 +2654,11 @@ module Google
2647
2654
  class MethodProp
2648
2655
  include Google::Apis::Core::Hashable
2649
2656
 
2657
+ # The source edition string, only valid when syntax is SYNTAX_EDITIONS.
2658
+ # Corresponds to the JSON property `edition`
2659
+ # @return [String]
2660
+ attr_accessor :edition
2661
+
2650
2662
  # The simple name of this method.
2651
2663
  # Corresponds to the JSON property `name`
2652
2664
  # @return [String]
@@ -2690,6 +2702,7 @@ module Google
2690
2702
 
2691
2703
  # Update properties of this object
2692
2704
  def update!(**args)
2705
+ @edition = args[:edition] if args.key?(:edition)
2693
2706
  @name = args[:name] if args.key?(:name)
2694
2707
  @options = args[:options] if args.key?(:options)
2695
2708
  @request_streaming = args[:request_streaming] if args.key?(:request_streaming)
@@ -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.66.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 = "20250713"
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.66.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.66.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: