Skip to content

Commit eddfeb1

Browse files
feat: Automated regeneration of networkmanagement v1beta1 client (googleapis#26588)
Auto-created at 2026-05-31 10:27:48 +0000 using the toys pull request generator.
1 parent 581a37c commit eddfeb1

5 files changed

Lines changed: 65 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330177,6 +330177,10 @@
330177330177
"/networkmanagement:v1beta1/CloudFunctionInfo/location": location
330178330178
"/networkmanagement:v1beta1/CloudFunctionInfo/uri": uri
330179330179
"/networkmanagement:v1beta1/CloudFunctionInfo/versionId": version_id
330180+
"/networkmanagement:v1beta1/CloudRunJobInfo": cloud_run_job_info
330181+
"/networkmanagement:v1beta1/CloudRunJobInfo/displayName": display_name
330182+
"/networkmanagement:v1beta1/CloudRunJobInfo/location": location
330183+
"/networkmanagement:v1beta1/CloudRunJobInfo/uri": uri
330180330184
"/networkmanagement:v1beta1/CloudRunRevisionEndpoint": cloud_run_revision_endpoint
330181330185
"/networkmanagement:v1beta1/CloudRunRevisionEndpoint/serviceUri": service_uri
330182330186
"/networkmanagement:v1beta1/CloudRunRevisionEndpoint/uri": uri
@@ -330598,6 +330602,7 @@
330598330602
"/networkmanagement:v1beta1/Step/appEngineVersionInfo": app_engine_version_info
330599330603
"/networkmanagement:v1beta1/Step/causesDrop": causes_drop
330600330604
"/networkmanagement:v1beta1/Step/cloudFunction": cloud_function
330605+
"/networkmanagement:v1beta1/Step/cloudRunJob": cloud_run_job
330601330606
"/networkmanagement:v1beta1/Step/cloudRunRevision": cloud_run_revision
330602330607
"/networkmanagement:v1beta1/Step/cloudSqlInstance": cloud_sql_instance
330603330608
"/networkmanagement:v1beta1/Step/datastreamPrivateConnection": datastream_private_connection

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

3+
### v0.80.0 (2026-05-31)
4+
5+
* Regenerated from discovery document revision 20260520
6+
37
### v0.79.0 (2026-05-17)
48

59
* Regenerated from discovery document revision 20260506

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

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,37 @@ def update!(**args)
359359
end
360360
end
361361

362+
# For display only. Metadata associated with a Cloud Run job.
363+
class CloudRunJobInfo
364+
include Google::Apis::Core::Hashable
365+
366+
# Name of a Cloud Run job.
367+
# Corresponds to the JSON property `displayName`
368+
# @return [String]
369+
attr_accessor :display_name
370+
371+
# Location in which this job is deployed.
372+
# Corresponds to the JSON property `location`
373+
# @return [String]
374+
attr_accessor :location
375+
376+
# URI of a Cloud Run job.
377+
# Corresponds to the JSON property `uri`
378+
# @return [String]
379+
attr_accessor :uri
380+
381+
def initialize(**args)
382+
update!(**args)
383+
end
384+
385+
# Update properties of this object
386+
def update!(**args)
387+
@display_name = args[:display_name] if args.key?(:display_name)
388+
@location = args[:location] if args.key?(:location)
389+
@uri = args[:uri] if args.key?(:uri)
390+
end
391+
end
392+
362393
# Wrapper for Cloud Run revision attributes.
363394
class CloudRunRevisionEndpoint
364395
include Google::Apis::Core::Hashable
@@ -3286,6 +3317,11 @@ class Step
32863317
# @return [Google::Apis::NetworkmanagementV1beta1::CloudFunctionInfo]
32873318
attr_accessor :cloud_function
32883319

3320+
# For display only. Metadata associated with a Cloud Run job.
3321+
# Corresponds to the JSON property `cloudRunJob`
3322+
# @return [Google::Apis::NetworkmanagementV1beta1::CloudRunJobInfo]
3323+
attr_accessor :cloud_run_job
3324+
32893325
# For display only. Metadata associated with a Cloud Run revision.
32903326
# Corresponds to the JSON property `cloudRunRevision`
32913327
# @return [Google::Apis::NetworkmanagementV1beta1::CloudRunRevisionInfo]
@@ -3500,6 +3536,7 @@ def update!(**args)
35003536
@app_engine_version = args[:app_engine_version] if args.key?(:app_engine_version)
35013537
@causes_drop = args[:causes_drop] if args.key?(:causes_drop)
35023538
@cloud_function = args[:cloud_function] if args.key?(:cloud_function)
3539+
@cloud_run_job = args[:cloud_run_job] if args.key?(:cloud_run_job)
35033540
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
35043541
@cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
35053542
@datastream_private_connection = args[:datastream_private_connection] if args.key?(:datastream_private_connection)

generated/google-apis-networkmanagement_v1beta1/lib/google/apis/networkmanagement_v1beta1/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 NetworkmanagementV1beta1
1818
# Version of the google-apis-networkmanagement_v1beta1 gem
19-
GEM_VERSION = "0.79.0"
19+
GEM_VERSION = "0.80.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 = "20260506"
25+
REVISION = "20260520"
2626
end
2727
end
2828
end

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ class Representation < Google::Apis::Core::JsonRepresentation; end
7676
include Google::Apis::Core::JsonObjectSupport
7777
end
7878

79+
class CloudRunJobInfo
80+
class Representation < Google::Apis::Core::JsonRepresentation; end
81+
82+
include Google::Apis::Core::JsonObjectSupport
83+
end
84+
7985
class CloudRunRevisionEndpoint
8086
class Representation < Google::Apis::Core::JsonRepresentation; end
8187

@@ -543,6 +549,15 @@ class Representation < Google::Apis::Core::JsonRepresentation
543549
end
544550
end
545551

552+
class CloudRunJobInfo
553+
# @private
554+
class Representation < Google::Apis::Core::JsonRepresentation
555+
property :display_name, as: 'displayName'
556+
property :location, as: 'location'
557+
property :uri, as: 'uri'
558+
end
559+
end
560+
546561
class CloudRunRevisionEndpoint
547562
# @private
548563
class Representation < Google::Apis::Core::JsonRepresentation
@@ -1233,6 +1248,8 @@ class Representation < Google::Apis::Core::JsonRepresentation
12331248
property :causes_drop, as: 'causesDrop'
12341249
property :cloud_function, as: 'cloudFunction', class: Google::Apis::NetworkmanagementV1beta1::CloudFunctionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::CloudFunctionInfo::Representation
12351250

1251+
property :cloud_run_job, as: 'cloudRunJob', class: Google::Apis::NetworkmanagementV1beta1::CloudRunJobInfo, decorator: Google::Apis::NetworkmanagementV1beta1::CloudRunJobInfo::Representation
1252+
12361253
property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1beta1::CloudRunRevisionInfo, decorator: Google::Apis::NetworkmanagementV1beta1::CloudRunRevisionInfo::Representation
12371254

12381255
property :cloud_sql_instance, as: 'cloudSqlInstance', class: Google::Apis::NetworkmanagementV1beta1::CloudSqlInstanceInfo, decorator: Google::Apis::NetworkmanagementV1beta1::CloudSqlInstanceInfo::Representation

0 commit comments

Comments
 (0)