google-apis-networkmanagement_v1 0.55.0 → 0.56.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: b9e319d7e8378c35d397cea5190253033294e0c66c9cbd1087caca5c4f37f110
4
- data.tar.gz: bbd00e07b182c8424d88aa0c3b040177603ad732aa031927976000b130e55177
3
+ metadata.gz: 624d4d31c587d273ccedf5c380ca84de0b1ad67094e3f4f37ab8a7399d74b29a
4
+ data.tar.gz: e49c80a06cef711658a43bac2174e99f0954c485db6f976068cbcd9e542158a8
5
5
  SHA512:
6
- metadata.gz: 249dc8f07317bcd802ee03b02c596be57f5d06ce337a8b1d0ec51b002884ab66f48a2e40d996d05ee4cf82c8a188055e40094f2c6843131e68e8f5cf047e2d82
7
- data.tar.gz: 17cffb004dac7ad57a2594eb9fa95043f32b59bd25c384eac875b0536e9ff15b86b530d32e9e11af96648e58aa6d638d7b5c475dfd58d48bb513e500547b8c45
6
+ metadata.gz: bd287404e187a42d1e4d4201120b36eb39ecd66d51604bfff69aa3af6d225a86e125c85106dbc061eba2ef9fd260df059ea991697e8b071f1d392def4e1399aa
7
+ data.tar.gz: 5556eb7de9bce5f9f6c1625611f4d398cf0b79efb7575c05bb2e787e1fc645299deb106729ac9da1158aa3b0f7f1da99de69ac849db986b2708b38b7e63ead09
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networkmanagement_v1
2
2
 
3
+ ### v0.56.0 (2025-03-30)
4
+
5
+ * Regenerated from discovery document revision 20250319
6
+
3
7
  ### v0.55.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
@@ -770,9 +769,9 @@ module Google
770
769
  # A forwarding rule and its corresponding IP address represent the frontend
771
770
  # configuration of a Google Cloud load balancer. Forwarding rules are also used
772
771
  # for protocol forwarding, Private Service Connect and other network services to
773
- # provide forwarding information in the control plane. Format: projects/`project`
774
- # /global/forwardingRules/`id` or projects/`project`/regions/`region`/
775
- # forwardingRules/`id`
772
+ # provide forwarding information in the control plane. Applicable only to
773
+ # destination endpoint. Format: projects/`project`/global/forwardingRules/`id`
774
+ # or projects/`project`/regions/`region`/forwardingRules/`id`
776
775
  # Corresponds to the JSON property `forwardingRule`
777
776
  # @return [String]
778
777
  attr_accessor :forwarding_rule
@@ -817,7 +816,7 @@ module Google
817
816
  # @return [String]
818
817
  attr_accessor :load_balancer_type
819
818
 
820
- # A Compute Engine network URI.
819
+ # A VPC network URI.
821
820
  # Corresponds to the JSON property `network`
822
821
  # @return [String]
823
822
  attr_accessor :network
@@ -834,9 +833,9 @@ module Google
834
833
  # @return [Fixnum]
835
834
  attr_accessor :port
836
835
 
837
- # Project ID where the endpoint is located. The Project ID can be derived from
838
- # the URI if you provide a VM instance or network URI. The following are two
839
- # cases where you must provide the project ID: 1. Only the IP address is
836
+ # Project ID where the endpoint is located. The project ID can be derived from
837
+ # the URI if you provide a endpoint or network URI. The following are two cases
838
+ # where you may need to provide the project ID: 1. Only the IP address is
840
839
  # specified, and the IP address is within a Google Cloud project. 2. When you
841
840
  # are using Shared VPC and the IP address that you provide is from the service
842
841
  # project. In this case, the network that the IP address resides in is defined
@@ -846,11 +845,13 @@ module Google
846
845
  attr_accessor :project_id
847
846
 
848
847
  # A [Redis Cluster](https://cloud.google.com/memorystore/docs/cluster) URI.
848
+ # Applicable only to destination endpoint.
849
849
  # Corresponds to the JSON property `redisCluster`
850
850
  # @return [String]
851
851
  attr_accessor :redis_cluster
852
852
 
853
853
  # A [Redis Instance](https://cloud.google.com/memorystore/docs/redis) URI.
854
+ # Applicable only to destination endpoint.
854
855
  # Corresponds to the JSON property `redisInstance`
855
856
  # @return [String]
856
857
  attr_accessor :redis_instance
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module NetworkmanagementV1
18
18
  # Version of the google-apis-networkmanagement_v1 gem
19
- GEM_VERSION = "0.55.0"
19
+ GEM_VERSION = "0.56.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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.55.0
4
+ version: 0.56.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.55.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.56.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
62
62
  rdoc_options: []
63
63
  require_paths: