Skip to content

Commit dbfb10d

Browse files
feat: Automated regeneration of servicenetworking v1beta client (googleapis#23711)
Auto-created at 2025-07-20 09:41:13 +0000 using the toys pull request generator.
1 parent 6499109 commit dbfb10d

File tree

5 files changed

+25
-4
lines changed

5 files changed

+25
-4
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338883,6 +338883,7 @@
338883338883
"/servicenetworking:v1beta/AddSubnetworkResponse/ipCidrRange": ip_cidr_range
338884338884
"/servicenetworking:v1beta/AddSubnetworkResponse/name": name
338885338885
"/servicenetworking:v1beta/Api": api
338886+
"/servicenetworking:v1beta/Api/edition": edition
338886338887
"/servicenetworking:v1beta/Api/methods": methods_prop
338887338888
"/servicenetworking:v1beta/Api/methods/methods_prop": methods_prop
338888338889
"/servicenetworking:v1beta/Api/mixins": mixins
@@ -339195,6 +339196,7 @@
339195339196
"/servicenetworking:v1beta/LongRunning/pollDelayMultiplier": poll_delay_multiplier
339196339197
"/servicenetworking:v1beta/LongRunning/totalPollTimeout": total_poll_timeout
339197339198
"/servicenetworking:v1beta/Method": method_prop
339199+
"/servicenetworking:v1beta/Method/edition": edition
339198339200
"/servicenetworking:v1beta/Method/name": name
339199339201
"/servicenetworking:v1beta/Method/options": options
339200339202
"/servicenetworking:v1beta/Method/options/option": option

generated/google-apis-servicenetworking_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-servicenetworking_v1beta
22

3+
### v0.66.0 (2025-07-20)
4+
5+
* Regenerated from discovery document revision 20250713
6+
37
### v0.65.0 (2025-06-22)
48

59
* Regenerated from discovery document revision 20250618

generated/google-apis-servicenetworking_v1beta/lib/google/apis/servicenetworking_v1beta/classes.rb

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ def update!(**args)
200200
class Api
201201
include Google::Apis::Core::Hashable
202202

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+
203208
# The methods of this interface, in unspecified order.
204209
# Corresponds to the JSON property `methods`
205210
# @return [Array<Google::Apis::ServicenetworkingV1beta::MethodProp>]
@@ -255,6 +260,7 @@ def initialize(**args)
255260

256261
# Update properties of this object
257262
def update!(**args)
263+
@edition = args[:edition] if args.key?(:edition)
258264
@methods_prop = args[:methods_prop] if args.key?(:methods_prop)
259265
@mixins = args[:mixins] if args.key?(:mixins)
260266
@name = args[:name] if args.key?(:name)
@@ -573,7 +579,7 @@ class BackendRule
573579
# @return [Hash<String,Google::Apis::ServicenetworkingV1beta::BackendRule>]
574580
attr_accessor :overrides_by_request_protocol
575581

576-
#
582+
# no-lint
577583
# Corresponds to the JSON property `pathTranslation`
578584
# @return [String]
579585
attr_accessor :path_translation
@@ -1972,7 +1978,8 @@ class GoSettings
19721978

19731979
# Map of service names to renamed services. Keys are the package relative
19741980
# 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
19761983
# Corresponds to the JSON property `renamedServices`
19771984
# @return [Hash<String,String>]
19781985
attr_accessor :renamed_services
@@ -2647,6 +2654,11 @@ def update!(**args)
26472654
class MethodProp
26482655
include Google::Apis::Core::Hashable
26492656

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+
26502662
# The simple name of this method.
26512663
# Corresponds to the JSON property `name`
26522664
# @return [String]
@@ -2690,6 +2702,7 @@ def initialize(**args)
26902702

26912703
# Update properties of this object
26922704
def update!(**args)
2705+
@edition = args[:edition] if args.key?(:edition)
26932706
@name = args[:name] if args.key?(:name)
26942707
@options = args[:options] if args.key?(:options)
26952708
@request_streaming = args[:request_streaming] if args.key?(:request_streaming)

generated/google-apis-servicenetworking_v1beta/lib/google/apis/servicenetworking_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ServicenetworkingV1beta
1818
# Version of the google-apis-servicenetworking_v1beta gem
19-
GEM_VERSION = "0.65.0"
19+
GEM_VERSION = "0.66.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250618"
25+
REVISION = "20250713"
2626
end
2727
end
2828
end

generated/google-apis-servicenetworking_v1beta/lib/google/apis/servicenetworking_v1beta/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
717717
class Api
718718
# @private
719719
class Representation < Google::Apis::Core::JsonRepresentation
720+
property :edition, as: 'edition'
720721
collection :methods_prop, as: 'methods', class: Google::Apis::ServicenetworkingV1beta::MethodProp, decorator: Google::Apis::ServicenetworkingV1beta::MethodProp::Representation
721722

722723
collection :mixins, as: 'mixins', class: Google::Apis::ServicenetworkingV1beta::Mixin, decorator: Google::Apis::ServicenetworkingV1beta::Mixin::Representation
@@ -1289,6 +1290,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
12891290
class MethodProp
12901291
# @private
12911292
class Representation < Google::Apis::Core::JsonRepresentation
1293+
property :edition, as: 'edition'
12921294
property :name, as: 'name'
12931295
collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1beta::Option, decorator: Google::Apis::ServicenetworkingV1beta::Option::Representation
12941296

0 commit comments

Comments
 (0)