Skip to content

Commit 0f227f2

Browse files
feat: Automated regeneration of networkmanagement v1beta1 client (googleapis#22298)
Auto-created at 2025-03-30 10:23:44 +0000 using the toys pull request generator.
1 parent f2e6193 commit 0f227f2

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

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.55.0 (2025-03-30)
4+
5+
* Regenerated from discovery document revision 20250319
6+
37
### v0.54.0 (2025-03-09)
48

59
* Regenerated from discovery document revision 20250226

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,7 @@ def update!(**args)
471471
class ConnectivityTest
472472
include Google::Apis::Core::Hashable
473473

474-
# Whether the test should skip firewall checking. If not provided, we assume
475-
# false.
474+
# Whether the analysis should skip firewall checking. Default value is false.
476475
# Corresponds to the JSON property `bypassFirewallChecks`
477476
# @return [Boolean]
478477
attr_accessor :bypass_firewall_checks
@@ -775,9 +774,9 @@ class Endpoint
775774
# A forwarding rule and its corresponding IP address represent the frontend
776775
# configuration of a Google Cloud load balancer. Forwarding rules are also used
777776
# for protocol forwarding, Private Service Connect and other network services to
778-
# provide forwarding information in the control plane. Format: projects/`project`
779-
# /global/forwardingRules/`id` or projects/`project`/regions/`region`/
780-
# forwardingRules/`id`
777+
# provide forwarding information in the control plane. Applicable only to
778+
# destination endpoint. Format: projects/`project`/global/forwardingRules/`id`
779+
# or projects/`project`/regions/`region`/forwardingRules/`id`
781780
# Corresponds to the JSON property `forwardingRule`
782781
# @return [String]
783782
attr_accessor :forwarding_rule
@@ -822,7 +821,7 @@ class Endpoint
822821
# @return [String]
823822
attr_accessor :load_balancer_type
824823

825-
# A Compute Engine network URI.
824+
# A VPC network URI.
826825
# Corresponds to the JSON property `network`
827826
# @return [String]
828827
attr_accessor :network
@@ -839,9 +838,9 @@ class Endpoint
839838
# @return [Fixnum]
840839
attr_accessor :port
841840

842-
# Project ID where the endpoint is located. The Project ID can be derived from
843-
# the URI if you provide a VM instance or network URI. The following are two
844-
# cases where you must provide the project ID: 1. Only the IP address is
841+
# Project ID where the endpoint is located. The project ID can be derived from
842+
# the URI if you provide a endpoint or network URI. The following are two cases
843+
# where you may need to provide the project ID: 1. Only the IP address is
845844
# specified, and the IP address is within a Google Cloud project. 2. When you
846845
# are using Shared VPC and the IP address that you provide is from the service
847846
# project. In this case, the network that the IP address resides in is defined
@@ -851,11 +850,13 @@ class Endpoint
851850
attr_accessor :project_id
852851

853852
# A [Redis Cluster](https://cloud.google.com/memorystore/docs/cluster) URI.
853+
# Applicable only to destination endpoint.
854854
# Corresponds to the JSON property `redisCluster`
855855
# @return [String]
856856
attr_accessor :redis_cluster
857857

858858
# A [Redis Instance](https://cloud.google.com/memorystore/docs/redis) URI.
859+
# Applicable only to destination endpoint.
859860
# Corresponds to the JSON property `redisInstance`
860861
# @return [String]
861862
attr_accessor :redis_instance

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.54.0"
19+
GEM_VERSION = "0.55.0"
2020

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

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

0 commit comments

Comments
 (0)