google-apis-networkmanagement_v1beta1 0.54.0 → 0.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e4154df6997c529705dc4203f6a8e6aefbda8844269b2db551f6e6de118db45f
|
4
|
+
data.tar.gz: d3325bda7f094bc672816b2845ea00daf61ec264722435d4d4ddb1acb34367ad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2611f282df19b0d4b3ac67c86efacd5ff5f75408a466948b28f721f8ab7502e973c36e8caf150eb26ce17855e4705c162b4b96965f89eb119cb5574491ae21d2
|
7
|
+
data.tar.gz: 5d6b9c9debc22e2e7587f869e059a3aa789cde24540acf655cb84c752cde2241e3adc167addd1c1bcaddf1bb650bd18131627be9fd85303b2311b6656a94478b
|
data/CHANGELOG.md
CHANGED
@@ -471,8 +471,7 @@ module Google
|
|
471
471
|
class ConnectivityTest
|
472
472
|
include Google::Apis::Core::Hashable
|
473
473
|
|
474
|
-
# Whether the
|
475
|
-
# false.
|
474
|
+
# Whether the analysis should skip firewall checking. Default value is false.
|
476
475
|
# Corresponds to the JSON property `bypassFirewallChecks`
|
477
476
|
# @return [Boolean]
|
478
477
|
attr_accessor :bypass_firewall_checks
|
@@ -775,9 +774,9 @@ module Google
|
|
775
774
|
# A forwarding rule and its corresponding IP address represent the frontend
|
776
775
|
# configuration of a Google Cloud load balancer. Forwarding rules are also used
|
777
776
|
# for protocol forwarding, Private Service Connect and other network services to
|
778
|
-
# provide forwarding information in the control plane.
|
779
|
-
#
|
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`
|
781
780
|
# Corresponds to the JSON property `forwardingRule`
|
782
781
|
# @return [String]
|
783
782
|
attr_accessor :forwarding_rule
|
@@ -822,7 +821,7 @@ module Google
|
|
822
821
|
# @return [String]
|
823
822
|
attr_accessor :load_balancer_type
|
824
823
|
|
825
|
-
# A
|
824
|
+
# A VPC network URI.
|
826
825
|
# Corresponds to the JSON property `network`
|
827
826
|
# @return [String]
|
828
827
|
attr_accessor :network
|
@@ -839,9 +838,9 @@ module Google
|
|
839
838
|
# @return [Fixnum]
|
840
839
|
attr_accessor :port
|
841
840
|
|
842
|
-
# Project ID where the endpoint is located. The
|
843
|
-
# the URI if you provide a
|
844
|
-
#
|
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
|
845
844
|
# specified, and the IP address is within a Google Cloud project. 2. When you
|
846
845
|
# are using Shared VPC and the IP address that you provide is from the service
|
847
846
|
# project. In this case, the network that the IP address resides in is defined
|
@@ -851,11 +850,13 @@ module Google
|
|
851
850
|
attr_accessor :project_id
|
852
851
|
|
853
852
|
# A [Redis Cluster](https://cloud.google.com/memorystore/docs/cluster) URI.
|
853
|
+
# Applicable only to destination endpoint.
|
854
854
|
# Corresponds to the JSON property `redisCluster`
|
855
855
|
# @return [String]
|
856
856
|
attr_accessor :redis_cluster
|
857
857
|
|
858
858
|
# A [Redis Instance](https://cloud.google.com/memorystore/docs/redis) URI.
|
859
|
+
# Applicable only to destination endpoint.
|
859
860
|
# Corresponds to the JSON property `redisInstance`
|
860
861
|
# @return [String]
|
861
862
|
attr_accessor :redis_instance
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1beta1
|
18
18
|
# Version of the google-apis-networkmanagement_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.55.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250319"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkmanagement_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.55.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.55.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|