Skip to content

Commit 441154c

Browse files
feat: Automated regeneration of networkmanagement v1 client
1 parent 3f4a182 commit 441154c

7 files changed

Lines changed: 21 additions & 5 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329789,6 +329789,7 @@
329789329789
"/networkmanagement:v1/Endpoint": endpoint
329790329790
"/networkmanagement:v1/Endpoint/appEngineVersion": app_engine_version
329791329791
"/networkmanagement:v1/Endpoint/cloudFunction": cloud_function
329792+
"/networkmanagement:v1/Endpoint/cloudRunJob": cloud_run_job
329792329793
"/networkmanagement:v1/Endpoint/cloudRunRevision": cloud_run_revision
329793329794
"/networkmanagement:v1/Endpoint/cloudSqlInstance": cloud_sql_instance
329794329795
"/networkmanagement:v1/Endpoint/forwardingRule": forwarding_rule

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

3+
### v0.85.0 (2026-06-14)
4+
5+
* Regenerated from discovery document revision 20260603
6+
* Regenerated using generator version 0.19.0
7+
38
### v0.84.0 (2026-05-31)
49

510
* Regenerated from discovery document revision 20260520

generated/google-apis-networkmanagement_v1/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/) may provide guidance rega
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 3.1+.
86+
This library is supported on Ruby 3.2+.
8787

8888
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
8989

generated/google-apis-networkmanagement_v1/google-apis-networkmanagement_v1.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 3.1'
31+
gem.required_ruby_version = '>= 3.2'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -923,6 +923,14 @@ class Endpoint
923923
# @return [Google::Apis::NetworkmanagementV1::CloudFunctionEndpoint]
924924
attr_accessor :cloud_function
925925

926+
# A [Cloud Run](https://cloud.google.com/run) [job](https://docs.cloud.google.
927+
# com/run/docs/reference/rest/v2/projects.locations.jobs#Job) URI. Applicable
928+
# only to source endpoint. The format is: projects/`project`/locations/`location`
929+
# /jobs/`job`
930+
# Corresponds to the JSON property `cloudRunJob`
931+
# @return [String]
932+
attr_accessor :cloud_run_job
933+
926934
# Wrapper for Cloud Run revision attributes.
927935
# Corresponds to the JSON property `cloudRunRevision`
928936
# @return [Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint]
@@ -1033,6 +1041,7 @@ def initialize(**args)
10331041
def update!(**args)
10341042
@app_engine_version = args[:app_engine_version] if args.key?(:app_engine_version)
10351043
@cloud_function = args[:cloud_function] if args.key?(:cloud_function)
1044+
@cloud_run_job = args[:cloud_run_job] if args.key?(:cloud_run_job)
10361045
@cloud_run_revision = args[:cloud_run_revision] if args.key?(:cloud_run_revision)
10371046
@cloud_sql_instance = args[:cloud_sql_instance] if args.key?(:cloud_sql_instance)
10381047
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)

generated/google-apis-networkmanagement_v1/lib/google/apis/networkmanagement_v1/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 NetworkmanagementV1
1818
# Version of the google-apis-networkmanagement_v1 gem
19-
GEM_VERSION = "0.84.0"
19+
GEM_VERSION = "0.85.0"
2020

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

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

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
779779

780780
property :cloud_function, as: 'cloudFunction', class: Google::Apis::NetworkmanagementV1::CloudFunctionEndpoint, decorator: Google::Apis::NetworkmanagementV1::CloudFunctionEndpoint::Representation
781781

782+
property :cloud_run_job, as: 'cloudRunJob'
782783
property :cloud_run_revision, as: 'cloudRunRevision', class: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint, decorator: Google::Apis::NetworkmanagementV1::CloudRunRevisionEndpoint::Representation
783784

784785
property :cloud_sql_instance, as: 'cloudSqlInstance'

0 commit comments

Comments
 (0)