Skip to content

Commit 6499109

Browse files
feat: Automated regeneration of servicenetworking v1 client (googleapis#23709)
Auto-created at 2025-07-20 09:33:57 +0000 using the toys pull request generator.
1 parent 76ced3f commit 6499109

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
@@ -338145,6 +338145,7 @@
338145338145
"/servicenetworking:v1/AddSubnetworkResponse/ipCidrRange": ip_cidr_range
338146338146
"/servicenetworking:v1/AddSubnetworkResponse/name": name
338147338147
"/servicenetworking:v1/Api": api
338148+
"/servicenetworking:v1/Api/edition": edition
338148338149
"/servicenetworking:v1/Api/methods": methods_prop
338149338150
"/servicenetworking:v1/Api/methods/methods_prop": methods_prop
338150338151
"/servicenetworking:v1/Api/mixins": mixins
@@ -338486,6 +338487,7 @@
338486338487
"/servicenetworking:v1/LongRunning/pollDelayMultiplier": poll_delay_multiplier
338487338488
"/servicenetworking:v1/LongRunning/totalPollTimeout": total_poll_timeout
338488338489
"/servicenetworking:v1/Method": method_prop
338490+
"/servicenetworking:v1/Method/edition": edition
338489338491
"/servicenetworking:v1/Method/name": name
338490338492
"/servicenetworking:v1/Method/options": options
338491338493
"/servicenetworking:v1/Method/options/option": option

generated/google-apis-servicenetworking_v1/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_v1
22

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

59
* Regenerated from discovery document revision 20250618

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

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

419+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
420+
# Corresponds to the JSON property `edition`
421+
# @return [String]
422+
attr_accessor :edition
423+
419424
# The methods of this interface, in unspecified order.
420425
# Corresponds to the JSON property `methods`
421426
# @return [Array<Google::Apis::ServicenetworkingV1::MethodProp>]
@@ -471,6 +476,7 @@ def initialize(**args)
471476

472477
# Update properties of this object
473478
def update!(**args)
479+
@edition = args[:edition] if args.key?(:edition)
474480
@methods_prop = args[:methods_prop] if args.key?(:methods_prop)
475481
@mixins = args[:mixins] if args.key?(:mixins)
476482
@name = args[:name] if args.key?(:name)
@@ -789,7 +795,7 @@ class BackendRule
789795
# @return [Hash<String,Google::Apis::ServicenetworkingV1::BackendRule>]
790796
attr_accessor :overrides_by_request_protocol
791797

792-
#
798+
# no-lint
793799
# Corresponds to the JSON property `pathTranslation`
794800
# @return [String]
795801
attr_accessor :path_translation
@@ -2353,7 +2359,8 @@ class GoSettings
23532359

23542360
# Map of service names to renamed services. Keys are the package relative
23552361
# service names and values are the name to be used for the service client and
2356-
# call options. publishing: go_settings: renamed_services: Publisher: TopicAdmin
2362+
# call options. Example: publishing: go_settings: renamed_services: Publisher:
2363+
# TopicAdmin
23572364
# Corresponds to the JSON property `renamedServices`
23582365
# @return [Hash<String,String>]
23592366
attr_accessor :renamed_services
@@ -3112,6 +3119,11 @@ def update!(**args)
31123119
class MethodProp
31133120
include Google::Apis::Core::Hashable
31143121

3122+
# The source edition string, only valid when syntax is SYNTAX_EDITIONS.
3123+
# Corresponds to the JSON property `edition`
3124+
# @return [String]
3125+
attr_accessor :edition
3126+
31153127
# The simple name of this method.
31163128
# Corresponds to the JSON property `name`
31173129
# @return [String]
@@ -3155,6 +3167,7 @@ def initialize(**args)
31553167

31563168
# Update properties of this object
31573169
def update!(**args)
3170+
@edition = args[:edition] if args.key?(:edition)
31583171
@name = args[:name] if args.key?(:name)
31593172
@options = args[:options] if args.key?(:options)
31603173
@request_streaming = args[:request_streaming] if args.key?(:request_streaming)

generated/google-apis-servicenetworking_v1/lib/google/apis/servicenetworking_v1/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 ServicenetworkingV1
1818
# Version of the google-apis-servicenetworking_v1 gem
19-
GEM_VERSION = "0.81.0"
19+
GEM_VERSION = "0.82.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_v1/lib/google/apis/servicenetworking_v1/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -896,6 +896,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
896896
class Api
897897
# @private
898898
class Representation < Google::Apis::Core::JsonRepresentation
899+
property :edition, as: 'edition'
899900
collection :methods_prop, as: 'methods', class: Google::Apis::ServicenetworkingV1::MethodProp, decorator: Google::Apis::ServicenetworkingV1::MethodProp::Representation
900901

901902
collection :mixins, as: 'mixins', class: Google::Apis::ServicenetworkingV1::Mixin, decorator: Google::Apis::ServicenetworkingV1::Mixin::Representation
@@ -1561,6 +1562,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
15611562
class MethodProp
15621563
# @private
15631564
class Representation < Google::Apis::Core::JsonRepresentation
1565+
property :edition, as: 'edition'
15641566
property :name, as: 'name'
15651567
collection :options, as: 'options', class: Google::Apis::ServicenetworkingV1::Option, decorator: Google::Apis::ServicenetworkingV1::Option::Representation
15661568

0 commit comments

Comments
 (0)