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: 7703df2c4eb1bfbaf057ac5968ad67aee1533ec1dae10a3b7764ee99729fbf6e
4
- data.tar.gz: 1ea85183224fe541765dbafa7884f6f7a21b704f5d9332762241aa59eeae0380
3
+ metadata.gz: e4154df6997c529705dc4203f6a8e6aefbda8844269b2db551f6e6de118db45f
4
+ data.tar.gz: d3325bda7f094bc672816b2845ea00daf61ec264722435d4d4ddb1acb34367ad
5
5
  SHA512:
6
- metadata.gz: d6cbbc5f58ca2381003bef5938d79189c5964c722cf6be77bb909c6961b6494a69885335791dba492e4f0ce8e9954eb15d1f97aac4fb2809490c4c756ab118fc
7
- data.tar.gz: 3f2c1a1bd4a5954d1eea1a042a72e06abf5b32edf97e7a8d7368c92f2f473f4de997d2d166d821d693aa52077d3e0a0e89042b5488f41815aa28c313cc341f57
6
+ metadata.gz: 2611f282df19b0d4b3ac67c86efacd5ff5f75408a466948b28f721f8ab7502e973c36e8caf150eb26ce17855e4705c162b4b96965f89eb119cb5574491ae21d2
7
+ data.tar.gz: 5d6b9c9debc22e2e7587f869e059a3aa789cde24540acf655cb84c752cde2241e3adc167addd1c1bcaddf1bb650bd18131627be9fd85303b2311b6656a94478b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1beta1
2
2
 
3
+ ### v0.55.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250319
6
+
3
7
  ### v0.54.0 (2025-03-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20250226
@@ -471,8 +471,7 @@ module Google
471
471
  class ConnectivityTest
472
472
  include Google::Apis::Core::Hashable
473
473
 
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.
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. 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`
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 Compute Engine network URI.
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 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
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.54.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 = "20250226"
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.54.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-09 00:00:00.000000000 Z
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.54.0
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: