Skip to content

Commit e899ea1

Browse files
feat: Automated regeneration of networkmanagement v1beta1 client (googleapis#21416)
Auto-created at 2025-01-19 10:04:04 +0000 using the toys pull request generator.
1 parent 2b4bccf commit e899ea1

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273212,6 +273212,7 @@
273212273212
"/networkmanagement:v1beta1/EdgeLocation/metropolitanArea": metropolitan_area
273213273213
"/networkmanagement:v1beta1/Empty": empty
273214273214
"/networkmanagement:v1beta1/Endpoint": endpoint
273215+
"/networkmanagement:v1beta1/Endpoint/alloyDbInstance": alloy_db_instance
273215273216
"/networkmanagement:v1beta1/Endpoint/appEngineVersion": app_engine_version
273216273217
"/networkmanagement:v1beta1/Endpoint/cloudFunction": cloud_function
273217273218
"/networkmanagement:v1beta1/Endpoint/cloudRunRevision": cloud_run_revision

generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md

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

3+
### v0.53.0 (2025-01-19)
4+
5+
* Regenerated from discovery document revision 20250108
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.52.0 (2024-12-22)
49

510
* Regenerated from discovery document revision 20241210

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,11 @@ def update!(**args)
703703
class Endpoint
704704
include Google::Apis::Core::Hashable
705705

706+
# An [AlloyDB Instance](https://cloud.google.com/alloydb) URI.
707+
# Corresponds to the JSON property `alloyDbInstance`
708+
# @return [String]
709+
attr_accessor :alloy_db_instance
710+
706711
# Wrapper for the App Engine service version attributes.
707712
# Corresponds to the JSON property `appEngineVersion`
708713
# @return [Google::Apis::NetworkmanagementV1beta1::AppEngineVersionEndpoint]
@@ -817,6 +822,7 @@ def initialize(**args)
817822

818823
# Update properties of this object
819824
def update!(**args)
825+
@alloy_db_instance = args[:alloy_db_instance] if args.key?(:alloy_db_instance)
820826
@app_engine_version = args[:app_engine_version] if args.key?(:app_engine_version)
821827
@cloud_function = args[:cloud_function] if args.key?(:cloud_function)
822828
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module NetworkmanagementV1beta1
1818
# Version of the google-apis-networkmanagement_v1beta1 gem
19-
GEM_VERSION = "0.52.0"
19+
GEM_VERSION = "0.53.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -552,6 +552,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
552552
class Endpoint
553553
# @private
554554
class Representation < Google::Apis::Core::JsonRepresentation
555+
property :alloy_db_instance, as: 'alloyDbInstance'
555556
property :app_engine_version, as: 'appEngineVersion', class: Google::Apis::NetworkmanagementV1beta1::AppEngineVersionEndpoint, decorator: Google::Apis::NetworkmanagementV1beta1::AppEngineVersionEndpoint::Representation
556557

557558
property :cloud_function, as: 'cloudFunction', class: Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint, decorator: Google::Apis::NetworkmanagementV1beta1::CloudFunctionEndpoint::Representation

0 commit comments

Comments
 (0)