google-cloud-network_management-v1 2.6.0 → 2.8.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 +4 -4
- data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/client.rb +1 -1
- data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/rest/client.rb +1 -1
- data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/rest/operations.rb +4 -4
- data/lib/google/cloud/network_management/v1/reachability_service/rest/operations.rb +4 -4
- data/lib/google/cloud/network_management/v1/version.rb +1 -1
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/client.rb +1 -1
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/client.rb +1 -1
- data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/operations.rb +4 -4
- data/lib/google/cloud/networkmanagement/v1/connectivity_test_pb.rb +1 -1
- data/lib/google/cloud/networkmanagement/v1/trace_pb.rb +9 -1
- data/proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb +37 -22
- data/proto_docs/google/cloud/networkmanagement/v1/trace.rb +304 -37
- data/proto_docs/google/cloud/networkmanagement/v1/vpc_flow_logs.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c10c1ccdbf4a210d3f39b4d4c6630799a2bf6de4a7668e716c127678bd5f5c6
|
|
4
|
+
data.tar.gz: 4e938f0d82022b94002ce73b732af2d98b8bcd6461e0e21bcae0b07408964832
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 601cb4d71c46250744e7eba998d87580085070f5fdf05a7196f69648143f397037e7db35f0267e0a3c38d330526b6e7fc822c592dfcdcaca10d9706b52bc7e8b
|
|
7
|
+
data.tar.gz: f6e0a60ad9468e78be43c7ee7e0516272aa52e0b392be320fc9e02e55bee6455407e52975742d37bdb334a1ca6216fe1ec9970cb66be15482178d5e027fd8220
|
|
@@ -254,7 +254,7 @@ module Google
|
|
|
254
254
|
# Required. The parent resource of the VpcFlowLogsConfig,
|
|
255
255
|
# in one of the following formats:
|
|
256
256
|
#
|
|
257
|
-
# - For project-level
|
|
257
|
+
# - For project-level resources: `projects/{project_id}/locations/global`
|
|
258
258
|
#
|
|
259
259
|
# - For organization-level resources:
|
|
260
260
|
# `organizations/{organization_id}/locations/global`
|
data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/rest/client.rb
CHANGED
|
@@ -249,7 +249,7 @@ module Google
|
|
|
249
249
|
# Required. The parent resource of the VpcFlowLogsConfig,
|
|
250
250
|
# in one of the following formats:
|
|
251
251
|
#
|
|
252
|
-
# - For project-level
|
|
252
|
+
# - For project-level resources: `projects/{project_id}/locations/global`
|
|
253
253
|
#
|
|
254
254
|
# - For organization-level resources:
|
|
255
255
|
# `organizations/{organization_id}/locations/global`
|
data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/rest/operations.rb
CHANGED
|
@@ -854,7 +854,7 @@ module Google
|
|
|
854
854
|
uri_method: :get,
|
|
855
855
|
uri_template: "/v1/{name}/operations",
|
|
856
856
|
matches: [
|
|
857
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
857
|
+
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
|
|
858
858
|
]
|
|
859
859
|
)
|
|
860
860
|
transcoder.transcode request_pb
|
|
@@ -882,7 +882,7 @@ module Google
|
|
|
882
882
|
uri_method: :get,
|
|
883
883
|
uri_template: "/v1/{name}",
|
|
884
884
|
matches: [
|
|
885
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
885
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
886
886
|
]
|
|
887
887
|
)
|
|
888
888
|
transcoder.transcode request_pb
|
|
@@ -910,7 +910,7 @@ module Google
|
|
|
910
910
|
uri_method: :delete,
|
|
911
911
|
uri_template: "/v1/{name}",
|
|
912
912
|
matches: [
|
|
913
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
913
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
914
914
|
]
|
|
915
915
|
)
|
|
916
916
|
transcoder.transcode request_pb
|
|
@@ -940,7 +940,7 @@ module Google
|
|
|
940
940
|
uri_template: "/v1/{name}:cancel",
|
|
941
941
|
body: "*",
|
|
942
942
|
matches: [
|
|
943
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
943
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
944
944
|
]
|
|
945
945
|
)
|
|
946
946
|
transcoder.transcode request_pb
|
|
@@ -854,7 +854,7 @@ module Google
|
|
|
854
854
|
uri_method: :get,
|
|
855
855
|
uri_template: "/v1/{name}/operations",
|
|
856
856
|
matches: [
|
|
857
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
857
|
+
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
|
|
858
858
|
]
|
|
859
859
|
)
|
|
860
860
|
transcoder.transcode request_pb
|
|
@@ -882,7 +882,7 @@ module Google
|
|
|
882
882
|
uri_method: :get,
|
|
883
883
|
uri_template: "/v1/{name}",
|
|
884
884
|
matches: [
|
|
885
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
885
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
886
886
|
]
|
|
887
887
|
)
|
|
888
888
|
transcoder.transcode request_pb
|
|
@@ -910,7 +910,7 @@ module Google
|
|
|
910
910
|
uri_method: :delete,
|
|
911
911
|
uri_template: "/v1/{name}",
|
|
912
912
|
matches: [
|
|
913
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
913
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
914
914
|
]
|
|
915
915
|
)
|
|
916
916
|
transcoder.transcode request_pb
|
|
@@ -940,7 +940,7 @@ module Google
|
|
|
940
940
|
uri_template: "/v1/{name}:cancel",
|
|
941
941
|
body: "*",
|
|
942
942
|
matches: [
|
|
943
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
943
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
944
944
|
]
|
|
945
945
|
)
|
|
946
946
|
transcoder.transcode request_pb
|
|
@@ -253,7 +253,7 @@ module Google
|
|
|
253
253
|
# Required. The parent resource of the VpcFlowLogsConfig,
|
|
254
254
|
# in one of the following formats:
|
|
255
255
|
#
|
|
256
|
-
# - For project-level
|
|
256
|
+
# - For project-level resources: `projects/{project_id}/locations/global`
|
|
257
257
|
#
|
|
258
258
|
# - For organization-level resources:
|
|
259
259
|
# `organizations/{organization_id}/locations/global`
|
|
@@ -248,7 +248,7 @@ module Google
|
|
|
248
248
|
# Required. The parent resource of the VpcFlowLogsConfig,
|
|
249
249
|
# in one of the following formats:
|
|
250
250
|
#
|
|
251
|
-
# - For project-level
|
|
251
|
+
# - For project-level resources: `projects/{project_id}/locations/global`
|
|
252
252
|
#
|
|
253
253
|
# - For organization-level resources:
|
|
254
254
|
# `organizations/{organization_id}/locations/global`
|
|
@@ -854,7 +854,7 @@ module Google
|
|
|
854
854
|
uri_method: :get,
|
|
855
855
|
uri_template: "/v1/{name}/operations",
|
|
856
856
|
matches: [
|
|
857
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
857
|
+
["name", %r{^organizations/[^/]+/locations/global/?$}, false]
|
|
858
858
|
]
|
|
859
859
|
)
|
|
860
860
|
transcoder.transcode request_pb
|
|
@@ -882,7 +882,7 @@ module Google
|
|
|
882
882
|
uri_method: :get,
|
|
883
883
|
uri_template: "/v1/{name}",
|
|
884
884
|
matches: [
|
|
885
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
885
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
886
886
|
]
|
|
887
887
|
)
|
|
888
888
|
transcoder.transcode request_pb
|
|
@@ -910,7 +910,7 @@ module Google
|
|
|
910
910
|
uri_method: :delete,
|
|
911
911
|
uri_template: "/v1/{name}",
|
|
912
912
|
matches: [
|
|
913
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
913
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
914
914
|
]
|
|
915
915
|
)
|
|
916
916
|
transcoder.transcode request_pb
|
|
@@ -940,7 +940,7 @@ module Google
|
|
|
940
940
|
uri_template: "/v1/{name}:cancel",
|
|
941
941
|
body: "*",
|
|
942
942
|
matches: [
|
|
943
|
-
["name", %r{^organizations/[^/]+/locations/
|
|
943
|
+
["name", %r{^organizations/[^/]+/locations/global/operations/[^/]+/?$}, false]
|
|
944
944
|
]
|
|
945
945
|
)
|
|
946
946
|
transcoder.transcode request_pb
|
|
@@ -11,7 +11,7 @@ require 'google/protobuf/timestamp_pb'
|
|
|
11
11
|
require 'google/rpc/status_pb'
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
descriptor_data = "\n9google/cloud/networkmanagement/v1/connectivity_test.proto\x12!google.cloud.networkmanagement.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a-google/cloud/networkmanagement/v1/trace.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17google/rpc/status.proto\"\xae\x07\n\x10\x43onnectivityTest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12@\n\x06source\x18\x03 \x01(\x0b\x32+.google.cloud.networkmanagement.v1.EndpointB\x03\xe0\x41\x02\x12\x45\n\x0b\x64\x65stination\x18\x04 \x01(\x0b\x32+.google.cloud.networkmanagement.v1.EndpointB\x03\xe0\x41\x02\x12\x10\n\x08protocol\x18\x05 \x01(\t\x12\x18\n\x10related_projects\x18\x06 \x03(\t\x12\x19\n\x0c\x64isplay_name\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12O\n\x06labels\x18\x08 \x03(\x0b\x32?.google.cloud.networkmanagement.v1.ConnectivityTest.LabelsEntry\x12\x34\n\x0b\x63reate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12Y\n\x14reachability_details\x18\x0c \x01(\x0b\x32\x36.google.cloud.networkmanagement.v1.ReachabilityDetailsB\x03\xe0\x41\x03\x12O\n\x0fprobing_details\x18\x0e \x01(\x0b\x32\x31.google.cloud.networkmanagement.v1.ProbingDetailsB\x03\xe0\x41\x03\x12\x12\n\nround_trip\x18\x0f \x01(\x08\x12`\n\x1breturn_reachability_details\x18\x10 \x01(\x0b\x32\x36.google.cloud.networkmanagement.v1.ReachabilityDetailsB\x03\xe0\x41\x03\x12\x1e\n\x16\x62ypass_firewall_checks\x18\x11 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:t\xea\x41q\n1networkmanagement.googleapis.com/ConnectivityTest\x12<projects/{project}/locations/global/connectivityTests/{test}\"\
|
|
14
|
+
descriptor_data = "\n9google/cloud/networkmanagement/v1/connectivity_test.proto\x12!google.cloud.networkmanagement.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a-google/cloud/networkmanagement/v1/trace.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x17google/rpc/status.proto\"\xae\x07\n\x10\x43onnectivityTest\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x08\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12@\n\x06source\x18\x03 \x01(\x0b\x32+.google.cloud.networkmanagement.v1.EndpointB\x03\xe0\x41\x02\x12\x45\n\x0b\x64\x65stination\x18\x04 \x01(\x0b\x32+.google.cloud.networkmanagement.v1.EndpointB\x03\xe0\x41\x02\x12\x10\n\x08protocol\x18\x05 \x01(\t\x12\x18\n\x10related_projects\x18\x06 \x03(\t\x12\x19\n\x0c\x64isplay_name\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12O\n\x06labels\x18\x08 \x03(\x0b\x32?.google.cloud.networkmanagement.v1.ConnectivityTest.LabelsEntry\x12\x34\n\x0b\x63reate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12Y\n\x14reachability_details\x18\x0c \x01(\x0b\x32\x36.google.cloud.networkmanagement.v1.ReachabilityDetailsB\x03\xe0\x41\x03\x12O\n\x0fprobing_details\x18\x0e \x01(\x0b\x32\x31.google.cloud.networkmanagement.v1.ProbingDetailsB\x03\xe0\x41\x03\x12\x12\n\nround_trip\x18\x0f \x01(\x08\x12`\n\x1breturn_reachability_details\x18\x10 \x01(\x0b\x32\x36.google.cloud.networkmanagement.v1.ReachabilityDetailsB\x03\xe0\x41\x03\x12\x1e\n\x16\x62ypass_firewall_checks\x18\x11 \x01(\x08\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:t\xea\x41q\n1networkmanagement.googleapis.com/ConnectivityTest\x12<projects/{project}/locations/global/connectivityTests/{test}\"\x90\n\n\x08\x45ndpoint\x12\x12\n\nip_address\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\x05\x12\x10\n\x08instance\x18\x03 \x01(\t\x12\x17\n\x0f\x66orwarding_rule\x18\r \x01(\t\x12j\n\x16\x66orwarding_rule_target\x18\x0e \x01(\x0e\x32@.google.cloud.networkmanagement.v1.Endpoint.ForwardingRuleTargetB\x03\xe0\x41\x03H\x00\x88\x01\x01\x12\"\n\x10load_balancer_id\x18\x0f \x01(\tB\x03\xe0\x41\x03H\x01\x88\x01\x01\x12Y\n\x12load_balancer_type\x18\x10 \x01(\x0e\x32\x33.google.cloud.networkmanagement.v1.LoadBalancerTypeB\x03\xe0\x41\x03H\x02\x88\x01\x01\x12\x1a\n\x12gke_master_cluster\x18\x07 \x01(\t\x12\x0c\n\x04\x66qdn\x18\x13 \x01(\t\x12\x1a\n\x12\x63loud_sql_instance\x18\x08 \x01(\t\x12\x16\n\x0eredis_instance\x18\x11 \x01(\t\x12\x15\n\rredis_cluster\x18\x12 \x01(\t\x12\x0f\n\x07gke_pod\x18\x15 \x01(\t\x12Y\n\x0e\x63loud_function\x18\n \x01(\x0b\x32\x41.google.cloud.networkmanagement.v1.Endpoint.CloudFunctionEndpoint\x12`\n\x12\x61pp_engine_version\x18\x0b \x01(\x0b\x32\x44.google.cloud.networkmanagement.v1.Endpoint.AppEngineVersionEndpoint\x12`\n\x12\x63loud_run_revision\x18\x0c \x01(\x0b\x32\x44.google.cloud.networkmanagement.v1.Endpoint.CloudRunRevisionEndpoint\x12\x0f\n\x07network\x18\x04 \x01(\t\x12M\n\x0cnetwork_type\x18\x05 \x01(\x0e\x32\x37.google.cloud.networkmanagement.v1.Endpoint.NetworkType\x12\x12\n\nproject_id\x18\x06 \x01(\t\x1a$\n\x15\x43loudFunctionEndpoint\x12\x0b\n\x03uri\x18\x01 \x01(\t\x1a\'\n\x18\x41ppEngineVersionEndpoint\x12\x0b\n\x03uri\x18\x01 \x01(\t\x1a\x41\n\x18\x43loudRunRevisionEndpoint\x12\x0b\n\x03uri\x18\x01 \x01(\t\x12\x18\n\x0bservice_uri\x18\x02 \x01(\tB\x03\xe0\x41\x03\"_\n\x0bNetworkType\x12\x1c\n\x18NETWORK_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bGCP_NETWORK\x10\x01\x12\x13\n\x0fNON_GCP_NETWORK\x10\x02\x12\x0c\n\x08INTERNET\x10\x03\"y\n\x14\x46orwardingRuleTarget\x12&\n\"FORWARDING_RULE_TARGET_UNSPECIFIED\x10\x00\x12\x0c\n\x08INSTANCE\x10\x01\x12\x11\n\rLOAD_BALANCER\x10\x02\x12\x0f\n\x0bVPN_GATEWAY\x10\x03\x12\x07\n\x03PSC\x10\x04\x42\x19\n\x17_forwarding_rule_targetB\x13\n\x11_load_balancer_idB\x15\n\x13_load_balancer_type\"\xd5\x02\n\x13ReachabilityDetails\x12M\n\x06result\x18\x01 \x01(\x0e\x32=.google.cloud.networkmanagement.v1.ReachabilityDetails.Result\x12/\n\x0bverify_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12!\n\x05\x65rror\x18\x03 \x01(\x0b\x32\x12.google.rpc.Status\x12\x38\n\x06traces\x18\x05 \x03(\x0b\x32(.google.cloud.networkmanagement.v1.Trace\"a\n\x06Result\x12\x16\n\x12RESULT_UNSPECIFIED\x10\x00\x12\r\n\tREACHABLE\x10\x01\x12\x0f\n\x0bUNREACHABLE\x10\x02\x12\r\n\tAMBIGUOUS\x10\x04\x12\x10\n\x0cUNDETERMINED\x10\x05\"<\n\x11LatencyPercentile\x12\x0f\n\x07percent\x18\x01 \x01(\x05\x12\x16\n\x0elatency_micros\x18\x02 \x01(\x03\"h\n\x13LatencyDistribution\x12Q\n\x13latency_percentiles\x18\x01 \x03(\x0b\x32\x34.google.cloud.networkmanagement.v1.LatencyPercentile\"\xcc\n\n\x0eProbingDetails\x12O\n\x06result\x18\x01 \x01(\x0e\x32?.google.cloud.networkmanagement.v1.ProbingDetails.ProbingResult\x12/\n\x0bverify_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12!\n\x05\x65rror\x18\x03 \x01(\x0b\x32\x12.google.rpc.Status\x12X\n\x0b\x61\x62ort_cause\x18\x04 \x01(\x0e\x32\x43.google.cloud.networkmanagement.v1.ProbingDetails.ProbingAbortCause\x12\x18\n\x10sent_probe_count\x18\x05 \x01(\x05\x12\x1e\n\x16successful_probe_count\x18\x06 \x01(\x05\x12\x46\n\rendpoint_info\x18\x07 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.EndpointInfo\x12O\n\x0fprobing_latency\x18\x08 \x01(\x0b\x32\x36.google.cloud.networkmanagement.v1.LatencyDistribution\x12\x63\n\x1b\x64\x65stination_egress_location\x18\t \x01(\x0b\x32>.google.cloud.networkmanagement.v1.ProbingDetails.EdgeLocation\x12\\\n\x0e\x65\x64ge_responses\x18\n \x03(\x0b\x32\x44.google.cloud.networkmanagement.v1.ProbingDetails.SingleEdgeResponse\x12\x1a\n\x12probed_all_devices\x18\x0b \x01(\x08\x1a)\n\x0c\x45\x64geLocation\x12\x19\n\x11metropolitan_area\x18\x01 \x01(\t\x1a\xf1\x02\n\x12SingleEdgeResponse\x12O\n\x06result\x18\x01 \x01(\x0e\x32?.google.cloud.networkmanagement.v1.ProbingDetails.ProbingResult\x12\x18\n\x10sent_probe_count\x18\x02 \x01(\x05\x12\x1e\n\x16successful_probe_count\x18\x03 \x01(\x05\x12O\n\x0fprobing_latency\x18\x04 \x01(\x0b\x32\x36.google.cloud.networkmanagement.v1.LatencyDistribution\x12\x63\n\x1b\x64\x65stination_egress_location\x18\x05 \x01(\x0b\x32>.google.cloud.networkmanagement.v1.ProbingDetails.EdgeLocation\x12\x1a\n\x12\x64\x65stination_router\x18\x06 \x01(\t\"\x80\x01\n\rProbingResult\x12\x1e\n\x1aPROBING_RESULT_UNSPECIFIED\x10\x00\x12\r\n\tREACHABLE\x10\x01\x12\x0f\n\x0bUNREACHABLE\x10\x02\x12\x1d\n\x19REACHABILITY_INCONSISTENT\x10\x03\x12\x10\n\x0cUNDETERMINED\x10\x04\"g\n\x11ProbingAbortCause\x12#\n\x1fPROBING_ABORT_CAUSE_UNSPECIFIED\x10\x00\x12\x15\n\x11PERMISSION_DENIED\x10\x01\x12\x16\n\x12NO_SOURCE_LOCATION\x10\x02\x42\xfd\x01\n%com.google.cloud.networkmanagement.v1B\x0eTestOuterClassP\x01ZScloud.google.com/go/networkmanagement/apiv1/networkmanagementpb;networkmanagementpb\xaa\x02!Google.Cloud.NetworkManagement.V1\xca\x02!Google\\Cloud\\NetworkManagement\\V1\xea\x02$Google::Cloud::NetworkManagement::V1b\x06proto3"
|
|
15
15
|
|
|
16
16
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
17
17
|
|
|
@@ -8,7 +8,7 @@ require 'google/api/field_behavior_pb'
|
|
|
8
8
|
require 'google/api/field_info_pb'
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
descriptor_data = "\n-google/cloud/networkmanagement/v1/trace.proto\x12!google.cloud.networkmanagement.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\"\xa1\x01\n\x05Trace\x12\x46\n\rendpoint_info\x18\x01 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.EndpointInfo\x12\x36\n\x05steps\x18\x02 \x03(\x0b\x32\'.google.cloud.networkmanagement.v1.Step\x12\x18\n\x10\x66orward_trace_id\x18\x04 \x01(\x05\"\xbd\x1c\n\x04Step\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12<\n\x05state\x18\x02 \x01(\x0e\x32-.google.cloud.networkmanagement.v1.Step.State\x12\x13\n\x0b\x63\x61uses_drop\x18\x03 \x01(\x08\x12\x12\n\nproject_id\x18\x04 \x01(\t\x12\x43\n\x08instance\x18\x05 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.InstanceInfoH\x00\x12\x43\n\x08\x66irewall\x18\x06 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.FirewallInfoH\x00\x12=\n\x05route\x18\x07 \x01(\x0b\x32,.google.cloud.networkmanagement.v1.RouteInfoH\x00\x12\x43\n\x08\x65ndpoint\x18\x08 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.EndpointInfoH\x00\x12N\n\x0egoogle_service\x18\x18 \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.GoogleServiceInfoH\x00\x12P\n\x0f\x66orwarding_rule\x18\t \x01(\x0b\x32\x35.google.cloud.networkmanagement.v1.ForwardingRuleInfoH\x00\x12L\n\rhybrid_subnet\x18$ \x01(\x0b\x32\x33.google.cloud.networkmanagement.v1.HybridSubnetInfoH\x00\x12H\n\x0bvpn_gateway\x18\n \x01(\x0b\x32\x31.google.cloud.networkmanagement.v1.VpnGatewayInfoH\x00\x12\x46\n\nvpn_tunnel\x18\x0b \x01(\x0b\x32\x30.google.cloud.networkmanagement.v1.VpnTunnelInfoH\x00\x12`\n\x17interconnect_attachment\x18# \x01(\x0b\x32=.google.cloud.networkmanagement.v1.InterconnectAttachmentInfoH\x00\x12L\n\rvpc_connector\x18\x15 \x01(\x0b\x32\x33.google.cloud.networkmanagement.v1.VpcConnectorInfoH\x00\x12h\n\x1c\x64irect_vpc_egress_connection\x18! \x01(\x0b\x32@.google.cloud.networkmanagement.v1.DirectVpcEgressConnectionInfoH\x00\x12m\n\x1eserverless_external_connection\x18\" \x01(\x0b\x32\x43.google.cloud.networkmanagement.v1.ServerlessExternalConnectionInfoH\x00\x12\x41\n\x07\x64\x65liver\x18\x0c \x01(\x0b\x32..google.cloud.networkmanagement.v1.DeliverInfoH\x00\x12\x41\n\x07\x66orward\x18\r \x01(\x0b\x32..google.cloud.networkmanagement.v1.ForwardInfoH\x00\x12=\n\x05\x61\x62ort\x18\x0e \x01(\x0b\x32,.google.cloud.networkmanagement.v1.AbortInfoH\x00\x12;\n\x04\x64rop\x18\x0f \x01(\x0b\x32+.google.cloud.networkmanagement.v1.DropInfoH\x00\x12P\n\rload_balancer\x18\x10 \x01(\x0b\x32\x33.google.cloud.networkmanagement.v1.LoadBalancerInfoB\x02\x18\x01H\x00\x12\x41\n\x07network\x18\x11 \x01(\x0b\x32..google.cloud.networkmanagement.v1.NetworkInfoH\x00\x12\x46\n\ngke_master\x18\x12 \x01(\x0b\x32\x30.google.cloud.networkmanagement.v1.GKEMasterInfoH\x00\x12U\n\x12\x63loud_sql_instance\x18\x13 \x01(\x0b\x32\x37.google.cloud.networkmanagement.v1.CloudSQLInstanceInfoH\x00\x12N\n\x0eredis_instance\x18\x1e \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.RedisInstanceInfoH\x00\x12L\n\rredis_cluster\x18\x1f \x01(\x0b\x32\x33.google.cloud.networkmanagement.v1.RedisClusterInfoH\x00\x12N\n\x0e\x63loud_function\x18\x14 \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.CloudFunctionInfoH\x00\x12U\n\x12\x61pp_engine_version\x18\x16 \x01(\x0b\x32\x37.google.cloud.networkmanagement.v1.AppEngineVersionInfoH\x00\x12U\n\x12\x63loud_run_revision\x18\x17 \x01(\x0b\x32\x37.google.cloud.networkmanagement.v1.CloudRunRevisionInfoH\x00\x12\x39\n\x03nat\x18\x19 \x01(\x0b\x32*.google.cloud.networkmanagement.v1.NatInfoH\x00\x12R\n\x10proxy_connection\x18\x1a \x01(\x0b\x32\x36.google.cloud.networkmanagement.v1.ProxyConnectionInfoH\x00\x12`\n\x1aload_balancer_backend_info\x18\x1b \x01(\x0b\x32:.google.cloud.networkmanagement.v1.LoadBalancerBackendInfoH\x00\x12N\n\x0estorage_bucket\x18\x1c \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.StorageBucketInfoH\x00\x12N\n\x0eserverless_neg\x18\x1d \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.ServerlessNegInfoH\x00\"\xaf\x08\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x17\n\x13START_FROM_INSTANCE\x10\x01\x12\x17\n\x13START_FROM_INTERNET\x10\x02\x12\x1d\n\x19START_FROM_GOOGLE_SERVICE\x10\x1b\x12\x1e\n\x1aSTART_FROM_PRIVATE_NETWORK\x10\x03\x12\x19\n\x15START_FROM_GKE_MASTER\x10\x15\x12!\n\x1dSTART_FROM_CLOUD_SQL_INSTANCE\x10\x16\x12\x1d\n\x19START_FROM_REDIS_INSTANCE\x10 \x12\x1c\n\x18START_FROM_REDIS_CLUSTER\x10!\x12\x1d\n\x19START_FROM_CLOUD_FUNCTION\x10\x17\x12!\n\x1dSTART_FROM_APP_ENGINE_VERSION\x10\x19\x12!\n\x1dSTART_FROM_CLOUD_RUN_REVISION\x10\x1a\x12\x1d\n\x19START_FROM_STORAGE_BUCKET\x10\x1d\x12$\n START_FROM_PSC_PUBLISHED_SERVICE\x10\x1e\x12\x1d\n\x19START_FROM_SERVERLESS_NEG\x10\x1f\x12\x1f\n\x1b\x41PPLY_INGRESS_FIREWALL_RULE\x10\x04\x12\x1e\n\x1a\x41PPLY_EGRESS_FIREWALL_RULE\x10\x05\x12\x0f\n\x0b\x41PPLY_ROUTE\x10\x06\x12\x19\n\x15\x41PPLY_FORWARDING_RULE\x10\x07\x12!\n\x1d\x41NALYZE_LOAD_BALANCER_BACKEND\x10\x1c\x12\x15\n\x11SPOOFING_APPROVED\x10\x08\x12\x16\n\x12\x41RRIVE_AT_INSTANCE\x10\t\x12(\n ARRIVE_AT_INTERNAL_LOAD_BALANCER\x10\n\x1a\x02\x08\x01\x12(\n ARRIVE_AT_EXTERNAL_LOAD_BALANCER\x10\x0b\x1a\x02\x08\x01\x12\x1b\n\x17\x41RRIVE_AT_HYBRID_SUBNET\x10&\x12\x19\n\x15\x41RRIVE_AT_VPN_GATEWAY\x10\x0c\x12\x18\n\x14\x41RRIVE_AT_VPN_TUNNEL\x10\r\x12%\n!ARRIVE_AT_INTERCONNECT_ATTACHMENT\x10%\x12\x1b\n\x17\x41RRIVE_AT_VPC_CONNECTOR\x10\x18\x12 \n\x1c\x44IRECT_VPC_EGRESS_CONNECTION\x10#\x12\"\n\x1eSERVERLESS_EXTERNAL_CONNECTION\x10$\x12\x07\n\x03NAT\x10\x0e\x12\x14\n\x10PROXY_CONNECTION\x10\x0f\x12\x0b\n\x07\x44\x45LIVER\x10\x10\x12\x08\n\x04\x44ROP\x10\x11\x12\x0b\n\x07\x46ORWARD\x10\x12\x12\t\n\x05\x41\x42ORT\x10\x13\x12\x1d\n\x19VIEWER_PERMISSION_MISSING\x10\x14\x42\x0b\n\tstep_info\"\xf7\x02\n\x0cInstanceInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x11\n\tinterface\x18\x03 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x04 \x01(\t\x12\x13\n\x0binternal_ip\x18\x05 \x01(\t\x12\x13\n\x0b\x65xternal_ip\x18\x06 \x01(\t\x12\x14\n\x0cnetwork_tags\x18\x07 \x03(\t\x12\x1b\n\x0fservice_account\x18\x08 \x01(\tB\x02\x18\x01\x12\"\n\x1apsc_network_attachment_uri\x18\t \x01(\t\x12\x13\n\x07running\x18\n \x01(\x08\x42\x02\x18\x01\x12\x46\n\x06status\x18\x0b \x01(\x0e\x32\x36.google.cloud.networkmanagement.v1.InstanceInfo.Status\">\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0f\n\x0bNOT_RUNNING\x10\x02\"v\n\x0bNetworkInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x1a\n\x12matched_subnet_uri\x18\x05 \x01(\t\x12\x18\n\x10matched_ip_range\x18\x04 \x01(\t\x12\x0e\n\x06region\x18\x06 \x01(\t\"\xd4\x06\n\x0c\x46irewallInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x11\n\tdirection\x18\x03 \x01(\t\x12\x0e\n\x06\x61\x63tion\x18\x04 \x01(\t\x12\x10\n\x08priority\x18\x05 \x01(\x05\x12\x13\n\x0bnetwork_uri\x18\x06 \x01(\t\x12\x13\n\x0btarget_tags\x18\x07 \x03(\t\x12\x1f\n\x17target_service_accounts\x18\x08 \x03(\t\x12\x0e\n\x06policy\x18\t \x01(\t\x12\x12\n\npolicy_uri\x18\x0b \x01(\t\x12\\\n\x12\x66irewall_rule_type\x18\n \x01(\x0e\x32@.google.cloud.networkmanagement.v1.FirewallInfo.FirewallRuleType\x12\x17\n\x0fpolicy_priority\x18\x0c \x01(\x05\x12O\n\x0btarget_type\x18\r \x01(\x0e\x32:.google.cloud.networkmanagement.v1.FirewallInfo.TargetType\"\xe1\x02\n\x10\x46irewallRuleType\x12\"\n\x1e\x46IREWALL_RULE_TYPE_UNSPECIFIED\x10\x00\x12%\n!HIERARCHICAL_FIREWALL_POLICY_RULE\x10\x01\x12\x15\n\x11VPC_FIREWALL_RULE\x10\x02\x12\x1d\n\x19IMPLIED_VPC_FIREWALL_RULE\x10\x03\x12/\n+SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE\x10\x04\x12 \n\x1cNETWORK_FIREWALL_POLICY_RULE\x10\x05\x12)\n%NETWORK_REGIONAL_FIREWALL_POLICY_RULE\x10\x06\x12$\n UNSUPPORTED_FIREWALL_POLICY_RULE\x10\x64\x12\x12\n\x0eTRACKING_STATE\x10\x65\x12\x14\n\x10\x41NALYSIS_SKIPPED\x10\x66\"Q\n\nTargetType\x12\x1b\n\x17TARGET_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tINSTANCES\x10\x01\x12\x17\n\x13INTERNAL_MANAGED_LB\x10\x02\"\xec\x0b\n\tRouteInfo\x12J\n\nroute_type\x18\x08 \x01(\x0e\x32\x36.google.cloud.networkmanagement.v1.RouteInfo.RouteType\x12O\n\rnext_hop_type\x18\t \x01(\x0e\x32\x38.google.cloud.networkmanagement.v1.RouteInfo.NextHopType\x12P\n\x0broute_scope\x18\x0e \x01(\x0e\x32\x37.google.cloud.networkmanagement.v1.RouteInfo.RouteScopeB\x02\x18\x01\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x0e\n\x06region\x18\x13 \x01(\t\x12\x15\n\rdest_ip_range\x18\x03 \x01(\t\x12\x14\n\x08next_hop\x18\x04 \x01(\tB\x02\x18\x01\x12\x13\n\x0bnetwork_uri\x18\x05 \x01(\t\x12\x10\n\x08priority\x18\x06 \x01(\x05\x12\x15\n\rinstance_tags\x18\x07 \x03(\t\x12\x14\n\x0csrc_ip_range\x18\n \x01(\t\x12\x18\n\x10\x64\x65st_port_ranges\x18\x0b \x03(\t\x12\x17\n\x0fsrc_port_ranges\x18\x0c \x03(\t\x12\x11\n\tprotocols\x18\r \x03(\t\x12\x18\n\x0bncc_hub_uri\x18\x0f \x01(\tH\x00\x88\x01\x01\x12\x1a\n\rncc_spoke_uri\x18\x10 \x01(\tH\x01\x88\x01\x01\x12/\n\"advertised_route_source_router_uri\x18\x11 \x01(\tH\x02\x88\x01\x01\x12.\n\x1d\x61\x64vertised_route_next_hop_uri\x18\x12 \x01(\tB\x02\x18\x01H\x03\x88\x01\x01\x12\x14\n\x0cnext_hop_uri\x18\x14 \x01(\t\x12\x1c\n\x14next_hop_network_uri\x18\x15 \x01(\t\x12\x1d\n\x15originating_route_uri\x18\x16 \x01(\t\x12&\n\x1eoriginating_route_display_name\x18\x17 \x01(\t\x12\x19\n\x11ncc_hub_route_uri\x18\x18 \x01(\t\"\xab\x01\n\tRouteType\x12\x1a\n\x16ROUTE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06SUBNET\x10\x01\x12\n\n\x06STATIC\x10\x02\x12\x0b\n\x07\x44YNAMIC\x10\x03\x12\x12\n\x0ePEERING_SUBNET\x10\x04\x12\x12\n\x0ePEERING_STATIC\x10\x05\x12\x13\n\x0fPEERING_DYNAMIC\x10\x06\x12\x10\n\x0cPOLICY_BASED\x10\x07\x12\x0e\n\nADVERTISED\x10\x65\"\xea\x02\n\x0bNextHopType\x12\x1d\n\x19NEXT_HOP_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bNEXT_HOP_IP\x10\x01\x12\x15\n\x11NEXT_HOP_INSTANCE\x10\x02\x12\x14\n\x10NEXT_HOP_NETWORK\x10\x03\x12\x14\n\x10NEXT_HOP_PEERING\x10\x04\x12\x19\n\x15NEXT_HOP_INTERCONNECT\x10\x05\x12\x17\n\x13NEXT_HOP_VPN_TUNNEL\x10\x06\x12\x18\n\x14NEXT_HOP_VPN_GATEWAY\x10\x07\x12\x1d\n\x19NEXT_HOP_INTERNET_GATEWAY\x10\x08\x12\x16\n\x12NEXT_HOP_BLACKHOLE\x10\t\x12\x10\n\x0cNEXT_HOP_ILB\x10\n\x12\x1d\n\x19NEXT_HOP_ROUTER_APPLIANCE\x10\x0b\x12\x14\n\x10NEXT_HOP_NCC_HUB\x10\x0c\x12\x1c\n\x18SECURE_WEB_PROXY_GATEWAY\x10\r\"C\n\nRouteScope\x12\x1b\n\x17ROUTE_SCOPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07NETWORK\x10\x01\x12\x0b\n\x07NCC_HUB\x10\x02\x42\x0e\n\x0c_ncc_hub_uriB\x10\n\x0e_ncc_spoke_uriB%\n#_advertised_route_source_router_uriB \n\x1e_advertised_route_next_hop_uri\"\xda\x02\n\x11GoogleServiceInfo\x12\x11\n\tsource_ip\x18\x01 \x01(\t\x12\x63\n\x13google_service_type\x18\x02 \x01(\x0e\x32\x46.google.cloud.networkmanagement.v1.GoogleServiceInfo.GoogleServiceType\"\xcc\x01\n\x11GoogleServiceType\x12#\n\x1fGOOGLE_SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03IAP\x10\x01\x12$\n GFE_PROXY_OR_HEALTH_CHECK_PROBER\x10\x02\x12\r\n\tCLOUD_DNS\x10\x03\x12\x0e\n\nGOOGLE_API\x10\x04\x12\x12\n\x0eGOOGLE_API_PSC\x10\x05\x12\x15\n\x11GOOGLE_API_VPC_SC\x10\x06\x12\x19\n\x15SERVERLESS_VPC_ACCESS\x10\x07\"\x8e\x02\n\x12\x46orwardingRuleInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x18\n\x10matched_protocol\x18\x03 \x01(\t\x12\x1a\n\x12matched_port_range\x18\x06 \x01(\t\x12\x0b\n\x03vip\x18\x04 \x01(\t\x12\x0e\n\x06target\x18\x05 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x07 \x01(\t\x12\x0e\n\x06region\x18\x08 \x01(\t\x12\x1a\n\x12load_balancer_name\x18\t \x01(\t\x12\"\n\x1apsc_service_attachment_uri\x18\n \x01(\t\x12\x1d\n\x15psc_google_api_target\x18\x0b \x01(\t\"\xc2\x04\n\x10LoadBalancerInfo\x12`\n\x12load_balancer_type\x18\x01 \x01(\x0e\x32\x44.google.cloud.networkmanagement.v1.LoadBalancerInfo.LoadBalancerType\x12\x1c\n\x10health_check_uri\x18\x02 \x01(\tB\x02\x18\x01\x12H\n\x08\x62\x61\x63kends\x18\x03 \x03(\x0b\x32\x36.google.cloud.networkmanagement.v1.LoadBalancerBackend\x12U\n\x0c\x62\x61\x63kend_type\x18\x04 \x01(\x0e\x32?.google.cloud.networkmanagement.v1.LoadBalancerInfo.BackendType\x12\x13\n\x0b\x62\x61\x63kend_uri\x18\x05 \x01(\t\"\x8f\x01\n\x10LoadBalancerType\x12\"\n\x1eLOAD_BALANCER_TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10INTERNAL_TCP_UDP\x10\x01\x12\x13\n\x0fNETWORK_TCP_UDP\x10\x02\x12\x0e\n\nHTTP_PROXY\x10\x03\x12\r\n\tTCP_PROXY\x10\x04\x12\r\n\tSSL_PROXY\x10\x05\"f\n\x0b\x42\x61\x63kendType\x12\x1c\n\x18\x42\x41\x43KEND_TYPE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x42\x41\x43KEND_SERVICE\x10\x01\x12\x0f\n\x0bTARGET_POOL\x10\x02\x12\x13\n\x0fTARGET_INSTANCE\x10\x03\"\xf6\x02\n\x13LoadBalancerBackend\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12t\n\x1bhealth_check_firewall_state\x18\x03 \x01(\x0e\x32O.google.cloud.networkmanagement.v1.LoadBalancerBackend.HealthCheckFirewallState\x12,\n$health_check_allowing_firewall_rules\x18\x04 \x03(\t\x12,\n$health_check_blocking_firewall_rules\x18\x05 \x03(\t\"j\n\x18HealthCheckFirewallState\x12+\n\'HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED\x10\x00\x12\x0e\n\nCONFIGURED\x10\x01\x12\x11\n\rMISCONFIGURED\x10\x02\"E\n\x10HybridSubnetInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x0e\n\x06region\x18\x03 \x01(\t\"\x84\x01\n\x0eVpnGatewayInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\x12\x12\n\nip_address\x18\x04 \x01(\t\x12\x16\n\x0evpn_tunnel_uri\x18\x05 \x01(\t\x12\x0e\n\x06region\x18\x06 \x01(\t\"\xee\x02\n\rVpnTunnelInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x16\n\x0esource_gateway\x18\x03 \x01(\t\x12\x16\n\x0eremote_gateway\x18\x04 \x01(\t\x12\x19\n\x11remote_gateway_ip\x18\x05 \x01(\t\x12\x19\n\x11source_gateway_ip\x18\x06 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x07 \x01(\t\x12\x0e\n\x06region\x18\x08 \x01(\t\x12R\n\x0crouting_type\x18\t \x01(\x0e\x32<.google.cloud.networkmanagement.v1.VpnTunnelInfo.RoutingType\"[\n\x0bRoutingType\x12\x1c\n\x18ROUTING_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bROUTE_BASED\x10\x01\x12\x10\n\x0cPOLICY_BASED\x10\x02\x12\x0b\n\x07\x44YNAMIC\x10\x03\"\xeb\x02\n\x1aInterconnectAttachmentInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x18\n\x10interconnect_uri\x18\x03 \x01(\t\x12\x0e\n\x06region\x18\x04 \x01(\t\x12\x18\n\x10\x63loud_router_uri\x18\x05 \x01(\t\x12P\n\x04type\x18\x06 \x01(\x0e\x32\x42.google.cloud.networkmanagement.v1.InterconnectAttachmentInfo.Type\x12\x32\n l2_attachment_matched_ip_address\x18\x07 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\"`\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tDEDICATED\x10\x01\x12\x0b\n\x07PARTNER\x10\x02\x12\x14\n\x10PARTNER_PROVIDER\x10\x03\x12\x10\n\x0cL2_DEDICATED\x10\x04\"\xd1\x01\n\x0c\x45ndpointInfo\x12\x11\n\tsource_ip\x18\x01 \x01(\t\x12\x16\n\x0e\x64\x65stination_ip\x18\x02 \x01(\t\x12\x10\n\x08protocol\x18\x03 \x01(\t\x12\x13\n\x0bsource_port\x18\x04 \x01(\x05\x12\x18\n\x10\x64\x65stination_port\x18\x05 \x01(\x05\x12\x1a\n\x12source_network_uri\x18\x06 \x01(\t\x12\x1f\n\x17\x64\x65stination_network_uri\x18\x07 \x01(\t\x12\x18\n\x10source_agent_uri\x18\x08 \x01(\t\"\xc7\x06\n\x0b\x44\x65liverInfo\x12\x45\n\x06target\x18\x01 \x01(\x0e\x32\x35.google.cloud.networkmanagement.v1.DeliverInfo.Target\x12\x14\n\x0cresource_uri\x18\x02 \x01(\t\x12\x1c\n\nip_address\x18\x03 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12\x16\n\x0estorage_bucket\x18\x04 \x01(\t\x12\x1d\n\x15psc_google_api_target\x18\x05 \x01(\t\x12]\n\x13google_service_type\x18\x06 \x01(\x0e\x32@.google.cloud.networkmanagement.v1.DeliverInfo.GoogleServiceType\"\xf7\x02\n\x06Target\x12\x16\n\x12TARGET_UNSPECIFIED\x10\x00\x12\x0c\n\x08INSTANCE\x10\x01\x12\x0c\n\x08INTERNET\x10\x02\x12\x0e\n\nGOOGLE_API\x10\x03\x12\x0e\n\nGKE_MASTER\x10\x04\x12\x16\n\x12\x43LOUD_SQL_INSTANCE\x10\x05\x12\x19\n\x15PSC_PUBLISHED_SERVICE\x10\x06\x12\x12\n\x0ePSC_GOOGLE_API\x10\x07\x12\x0e\n\nPSC_VPC_SC\x10\x08\x12\x12\n\x0eSERVERLESS_NEG\x10\t\x12\x12\n\x0eSTORAGE_BUCKET\x10\n\x12\x13\n\x0fPRIVATE_NETWORK\x10\x0b\x12\x12\n\x0e\x43LOUD_FUNCTION\x10\x0c\x12\x16\n\x12\x41PP_ENGINE_VERSION\x10\r\x12\x16\n\x12\x43LOUD_RUN_REVISION\x10\x0e\x12\x1a\n\x16GOOGLE_MANAGED_SERVICE\x10\x0f\x12\x12\n\x0eREDIS_INSTANCE\x10\x10\x12\x11\n\rREDIS_CLUSTER\x10\x11\"\xac\x01\n\x11GoogleServiceType\x12#\n\x1fGOOGLE_SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03IAP\x10\x01\x12$\n GFE_PROXY_OR_HEALTH_CHECK_PROBER\x10\x02\x12\r\n\tCLOUD_DNS\x10\x03\x12\x19\n\x15PRIVATE_GOOGLE_ACCESS\x10\x04\x12\x19\n\x15SERVERLESS_VPC_ACCESS\x10\x05\"\x89\x03\n\x0b\x46orwardInfo\x12\x45\n\x06target\x18\x01 \x01(\x0e\x32\x35.google.cloud.networkmanagement.v1.ForwardInfo.Target\x12\x14\n\x0cresource_uri\x18\x02 \x01(\t\x12\x1c\n\nip_address\x18\x03 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\"\xfe\x01\n\x06Target\x12\x16\n\x12TARGET_UNSPECIFIED\x10\x00\x12\x0f\n\x0bPEERING_VPC\x10\x01\x12\x0f\n\x0bVPN_GATEWAY\x10\x02\x12\x10\n\x0cINTERCONNECT\x10\x03\x12\x12\n\nGKE_MASTER\x10\x04\x1a\x02\x08\x01\x12\"\n\x1eIMPORTED_CUSTOM_ROUTE_NEXT_HOP\x10\x05\x12\x1a\n\x12\x43LOUD_SQL_INSTANCE\x10\x06\x1a\x02\x08\x01\x12\x13\n\x0f\x41NOTHER_PROJECT\x10\x07\x12\x0b\n\x07NCC_HUB\x10\x08\x12\x14\n\x10ROUTER_APPLIANCE\x10\t\x12\x1c\n\x18SECURE_WEB_PROXY_GATEWAY\x10\n\"\xc6\x0b\n\tAbortInfo\x12\x41\n\x05\x63\x61use\x18\x01 \x01(\x0e\x32\x32.google.cloud.networkmanagement.v1.AbortInfo.Cause\x12\x14\n\x0cresource_uri\x18\x02 \x01(\t\x12\x1c\n\nip_address\x18\x04 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12#\n\x1bprojects_missing_permission\x18\x03 \x03(\t\"\x9c\n\n\x05\x43\x61use\x12\x15\n\x11\x43\x41USE_UNSPECIFIED\x10\x00\x12\x17\n\x0fUNKNOWN_NETWORK\x10\x01\x1a\x02\x08\x01\x12\x17\n\x0fUNKNOWN_PROJECT\x10\x03\x1a\x02\x08\x01\x12\x16\n\x0eNO_EXTERNAL_IP\x10\x07\x1a\x02\x08\x01\x12\x1e\n\x16UNINTENDED_DESTINATION\x10\x08\x1a\x02\x08\x01\x12!\n\x19SOURCE_ENDPOINT_NOT_FOUND\x10\x0b\x1a\x02\x08\x01\x12!\n\x19MISMATCHED_SOURCE_NETWORK\x10\x0c\x1a\x02\x08\x01\x12&\n\x1e\x44\x45STINATION_ENDPOINT_NOT_FOUND\x10\r\x1a\x02\x08\x01\x12&\n\x1eMISMATCHED_DESTINATION_NETWORK\x10\x0e\x1a\x02\x08\x01\x12\x0e\n\nUNKNOWN_IP\x10\x02\x12%\n!GOOGLE_MANAGED_SERVICE_UNKNOWN_IP\x10 \x12+\n\'SOURCE_IP_ADDRESS_NOT_IN_SOURCE_NETWORK\x10\x17\x12\x15\n\x11PERMISSION_DENIED\x10\x04\x12*\n&PERMISSION_DENIED_NO_CLOUD_NAT_CONFIGS\x10\x1c\x12-\n)PERMISSION_DENIED_NO_NEG_ENDPOINT_CONFIGS\x10\x1d\x12-\n)PERMISSION_DENIED_NO_CLOUD_ROUTER_CONFIGS\x10$\x12\x16\n\x12NO_SOURCE_LOCATION\x10\x05\x12\x14\n\x10INVALID_ARGUMENT\x10\x06\x12\x12\n\x0eTRACE_TOO_LONG\x10\t\x12\x12\n\x0eINTERNAL_ERROR\x10\n\x12\x0f\n\x0bUNSUPPORTED\x10\x0f\x12\x19\n\x15MISMATCHED_IP_VERSION\x10\x10\x12&\n\"GKE_KONNECTIVITY_PROXY_UNSUPPORTED\x10\x11\x12\x1d\n\x19RESOURCE_CONFIG_NOT_FOUND\x10\x12\x12 \n\x1cVM_INSTANCE_CONFIG_NOT_FOUND\x10\x18\x12\x1c\n\x18NETWORK_CONFIG_NOT_FOUND\x10\x19\x12\x1d\n\x19\x46IREWALL_CONFIG_NOT_FOUND\x10\x1a\x12\x1a\n\x16ROUTE_CONFIG_NOT_FOUND\x10\x1b\x12\x31\n-GOOGLE_MANAGED_SERVICE_AMBIGUOUS_PSC_ENDPOINT\x10\x13\x12-\n)GOOGLE_MANAGED_SERVICE_AMBIGUOUS_ENDPOINT\x10\'\x12$\n SOURCE_PSC_CLOUD_SQL_UNSUPPORTED\x10\x14\x12$\n SOURCE_REDIS_CLUSTER_UNSUPPORTED\x10\"\x12%\n!SOURCE_REDIS_INSTANCE_UNSUPPORTED\x10#\x12&\n\"SOURCE_FORWARDING_RULE_UNSUPPORTED\x10\x15\x12\x1b\n\x17NON_ROUTABLE_IP_ADDRESS\x10\x16\x12+\n\'UNKNOWN_ISSUE_IN_GOOGLE_MANAGED_PROJECT\x10\x1e\x12-\n)UNSUPPORTED_GOOGLE_MANAGED_PROJECT_CONFIG\x10\x1f\x12\x1b\n\x17NO_SERVERLESS_IP_RANGES\x10%\x12 \n\x1cIP_VERSION_PROTOCOL_MISMATCH\x10(\"\xcb \n\x08\x44ropInfo\x12@\n\x05\x63\x61use\x18\x01 \x01(\x0e\x32\x31.google.cloud.networkmanagement.v1.DropInfo.Cause\x12\x14\n\x0cresource_uri\x18\x02 \x01(\t\x12\x11\n\tsource_ip\x18\x03 \x01(\t\x12\x16\n\x0e\x64\x65stination_ip\x18\x04 \x01(\t\x12\x0e\n\x06region\x18\x05 \x01(\t\x12\x1f\n\x17source_geolocation_code\x18\x06 \x01(\t\x12$\n\x1c\x64\x65stination_geolocation_code\x18\x07 \x01(\t\"\xe4\x1e\n\x05\x43\x61use\x12\x15\n\x11\x43\x41USE_UNSPECIFIED\x10\x00\x12\x1c\n\x18UNKNOWN_EXTERNAL_ADDRESS\x10\x01\x12\x19\n\x15\x46OREIGN_IP_DISALLOWED\x10\x02\x12\x11\n\rFIREWALL_RULE\x10\x03\x12\x0c\n\x08NO_ROUTE\x10\x04\x12\x13\n\x0fROUTE_BLACKHOLE\x10\x05\x12\x17\n\x13ROUTE_WRONG_NETWORK\x10\x06\x12*\n&ROUTE_NEXT_HOP_IP_ADDRESS_NOT_RESOLVED\x10*\x12%\n!ROUTE_NEXT_HOP_RESOURCE_NOT_FOUND\x10+\x12)\n%ROUTE_NEXT_HOP_INSTANCE_WRONG_NETWORK\x10\x31\x12*\n&ROUTE_NEXT_HOP_INSTANCE_NON_PRIMARY_IP\x10\x32\x12.\n*ROUTE_NEXT_HOP_FORWARDING_RULE_IP_MISMATCH\x10\x33\x12-\n)ROUTE_NEXT_HOP_VPN_TUNNEL_NOT_ESTABLISHED\x10\x34\x12/\n+ROUTE_NEXT_HOP_FORWARDING_RULE_TYPE_INVALID\x10\x35\x12\x32\n.NO_ROUTE_FROM_INTERNET_TO_PRIVATE_IPV6_ADDRESS\x10,\x12>\n:NO_ROUTE_FROM_EXTERNAL_IPV6_SOURCE_TO_PRIVATE_IPV6_ADDRESS\x10\x62\x12&\n\"VPN_TUNNEL_LOCAL_SELECTOR_MISMATCH\x10-\x12\'\n#VPN_TUNNEL_REMOTE_SELECTOR_MISMATCH\x10.\x12\x1f\n\x1bPRIVATE_TRAFFIC_TO_INTERNET\x10\x07\x12$\n PRIVATE_GOOGLE_ACCESS_DISALLOWED\x10\x08\x12\x34\n0PRIVATE_GOOGLE_ACCESS_VIA_VPN_TUNNEL_UNSUPPORTED\x10/\x12\x17\n\x13NO_EXTERNAL_ADDRESS\x10\t\x12\x1c\n\x18UNKNOWN_INTERNAL_ADDRESS\x10\n\x12\x1c\n\x18\x46ORWARDING_RULE_MISMATCH\x10\x0b\x12 \n\x1c\x46ORWARDING_RULE_NO_INSTANCES\x10\x0c\x12\x38\n4FIREWALL_BLOCKING_LOAD_BALANCER_BACKEND_HEALTH_CHECK\x10\r\x12:\n6INGRESS_FIREWALL_TAGS_UNSUPPORTED_BY_DIRECT_VPC_EGRESS\x10U\x12\x18\n\x14INSTANCE_NOT_RUNNING\x10\x0e\x12\x1b\n\x17GKE_CLUSTER_NOT_RUNNING\x10\x1b\x12\"\n\x1e\x43LOUD_SQL_INSTANCE_NOT_RUNNING\x10\x1c\x12\x1e\n\x1aREDIS_INSTANCE_NOT_RUNNING\x10\x44\x12\x1d\n\x19REDIS_CLUSTER_NOT_RUNNING\x10\x45\x12\x18\n\x14TRAFFIC_TYPE_BLOCKED\x10\x0f\x12\"\n\x1eGKE_MASTER_UNAUTHORIZED_ACCESS\x10\x10\x12*\n&CLOUD_SQL_INSTANCE_UNAUTHORIZED_ACCESS\x10\x11\x12\x1e\n\x1a\x44ROPPED_INSIDE_GKE_SERVICE\x10\x12\x12$\n DROPPED_INSIDE_CLOUD_SQL_SERVICE\x10\x13\x12%\n!GOOGLE_MANAGED_SERVICE_NO_PEERING\x10\x14\x12*\n&GOOGLE_MANAGED_SERVICE_NO_PSC_ENDPOINT\x10&\x12\x1c\n\x18GKE_PSC_ENDPOINT_MISSING\x10$\x12$\n CLOUD_SQL_INSTANCE_NO_IP_ADDRESS\x10\x15\x12%\n!GKE_CONTROL_PLANE_REGION_MISMATCH\x10\x1e\x12\x33\n/PUBLIC_GKE_CONTROL_PLANE_TO_PRIVATE_DESTINATION\x10\x1f\x12\x1e\n\x1aGKE_CONTROL_PLANE_NO_ROUTE\x10 \x12:\n6CLOUD_SQL_INSTANCE_NOT_CONFIGURED_FOR_EXTERNAL_TRAFFIC\x10!\x12\x34\n0PUBLIC_CLOUD_SQL_INSTANCE_TO_PRIVATE_DESTINATION\x10\"\x12\x1f\n\x1b\x43LOUD_SQL_INSTANCE_NO_ROUTE\x10#\x12 \n\x1c\x43LOUD_SQL_CONNECTOR_REQUIRED\x10?\x12\x1d\n\x19\x43LOUD_FUNCTION_NOT_ACTIVE\x10\x16\x12\x19\n\x15VPC_CONNECTOR_NOT_SET\x10\x17\x12\x1d\n\x19VPC_CONNECTOR_NOT_RUNNING\x10\x18\x12,\n(VPC_CONNECTOR_SERVERLESS_TRAFFIC_BLOCKED\x10<\x12.\n*VPC_CONNECTOR_HEALTH_CHECK_TRAFFIC_BLOCKED\x10=\x12#\n\x1f\x46ORWARDING_RULE_REGION_MISMATCH\x10\x19\x12\x1f\n\x1bPSC_CONNECTION_NOT_ACCEPTED\x10\x1a\x12-\n)PSC_ENDPOINT_ACCESSED_FROM_PEERED_NETWORK\x10)\x12.\n*PSC_NEG_PRODUCER_ENDPOINT_NO_GLOBAL_ACCESS\x10\x30\x12\x33\n/PSC_NEG_PRODUCER_FORWARDING_RULE_MULTIPLE_PORTS\x10\x36\x12!\n\x1d\x43LOUD_SQL_PSC_NEG_UNSUPPORTED\x10:\x12-\n)NO_NAT_SUBNETS_FOR_PSC_SERVICE_ATTACHMENT\x10\x39\x12#\n\x1fPSC_TRANSITIVITY_NOT_PROPAGATED\x10@\x12(\n$HYBRID_NEG_NON_DYNAMIC_ROUTE_MATCHED\x10\x37\x12.\n*HYBRID_NEG_NON_LOCAL_DYNAMIC_ROUTE_MATCHED\x10\x38\x12 \n\x1c\x43LOUD_RUN_REVISION_NOT_READY\x10\x1d\x12\'\n#DROPPED_INSIDE_PSC_SERVICE_PRODUCER\x10%\x12%\n!LOAD_BALANCER_HAS_NO_PROXY_SUBNET\x10\'\x12\x1a\n\x16\x43LOUD_NAT_NO_ADDRESSES\x10(\x12\x10\n\x0cROUTING_LOOP\x10;\x12)\n%DROPPED_INSIDE_GOOGLE_MANAGED_SERVICE\x10>\x12)\n%LOAD_BALANCER_BACKEND_INVALID_NETWORK\x10\x41\x12*\n&BACKEND_SERVICE_NAMED_PORT_NOT_DEFINED\x10\x42\x12\'\n#DESTINATION_IS_PRIVATE_NAT_IP_RANGE\x10\x43\x12)\n%DROPPED_INSIDE_REDIS_INSTANCE_SERVICE\x10\x46\x12#\n\x1fREDIS_INSTANCE_UNSUPPORTED_PORT\x10G\x12/\n+REDIS_INSTANCE_CONNECTING_FROM_PUPI_ADDRESS\x10H\x12\x32\n.REDIS_INSTANCE_NO_ROUTE_TO_DESTINATION_NETWORK\x10I\x12!\n\x1dREDIS_INSTANCE_NO_EXTERNAL_IP\x10J\x12\'\n#REDIS_INSTANCE_UNSUPPORTED_PROTOCOL\x10N\x12(\n$DROPPED_INSIDE_REDIS_CLUSTER_SERVICE\x10K\x12\"\n\x1eREDIS_CLUSTER_UNSUPPORTED_PORT\x10L\x12 \n\x1cREDIS_CLUSTER_NO_EXTERNAL_IP\x10M\x12&\n\"REDIS_CLUSTER_UNSUPPORTED_PROTOCOL\x10O\x12*\n&NO_ADVERTISED_ROUTE_TO_GCP_DESTINATION\x10P\x12*\n&NO_TRAFFIC_SELECTOR_TO_GCP_DESTINATION\x10Q\x12\x35\n1NO_KNOWN_ROUTE_FROM_PEERED_NETWORK_TO_DESTINATION\x10R\x12+\n\'PRIVATE_NAT_TO_PSC_ENDPOINT_UNSUPPORTED\x10S\x12\"\n\x1ePSC_PORT_MAPPING_PORT_MISMATCH\x10V\x12\x37\n3PSC_PORT_MAPPING_WITHOUT_PSC_CONNECTION_UNSUPPORTED\x10W\x12\x33\n/UNSUPPORTED_ROUTE_MATCHED_FOR_NAT64_DESTINATION\x10X\x12\x37\n3TRAFFIC_FROM_HYBRID_ENDPOINT_TO_INTERNET_DISALLOWED\x10Y\x12\x1d\n\x19NO_MATCHING_NAT64_GATEWAY\x10Z\x12-\n)LOAD_BALANCER_BACKEND_IP_VERSION_MISMATCH\x10`\x12\x32\n.NO_KNOWN_ROUTE_FROM_NCC_NETWORK_TO_DESTINATION\x10\x61\x12\"\n\x1e\x43LOUD_NAT_PROTOCOL_UNSUPPORTED\x10\x63\x12(\n$L2_INTERCONNECT_UNSUPPORTED_PROTOCOL\x10\x64\x12$\n L2_INTERCONNECT_UNSUPPORTED_PORT\x10\x65\x12+\n\'L2_INTERCONNECT_DESTINATION_IP_MISMATCH\x10\x66\x12.\n*NCC_ROUTE_WITHIN_HYBRID_SUBNET_UNSUPPORTED\x10h\x12!\n\x1dHYBRID_SUBNET_REGION_MISMATCH\x10i\"\x81\x01\n\rGKEMasterInfo\x12\x13\n\x0b\x63luster_uri\x18\x02 \x01(\t\x12\x1b\n\x13\x63luster_network_uri\x18\x04 \x01(\t\x12\x13\n\x0binternal_ip\x18\x05 \x01(\t\x12\x13\n\x0b\x65xternal_ip\x18\x06 \x01(\t\x12\x14\n\x0c\x64ns_endpoint\x18\x07 \x01(\t\"\x88\x01\n\x14\x43loudSQLInstanceInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x04 \x01(\t\x12\x13\n\x0binternal_ip\x18\x05 \x01(\t\x12\x13\n\x0b\x65xternal_ip\x18\x06 \x01(\t\x12\x0e\n\x06region\x18\x07 \x01(\t\"\x92\x01\n\x11RedisInstanceInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\x12\x1b\n\x13primary_endpoint_ip\x18\x04 \x01(\t\x12\x18\n\x10read_endpoint_ip\x18\x05 \x01(\t\x12\x0e\n\x06region\x18\x06 \x01(\t\"\xbe\x01\n\x10RedisClusterInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\x12/\n\x1d\x64iscovery_endpoint_ip_address\x18\x04 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12/\n\x1dsecondary_endpoint_ip_address\x18\x05 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12\x10\n\x08location\x18\x06 \x01(\t\"\\\n\x11\x43loudFunctionInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x10\n\x08location\x18\x03 \x01(\t\x12\x12\n\nversion_id\x18\x04 \x01(\x03\"`\n\x14\x43loudRunRevisionInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x10\n\x08location\x18\x04 \x01(\t\x12\x13\n\x0bservice_uri\x18\x05 \x01(\t\"_\n\x14\x41ppEngineVersionInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x0f\n\x07runtime\x18\x03 \x01(\t\x12\x13\n\x0b\x65nvironment\x18\x04 \x01(\t\"G\n\x10VpcConnectorInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x10\n\x08location\x18\x03 \x01(\t\"\xa8\x01\n\x1d\x44irectVpcEgressConnectionInfo\x12\x13\n\x0bnetwork_uri\x18\x01 \x01(\t\x12\x16\n\x0esubnetwork_uri\x18\x02 \x01(\t\x12#\n\x11selected_ip_range\x18\x03 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12%\n\x13selected_ip_address\x18\x04 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12\x0e\n\x06region\x18\x05 \x01(\t\"I\n ServerlessExternalConnectionInfo\x12%\n\x13selected_ip_address\x18\x01 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\"\x8d\x04\n\x07NatInfo\x12=\n\x04type\x18\x01 \x01(\x0e\x32/.google.cloud.networkmanagement.v1.NatInfo.Type\x12\x10\n\x08protocol\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\x12\x15\n\rold_source_ip\x18\x04 \x01(\t\x12\x15\n\rnew_source_ip\x18\x05 \x01(\t\x12\x1a\n\x12old_destination_ip\x18\x06 \x01(\t\x12\x1a\n\x12new_destination_ip\x18\x07 \x01(\t\x12\x17\n\x0fold_source_port\x18\x08 \x01(\x05\x12\x17\n\x0fnew_source_port\x18\t \x01(\x05\x12\x1c\n\x14old_destination_port\x18\n \x01(\x05\x12\x1c\n\x14new_destination_port\x18\x0b \x01(\x05\x12\x12\n\nrouter_uri\x18\x0c \x01(\t\x12\x18\n\x10nat_gateway_name\x18\r \x01(\t\"\x99\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14INTERNAL_TO_EXTERNAL\x10\x01\x12\x18\n\x14\x45XTERNAL_TO_INTERNAL\x10\x02\x12\r\n\tCLOUD_NAT\x10\x03\x12\x1b\n\x17PRIVATE_SERVICE_CONNECT\x10\x04\x12\x1b\n\x17GKE_POD_IP_MASQUERADING\x10\x05\"\xa4\x02\n\x13ProxyConnectionInfo\x12\x10\n\x08protocol\x18\x01 \x01(\t\x12\x15\n\rold_source_ip\x18\x02 \x01(\t\x12\x15\n\rnew_source_ip\x18\x03 \x01(\t\x12\x1a\n\x12old_destination_ip\x18\x04 \x01(\t\x12\x1a\n\x12new_destination_ip\x18\x05 \x01(\t\x12\x17\n\x0fold_source_port\x18\x06 \x01(\x05\x12\x17\n\x0fnew_source_port\x18\x07 \x01(\x05\x12\x1c\n\x14old_destination_port\x18\x08 \x01(\x05\x12\x1c\n\x14new_destination_port\x18\t \x01(\x05\x12\x12\n\nsubnet_uri\x18\n \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x0b \x01(\t\"\xf2\x04\n\x17LoadBalancerBackendInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cinstance_uri\x18\x02 \x01(\t\x12\x1b\n\x13\x62\x61\x63kend_service_uri\x18\x03 \x01(\t\x12\x1a\n\x12instance_group_uri\x18\x04 \x01(\t\x12\"\n\x1anetwork_endpoint_group_uri\x18\x05 \x01(\t\x12\x1a\n\x12\x62\x61\x63kend_bucket_uri\x18\x08 \x01(\t\x12\"\n\x1apsc_service_attachment_uri\x18\t \x01(\t\x12\x1d\n\x15psc_google_api_target\x18\n \x01(\t\x12\x18\n\x10health_check_uri\x18\x06 \x01(\t\x12\x8c\x01\n#health_check_firewalls_config_state\x18\x07 \x01(\x0e\x32Z.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigStateB\x03\xe0\x41\x03\"\xcd\x01\n\x1fHealthCheckFirewallsConfigState\x12\x33\n/HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED\x10\x00\x12\x18\n\x14\x46IREWALLS_CONFIGURED\x10\x01\x12\"\n\x1e\x46IREWALLS_PARTIALLY_CONFIGURED\x10\x02\x12\x1c\n\x18\x46IREWALLS_NOT_CONFIGURED\x10\x03\x12\x19\n\x15\x46IREWALLS_UNSUPPORTED\x10\x04\"#\n\x11StorageBucketInfo\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\"$\n\x11ServerlessNegInfo\x12\x0f\n\x07neg_uri\x18\x01 \x01(\t*\xf6\x02\n\x10LoadBalancerType\x12\"\n\x1eLOAD_BALANCER_TYPE_UNSPECIFIED\x10\x00\x12 \n\x1cHTTPS_ADVANCED_LOAD_BALANCER\x10\x01\x12\x17\n\x13HTTPS_LOAD_BALANCER\x10\x02\x12 \n\x1cREGIONAL_HTTPS_LOAD_BALANCER\x10\x03\x12 \n\x1cINTERNAL_HTTPS_LOAD_BALANCER\x10\x04\x12\x1b\n\x17SSL_PROXY_LOAD_BALANCER\x10\x05\x12\x1b\n\x17TCP_PROXY_LOAD_BALANCER\x10\x06\x12$\n INTERNAL_TCP_PROXY_LOAD_BALANCER\x10\x07\x12\x19\n\x15NETWORK_LOAD_BALANCER\x10\x08\x12 \n\x1cLEGACY_NETWORK_LOAD_BALANCER\x10\t\x12\"\n\x1eTCP_UDP_INTERNAL_LOAD_BALANCER\x10\nB\xf9\x01\n%com.google.cloud.networkmanagement.v1B\nTraceProtoP\x01ZScloud.google.com/go/networkmanagement/apiv1/networkmanagementpb;networkmanagementpb\xaa\x02!Google.Cloud.NetworkManagement.V1\xca\x02!Google\\Cloud\\NetworkManagement\\V1\xea\x02$Google::Cloud::NetworkManagement::V1b\x06proto3"
|
|
11
|
+
descriptor_data = "\n-google/cloud/networkmanagement/v1/trace.proto\x12!google.cloud.networkmanagement.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\"\xa1\x01\n\x05Trace\x12\x46\n\rendpoint_info\x18\x01 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.EndpointInfo\x12\x36\n\x05steps\x18\x02 \x03(\x0b\x32\'.google.cloud.networkmanagement.v1.Step\x12\x18\n\x10\x66orward_trace_id\x18\x04 \x01(\x05\"\xfd!\n\x04Step\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12<\n\x05state\x18\x02 \x01(\x0e\x32-.google.cloud.networkmanagement.v1.Step.State\x12\x13\n\x0b\x63\x61uses_drop\x18\x03 \x01(\x08\x12\x12\n\nproject_id\x18\x04 \x01(\t\x12\x43\n\x08instance\x18\x05 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.InstanceInfoH\x00\x12\x43\n\x08\x66irewall\x18\x06 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.FirewallInfoH\x00\x12=\n\x05route\x18\x07 \x01(\x0b\x32,.google.cloud.networkmanagement.v1.RouteInfoH\x00\x12\x43\n\x08\x65ndpoint\x18\x08 \x01(\x0b\x32/.google.cloud.networkmanagement.v1.EndpointInfoH\x00\x12N\n\x0egoogle_service\x18\x18 \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.GoogleServiceInfoH\x00\x12P\n\x0f\x66orwarding_rule\x18\t \x01(\x0b\x32\x35.google.cloud.networkmanagement.v1.ForwardingRuleInfoH\x00\x12L\n\rhybrid_subnet\x18$ \x01(\x0b\x32\x33.google.cloud.networkmanagement.v1.HybridSubnetInfoH\x00\x12H\n\x0bvpn_gateway\x18\n \x01(\x0b\x32\x31.google.cloud.networkmanagement.v1.VpnGatewayInfoH\x00\x12\x46\n\nvpn_tunnel\x18\x0b \x01(\x0b\x32\x30.google.cloud.networkmanagement.v1.VpnTunnelInfoH\x00\x12`\n\x17interconnect_attachment\x18# \x01(\x0b\x32=.google.cloud.networkmanagement.v1.InterconnectAttachmentInfoH\x00\x12L\n\rvpc_connector\x18\x15 \x01(\x0b\x32\x33.google.cloud.networkmanagement.v1.VpcConnectorInfoH\x00\x12h\n\x1c\x64irect_vpc_egress_connection\x18! \x01(\x0b\x32@.google.cloud.networkmanagement.v1.DirectVpcEgressConnectionInfoH\x00\x12m\n\x1eserverless_external_connection\x18\" \x01(\x0b\x32\x43.google.cloud.networkmanagement.v1.ServerlessExternalConnectionInfoH\x00\x12\x41\n\x07\x64\x65liver\x18\x0c \x01(\x0b\x32..google.cloud.networkmanagement.v1.DeliverInfoH\x00\x12\x41\n\x07\x66orward\x18\r \x01(\x0b\x32..google.cloud.networkmanagement.v1.ForwardInfoH\x00\x12=\n\x05\x61\x62ort\x18\x0e \x01(\x0b\x32,.google.cloud.networkmanagement.v1.AbortInfoH\x00\x12;\n\x04\x64rop\x18\x0f \x01(\x0b\x32+.google.cloud.networkmanagement.v1.DropInfoH\x00\x12P\n\rload_balancer\x18\x10 \x01(\x0b\x32\x33.google.cloud.networkmanagement.v1.LoadBalancerInfoB\x02\x18\x01H\x00\x12\x41\n\x07network\x18\x11 \x01(\x0b\x32..google.cloud.networkmanagement.v1.NetworkInfoH\x00\x12\x46\n\ngke_master\x18\x12 \x01(\x0b\x32\x30.google.cloud.networkmanagement.v1.GKEMasterInfoH\x00\x12@\n\x07gke_pod\x18% \x01(\x0b\x32-.google.cloud.networkmanagement.v1.GkePodInfoH\x00\x12_\n\x17ip_masquerading_skipped\x18& \x01(\x0b\x32<.google.cloud.networkmanagement.v1.IpMasqueradingSkippedInfoH\x00\x12U\n\x12gke_network_policy\x18\' \x01(\x0b\x32\x37.google.cloud.networkmanagement.v1.GkeNetworkPolicyInfoH\x00\x12\x64\n\x1agke_network_policy_skipped\x18( \x01(\x0b\x32>.google.cloud.networkmanagement.v1.GkeNetworkPolicySkippedInfoH\x00\x12U\n\x12\x63loud_sql_instance\x18\x13 \x01(\x0b\x32\x37.google.cloud.networkmanagement.v1.CloudSQLInstanceInfoH\x00\x12N\n\x0eredis_instance\x18\x1e \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.RedisInstanceInfoH\x00\x12L\n\rredis_cluster\x18\x1f \x01(\x0b\x32\x33.google.cloud.networkmanagement.v1.RedisClusterInfoH\x00\x12N\n\x0e\x63loud_function\x18\x14 \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.CloudFunctionInfoH\x00\x12U\n\x12\x61pp_engine_version\x18\x16 \x01(\x0b\x32\x37.google.cloud.networkmanagement.v1.AppEngineVersionInfoH\x00\x12U\n\x12\x63loud_run_revision\x18\x17 \x01(\x0b\x32\x37.google.cloud.networkmanagement.v1.CloudRunRevisionInfoH\x00\x12\x39\n\x03nat\x18\x19 \x01(\x0b\x32*.google.cloud.networkmanagement.v1.NatInfoH\x00\x12R\n\x10proxy_connection\x18\x1a \x01(\x0b\x32\x36.google.cloud.networkmanagement.v1.ProxyConnectionInfoH\x00\x12`\n\x1aload_balancer_backend_info\x18\x1b \x01(\x0b\x32:.google.cloud.networkmanagement.v1.LoadBalancerBackendInfoH\x00\x12N\n\x0estorage_bucket\x18\x1c \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.StorageBucketInfoH\x00\x12N\n\x0eserverless_neg\x18\x1d \x01(\x0b\x32\x34.google.cloud.networkmanagement.v1.ServerlessNegInfoH\x00\x12]\n\x16ngfw_packet_inspection\x18* \x01(\x0b\x32;.google.cloud.networkmanagement.v1.NgfwPacketInspectionInfoH\x00\"\xb0\n\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x17\n\x13START_FROM_INSTANCE\x10\x01\x12\x17\n\x13START_FROM_INTERNET\x10\x02\x12\x1d\n\x19START_FROM_GOOGLE_SERVICE\x10\x1b\x12\x1e\n\x1aSTART_FROM_PRIVATE_NETWORK\x10\x03\x12\x19\n\x15START_FROM_GKE_MASTER\x10\x15\x12!\n\x1dSTART_FROM_CLOUD_SQL_INSTANCE\x10\x16\x12\x16\n\x12START_FROM_GKE_POD\x10\'\x12\x1d\n\x19START_FROM_REDIS_INSTANCE\x10 \x12\x1c\n\x18START_FROM_REDIS_CLUSTER\x10!\x12\x1d\n\x19START_FROM_CLOUD_FUNCTION\x10\x17\x12!\n\x1dSTART_FROM_APP_ENGINE_VERSION\x10\x19\x12!\n\x1dSTART_FROM_CLOUD_RUN_REVISION\x10\x1a\x12\x1d\n\x19START_FROM_STORAGE_BUCKET\x10\x1d\x12$\n START_FROM_PSC_PUBLISHED_SERVICE\x10\x1e\x12\x1d\n\x19START_FROM_SERVERLESS_NEG\x10\x1f\x12\x1f\n\x1b\x41PPLY_INGRESS_FIREWALL_RULE\x10\x04\x12\x1e\n\x1a\x41PPLY_EGRESS_FIREWALL_RULE\x10\x05\x12\x0f\n\x0b\x41PPLY_ROUTE\x10\x06\x12\x19\n\x15\x41PPLY_FORWARDING_RULE\x10\x07\x12!\n\x1d\x41NALYZE_LOAD_BALANCER_BACKEND\x10\x1c\x12\x15\n\x11SPOOFING_APPROVED\x10\x08\x12\x16\n\x12\x41RRIVE_AT_INSTANCE\x10\t\x12(\n ARRIVE_AT_INTERNAL_LOAD_BALANCER\x10\n\x1a\x02\x08\x01\x12(\n ARRIVE_AT_EXTERNAL_LOAD_BALANCER\x10\x0b\x1a\x02\x08\x01\x12\x1b\n\x17\x41RRIVE_AT_HYBRID_SUBNET\x10&\x12\x19\n\x15\x41RRIVE_AT_VPN_GATEWAY\x10\x0c\x12\x18\n\x14\x41RRIVE_AT_VPN_TUNNEL\x10\r\x12%\n!ARRIVE_AT_INTERCONNECT_ATTACHMENT\x10%\x12\x1b\n\x17\x41RRIVE_AT_VPC_CONNECTOR\x10\x18\x12\x15\n\x11\x41RRIVE_AT_GKE_POD\x10,\x12 \n\x1c\x44IRECT_VPC_EGRESS_CONNECTION\x10#\x12\"\n\x1eSERVERLESS_EXTERNAL_CONNECTION\x10$\x12\x1a\n\x16NGFW_PACKET_INSPECTION\x10/\x12\x07\n\x03NAT\x10\x0e\x12 \n\x1cSKIP_GKE_POD_IP_MASQUERADING\x10(\x12#\n\x1fSKIP_GKE_INGRESS_NETWORK_POLICY\x10)\x12\"\n\x1eSKIP_GKE_EGRESS_NETWORK_POLICY\x10*\x12$\n APPLY_INGRESS_GKE_NETWORK_POLICY\x10-\x12#\n\x1f\x41PPLY_EGRESS_GKE_NETWORK_POLICY\x10.\x12\x14\n\x10PROXY_CONNECTION\x10\x0f\x12\x0b\n\x07\x44\x45LIVER\x10\x10\x12\x08\n\x04\x44ROP\x10\x11\x12\x0b\n\x07\x46ORWARD\x10\x12\x12\t\n\x05\x41\x42ORT\x10\x13\x12\x1d\n\x19VIEWER_PERMISSION_MISSING\x10\x14\x42\x0b\n\tstep_info\"\xf7\x02\n\x0cInstanceInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x11\n\tinterface\x18\x03 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x04 \x01(\t\x12\x13\n\x0binternal_ip\x18\x05 \x01(\t\x12\x13\n\x0b\x65xternal_ip\x18\x06 \x01(\t\x12\x14\n\x0cnetwork_tags\x18\x07 \x03(\t\x12\x1b\n\x0fservice_account\x18\x08 \x01(\tB\x02\x18\x01\x12\"\n\x1apsc_network_attachment_uri\x18\t \x01(\t\x12\x13\n\x07running\x18\n \x01(\x08\x42\x02\x18\x01\x12\x46\n\x06status\x18\x0b \x01(\x0e\x32\x36.google.cloud.networkmanagement.v1.InstanceInfo.Status\">\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0f\n\x0bNOT_RUNNING\x10\x02\"v\n\x0bNetworkInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x1a\n\x12matched_subnet_uri\x18\x05 \x01(\t\x12\x18\n\x10matched_ip_range\x18\x04 \x01(\t\x12\x0e\n\x06region\x18\x06 \x01(\t\"\xaf\x07\n\x0c\x46irewallInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x11\n\tdirection\x18\x03 \x01(\t\x12\x0e\n\x06\x61\x63tion\x18\x04 \x01(\t\x12\x10\n\x08priority\x18\x05 \x01(\x05\x12\x13\n\x0bnetwork_uri\x18\x06 \x01(\t\x12\x13\n\x0btarget_tags\x18\x07 \x03(\t\x12\x1f\n\x17target_service_accounts\x18\x08 \x03(\t\x12\x0e\n\x06policy\x18\t \x01(\t\x12\x12\n\npolicy_uri\x18\x0b \x01(\t\x12\\\n\x12\x66irewall_rule_type\x18\n \x01(\x0e\x32@.google.cloud.networkmanagement.v1.FirewallInfo.FirewallRuleType\x12\x17\n\x0fpolicy_priority\x18\x0c \x01(\x05\x12O\n\x0btarget_type\x18\r \x01(\x0e\x32:.google.cloud.networkmanagement.v1.FirewallInfo.TargetType\"\xbc\x03\n\x10\x46irewallRuleType\x12\"\n\x1e\x46IREWALL_RULE_TYPE_UNSPECIFIED\x10\x00\x12%\n!HIERARCHICAL_FIREWALL_POLICY_RULE\x10\x01\x12\x15\n\x11VPC_FIREWALL_RULE\x10\x02\x12\x1d\n\x19IMPLIED_VPC_FIREWALL_RULE\x10\x03\x12/\n+SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE\x10\x04\x12 \n\x1cNETWORK_FIREWALL_POLICY_RULE\x10\x05\x12)\n%NETWORK_REGIONAL_FIREWALL_POLICY_RULE\x10\x06\x12\'\n#SYSTEM_NETWORK_FIREWALL_POLICY_RULE\x10\x07\x12\x30\n,SYSTEM_REGIONAL_NETWORK_FIREWALL_POLICY_RULE\x10\x08\x12$\n UNSUPPORTED_FIREWALL_POLICY_RULE\x10\x64\x12\x12\n\x0eTRACKING_STATE\x10\x65\x12\x14\n\x10\x41NALYSIS_SKIPPED\x10\x66\"Q\n\nTargetType\x12\x1b\n\x17TARGET_TYPE_UNSPECIFIED\x10\x00\x12\r\n\tINSTANCES\x10\x01\x12\x17\n\x13INTERNAL_MANAGED_LB\x10\x02\"\xec\x0b\n\tRouteInfo\x12J\n\nroute_type\x18\x08 \x01(\x0e\x32\x36.google.cloud.networkmanagement.v1.RouteInfo.RouteType\x12O\n\rnext_hop_type\x18\t \x01(\x0e\x32\x38.google.cloud.networkmanagement.v1.RouteInfo.NextHopType\x12P\n\x0broute_scope\x18\x0e \x01(\x0e\x32\x37.google.cloud.networkmanagement.v1.RouteInfo.RouteScopeB\x02\x18\x01\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x0e\n\x06region\x18\x13 \x01(\t\x12\x15\n\rdest_ip_range\x18\x03 \x01(\t\x12\x14\n\x08next_hop\x18\x04 \x01(\tB\x02\x18\x01\x12\x13\n\x0bnetwork_uri\x18\x05 \x01(\t\x12\x10\n\x08priority\x18\x06 \x01(\x05\x12\x15\n\rinstance_tags\x18\x07 \x03(\t\x12\x14\n\x0csrc_ip_range\x18\n \x01(\t\x12\x18\n\x10\x64\x65st_port_ranges\x18\x0b \x03(\t\x12\x17\n\x0fsrc_port_ranges\x18\x0c \x03(\t\x12\x11\n\tprotocols\x18\r \x03(\t\x12\x18\n\x0bncc_hub_uri\x18\x0f \x01(\tH\x00\x88\x01\x01\x12\x1a\n\rncc_spoke_uri\x18\x10 \x01(\tH\x01\x88\x01\x01\x12/\n\"advertised_route_source_router_uri\x18\x11 \x01(\tH\x02\x88\x01\x01\x12.\n\x1d\x61\x64vertised_route_next_hop_uri\x18\x12 \x01(\tB\x02\x18\x01H\x03\x88\x01\x01\x12\x14\n\x0cnext_hop_uri\x18\x14 \x01(\t\x12\x1c\n\x14next_hop_network_uri\x18\x15 \x01(\t\x12\x1d\n\x15originating_route_uri\x18\x16 \x01(\t\x12&\n\x1eoriginating_route_display_name\x18\x17 \x01(\t\x12\x19\n\x11ncc_hub_route_uri\x18\x18 \x01(\t\"\xab\x01\n\tRouteType\x12\x1a\n\x16ROUTE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06SUBNET\x10\x01\x12\n\n\x06STATIC\x10\x02\x12\x0b\n\x07\x44YNAMIC\x10\x03\x12\x12\n\x0ePEERING_SUBNET\x10\x04\x12\x12\n\x0ePEERING_STATIC\x10\x05\x12\x13\n\x0fPEERING_DYNAMIC\x10\x06\x12\x10\n\x0cPOLICY_BASED\x10\x07\x12\x0e\n\nADVERTISED\x10\x65\"\xea\x02\n\x0bNextHopType\x12\x1d\n\x19NEXT_HOP_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bNEXT_HOP_IP\x10\x01\x12\x15\n\x11NEXT_HOP_INSTANCE\x10\x02\x12\x14\n\x10NEXT_HOP_NETWORK\x10\x03\x12\x14\n\x10NEXT_HOP_PEERING\x10\x04\x12\x19\n\x15NEXT_HOP_INTERCONNECT\x10\x05\x12\x17\n\x13NEXT_HOP_VPN_TUNNEL\x10\x06\x12\x18\n\x14NEXT_HOP_VPN_GATEWAY\x10\x07\x12\x1d\n\x19NEXT_HOP_INTERNET_GATEWAY\x10\x08\x12\x16\n\x12NEXT_HOP_BLACKHOLE\x10\t\x12\x10\n\x0cNEXT_HOP_ILB\x10\n\x12\x1d\n\x19NEXT_HOP_ROUTER_APPLIANCE\x10\x0b\x12\x14\n\x10NEXT_HOP_NCC_HUB\x10\x0c\x12\x1c\n\x18SECURE_WEB_PROXY_GATEWAY\x10\r\"C\n\nRouteScope\x12\x1b\n\x17ROUTE_SCOPE_UNSPECIFIED\x10\x00\x12\x0b\n\x07NETWORK\x10\x01\x12\x0b\n\x07NCC_HUB\x10\x02\x42\x0e\n\x0c_ncc_hub_uriB\x10\n\x0e_ncc_spoke_uriB%\n#_advertised_route_source_router_uriB \n\x1e_advertised_route_next_hop_uri\"\xda\x02\n\x11GoogleServiceInfo\x12\x11\n\tsource_ip\x18\x01 \x01(\t\x12\x63\n\x13google_service_type\x18\x02 \x01(\x0e\x32\x46.google.cloud.networkmanagement.v1.GoogleServiceInfo.GoogleServiceType\"\xcc\x01\n\x11GoogleServiceType\x12#\n\x1fGOOGLE_SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03IAP\x10\x01\x12$\n GFE_PROXY_OR_HEALTH_CHECK_PROBER\x10\x02\x12\r\n\tCLOUD_DNS\x10\x03\x12\x0e\n\nGOOGLE_API\x10\x04\x12\x12\n\x0eGOOGLE_API_PSC\x10\x05\x12\x15\n\x11GOOGLE_API_VPC_SC\x10\x06\x12\x19\n\x15SERVERLESS_VPC_ACCESS\x10\x07\"\x8e\x02\n\x12\x46orwardingRuleInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x18\n\x10matched_protocol\x18\x03 \x01(\t\x12\x1a\n\x12matched_port_range\x18\x06 \x01(\t\x12\x0b\n\x03vip\x18\x04 \x01(\t\x12\x0e\n\x06target\x18\x05 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x07 \x01(\t\x12\x0e\n\x06region\x18\x08 \x01(\t\x12\x1a\n\x12load_balancer_name\x18\t \x01(\t\x12\"\n\x1apsc_service_attachment_uri\x18\n \x01(\t\x12\x1d\n\x15psc_google_api_target\x18\x0b \x01(\t\"\xc2\x04\n\x10LoadBalancerInfo\x12`\n\x12load_balancer_type\x18\x01 \x01(\x0e\x32\x44.google.cloud.networkmanagement.v1.LoadBalancerInfo.LoadBalancerType\x12\x1c\n\x10health_check_uri\x18\x02 \x01(\tB\x02\x18\x01\x12H\n\x08\x62\x61\x63kends\x18\x03 \x03(\x0b\x32\x36.google.cloud.networkmanagement.v1.LoadBalancerBackend\x12U\n\x0c\x62\x61\x63kend_type\x18\x04 \x01(\x0e\x32?.google.cloud.networkmanagement.v1.LoadBalancerInfo.BackendType\x12\x13\n\x0b\x62\x61\x63kend_uri\x18\x05 \x01(\t\"\x8f\x01\n\x10LoadBalancerType\x12\"\n\x1eLOAD_BALANCER_TYPE_UNSPECIFIED\x10\x00\x12\x14\n\x10INTERNAL_TCP_UDP\x10\x01\x12\x13\n\x0fNETWORK_TCP_UDP\x10\x02\x12\x0e\n\nHTTP_PROXY\x10\x03\x12\r\n\tTCP_PROXY\x10\x04\x12\r\n\tSSL_PROXY\x10\x05\"f\n\x0b\x42\x61\x63kendType\x12\x1c\n\x18\x42\x41\x43KEND_TYPE_UNSPECIFIED\x10\x00\x12\x13\n\x0f\x42\x41\x43KEND_SERVICE\x10\x01\x12\x0f\n\x0bTARGET_POOL\x10\x02\x12\x13\n\x0fTARGET_INSTANCE\x10\x03\"\xf6\x02\n\x13LoadBalancerBackend\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12t\n\x1bhealth_check_firewall_state\x18\x03 \x01(\x0e\x32O.google.cloud.networkmanagement.v1.LoadBalancerBackend.HealthCheckFirewallState\x12,\n$health_check_allowing_firewall_rules\x18\x04 \x03(\t\x12,\n$health_check_blocking_firewall_rules\x18\x05 \x03(\t\"j\n\x18HealthCheckFirewallState\x12+\n\'HEALTH_CHECK_FIREWALL_STATE_UNSPECIFIED\x10\x00\x12\x0e\n\nCONFIGURED\x10\x01\x12\x11\n\rMISCONFIGURED\x10\x02\"E\n\x10HybridSubnetInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x0e\n\x06region\x18\x03 \x01(\t\"\x84\x01\n\x0eVpnGatewayInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\x12\x12\n\nip_address\x18\x04 \x01(\t\x12\x16\n\x0evpn_tunnel_uri\x18\x05 \x01(\t\x12\x0e\n\x06region\x18\x06 \x01(\t\"\xee\x02\n\rVpnTunnelInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x16\n\x0esource_gateway\x18\x03 \x01(\t\x12\x16\n\x0eremote_gateway\x18\x04 \x01(\t\x12\x19\n\x11remote_gateway_ip\x18\x05 \x01(\t\x12\x19\n\x11source_gateway_ip\x18\x06 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x07 \x01(\t\x12\x0e\n\x06region\x18\x08 \x01(\t\x12R\n\x0crouting_type\x18\t \x01(\x0e\x32<.google.cloud.networkmanagement.v1.VpnTunnelInfo.RoutingType\"[\n\x0bRoutingType\x12\x1c\n\x18ROUTING_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bROUTE_BASED\x10\x01\x12\x10\n\x0cPOLICY_BASED\x10\x02\x12\x0b\n\x07\x44YNAMIC\x10\x03\"\xeb\x02\n\x1aInterconnectAttachmentInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x18\n\x10interconnect_uri\x18\x03 \x01(\t\x12\x0e\n\x06region\x18\x04 \x01(\t\x12\x18\n\x10\x63loud_router_uri\x18\x05 \x01(\t\x12P\n\x04type\x18\x06 \x01(\x0e\x32\x42.google.cloud.networkmanagement.v1.InterconnectAttachmentInfo.Type\x12\x32\n l2_attachment_matched_ip_address\x18\x07 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\"`\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tDEDICATED\x10\x01\x12\x0b\n\x07PARTNER\x10\x02\x12\x14\n\x10PARTNER_PROVIDER\x10\x03\x12\x10\n\x0cL2_DEDICATED\x10\x04\"\xd1\x01\n\x0c\x45ndpointInfo\x12\x11\n\tsource_ip\x18\x01 \x01(\t\x12\x16\n\x0e\x64\x65stination_ip\x18\x02 \x01(\t\x12\x10\n\x08protocol\x18\x03 \x01(\t\x12\x13\n\x0bsource_port\x18\x04 \x01(\x05\x12\x18\n\x10\x64\x65stination_port\x18\x05 \x01(\x05\x12\x1a\n\x12source_network_uri\x18\x06 \x01(\t\x12\x1f\n\x17\x64\x65stination_network_uri\x18\x07 \x01(\t\x12\x18\n\x10source_agent_uri\x18\x08 \x01(\t\"\xd4\x06\n\x0b\x44\x65liverInfo\x12\x45\n\x06target\x18\x01 \x01(\x0e\x32\x35.google.cloud.networkmanagement.v1.DeliverInfo.Target\x12\x14\n\x0cresource_uri\x18\x02 \x01(\t\x12\x1c\n\nip_address\x18\x03 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12\x16\n\x0estorage_bucket\x18\x04 \x01(\t\x12\x1d\n\x15psc_google_api_target\x18\x05 \x01(\t\x12]\n\x13google_service_type\x18\x06 \x01(\x0e\x32@.google.cloud.networkmanagement.v1.DeliverInfo.GoogleServiceType\"\x84\x03\n\x06Target\x12\x16\n\x12TARGET_UNSPECIFIED\x10\x00\x12\x0c\n\x08INSTANCE\x10\x01\x12\x0c\n\x08INTERNET\x10\x02\x12\x0e\n\nGOOGLE_API\x10\x03\x12\x0e\n\nGKE_MASTER\x10\x04\x12\x16\n\x12\x43LOUD_SQL_INSTANCE\x10\x05\x12\x19\n\x15PSC_PUBLISHED_SERVICE\x10\x06\x12\x12\n\x0ePSC_GOOGLE_API\x10\x07\x12\x0e\n\nPSC_VPC_SC\x10\x08\x12\x12\n\x0eSERVERLESS_NEG\x10\t\x12\x12\n\x0eSTORAGE_BUCKET\x10\n\x12\x13\n\x0fPRIVATE_NETWORK\x10\x0b\x12\x12\n\x0e\x43LOUD_FUNCTION\x10\x0c\x12\x16\n\x12\x41PP_ENGINE_VERSION\x10\r\x12\x16\n\x12\x43LOUD_RUN_REVISION\x10\x0e\x12\x1a\n\x16GOOGLE_MANAGED_SERVICE\x10\x0f\x12\x12\n\x0eREDIS_INSTANCE\x10\x10\x12\x11\n\rREDIS_CLUSTER\x10\x11\x12\x0b\n\x07GKE_POD\x10\x13\"\xac\x01\n\x11GoogleServiceType\x12#\n\x1fGOOGLE_SERVICE_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03IAP\x10\x01\x12$\n GFE_PROXY_OR_HEALTH_CHECK_PROBER\x10\x02\x12\r\n\tCLOUD_DNS\x10\x03\x12\x19\n\x15PRIVATE_GOOGLE_ACCESS\x10\x04\x12\x19\n\x15SERVERLESS_VPC_ACCESS\x10\x05\"\x89\x03\n\x0b\x46orwardInfo\x12\x45\n\x06target\x18\x01 \x01(\x0e\x32\x35.google.cloud.networkmanagement.v1.ForwardInfo.Target\x12\x14\n\x0cresource_uri\x18\x02 \x01(\t\x12\x1c\n\nip_address\x18\x03 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\"\xfe\x01\n\x06Target\x12\x16\n\x12TARGET_UNSPECIFIED\x10\x00\x12\x0f\n\x0bPEERING_VPC\x10\x01\x12\x0f\n\x0bVPN_GATEWAY\x10\x02\x12\x10\n\x0cINTERCONNECT\x10\x03\x12\x12\n\nGKE_MASTER\x10\x04\x1a\x02\x08\x01\x12\"\n\x1eIMPORTED_CUSTOM_ROUTE_NEXT_HOP\x10\x05\x12\x1a\n\x12\x43LOUD_SQL_INSTANCE\x10\x06\x1a\x02\x08\x01\x12\x13\n\x0f\x41NOTHER_PROJECT\x10\x07\x12\x0b\n\x07NCC_HUB\x10\x08\x12\x14\n\x10ROUTER_APPLIANCE\x10\t\x12\x1c\n\x18SECURE_WEB_PROXY_GATEWAY\x10\n\"\x85\r\n\tAbortInfo\x12\x41\n\x05\x63\x61use\x18\x01 \x01(\x0e\x32\x32.google.cloud.networkmanagement.v1.AbortInfo.Cause\x12\x14\n\x0cresource_uri\x18\x02 \x01(\t\x12\x1c\n\nip_address\x18\x04 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12#\n\x1bprojects_missing_permission\x18\x03 \x03(\t\"\xdb\x0b\n\x05\x43\x61use\x12\x15\n\x11\x43\x41USE_UNSPECIFIED\x10\x00\x12\x17\n\x0fUNKNOWN_NETWORK\x10\x01\x1a\x02\x08\x01\x12\x17\n\x0fUNKNOWN_PROJECT\x10\x03\x1a\x02\x08\x01\x12\x16\n\x0eNO_EXTERNAL_IP\x10\x07\x1a\x02\x08\x01\x12\x1e\n\x16UNINTENDED_DESTINATION\x10\x08\x1a\x02\x08\x01\x12!\n\x19SOURCE_ENDPOINT_NOT_FOUND\x10\x0b\x1a\x02\x08\x01\x12!\n\x19MISMATCHED_SOURCE_NETWORK\x10\x0c\x1a\x02\x08\x01\x12&\n\x1e\x44\x45STINATION_ENDPOINT_NOT_FOUND\x10\r\x1a\x02\x08\x01\x12&\n\x1eMISMATCHED_DESTINATION_NETWORK\x10\x0e\x1a\x02\x08\x01\x12\x0e\n\nUNKNOWN_IP\x10\x02\x12%\n!GOOGLE_MANAGED_SERVICE_UNKNOWN_IP\x10 \x12+\n\'SOURCE_IP_ADDRESS_NOT_IN_SOURCE_NETWORK\x10\x17\x12\x15\n\x11PERMISSION_DENIED\x10\x04\x12*\n&PERMISSION_DENIED_NO_CLOUD_NAT_CONFIGS\x10\x1c\x12-\n)PERMISSION_DENIED_NO_NEG_ENDPOINT_CONFIGS\x10\x1d\x12-\n)PERMISSION_DENIED_NO_CLOUD_ROUTER_CONFIGS\x10$\x12\x16\n\x12NO_SOURCE_LOCATION\x10\x05\x12\"\n\x1eNO_SOURCE_GCP_NETWORK_LOCATION\x10*\x12&\n\"NO_SOURCE_NON_GCP_NETWORK_LOCATION\x10+\x12\x1f\n\x1bNO_SOURCE_INTERNET_LOCATION\x10,\x12\x14\n\x10INVALID_ARGUMENT\x10\x06\x12\x12\n\x0eTRACE_TOO_LONG\x10\t\x12\x12\n\x0eINTERNAL_ERROR\x10\n\x12\x0f\n\x0bUNSUPPORTED\x10\x0f\x12\x19\n\x15MISMATCHED_IP_VERSION\x10\x10\x12&\n\"GKE_KONNECTIVITY_PROXY_UNSUPPORTED\x10\x11\x12\x1d\n\x19RESOURCE_CONFIG_NOT_FOUND\x10\x12\x12 \n\x1cVM_INSTANCE_CONFIG_NOT_FOUND\x10\x18\x12\x1c\n\x18NETWORK_CONFIG_NOT_FOUND\x10\x19\x12\x1d\n\x19\x46IREWALL_CONFIG_NOT_FOUND\x10\x1a\x12\x1a\n\x16ROUTE_CONFIG_NOT_FOUND\x10\x1b\x12\x31\n-GOOGLE_MANAGED_SERVICE_AMBIGUOUS_PSC_ENDPOINT\x10\x13\x12-\n)GOOGLE_MANAGED_SERVICE_AMBIGUOUS_ENDPOINT\x10\'\x12$\n SOURCE_PSC_CLOUD_SQL_UNSUPPORTED\x10\x14\x12)\n%SOURCE_EXTERNAL_CLOUD_SQL_UNSUPPORTED\x10-\x12$\n SOURCE_REDIS_CLUSTER_UNSUPPORTED\x10\"\x12%\n!SOURCE_REDIS_INSTANCE_UNSUPPORTED\x10#\x12&\n\"SOURCE_FORWARDING_RULE_UNSUPPORTED\x10\x15\x12\x1b\n\x17NON_ROUTABLE_IP_ADDRESS\x10\x16\x12+\n\'UNKNOWN_ISSUE_IN_GOOGLE_MANAGED_PROJECT\x10\x1e\x12-\n)UNSUPPORTED_GOOGLE_MANAGED_PROJECT_CONFIG\x10\x1f\x12\x1b\n\x17NO_SERVERLESS_IP_RANGES\x10%\x12 \n\x1cIP_VERSION_PROTOCOL_MISMATCH\x10(\x12%\n!GKE_POD_UNKNOWN_ENDPOINT_LOCATION\x10)\"\xb1\"\n\x08\x44ropInfo\x12@\n\x05\x63\x61use\x18\x01 \x01(\x0e\x32\x31.google.cloud.networkmanagement.v1.DropInfo.Cause\x12\x14\n\x0cresource_uri\x18\x02 \x01(\t\x12\x11\n\tsource_ip\x18\x03 \x01(\t\x12\x16\n\x0e\x64\x65stination_ip\x18\x04 \x01(\t\x12\x0e\n\x06region\x18\x05 \x01(\t\x12\x1f\n\x17source_geolocation_code\x18\x06 \x01(\t\x12$\n\x1c\x64\x65stination_geolocation_code\x18\x07 \x01(\t\"\xca \n\x05\x43\x61use\x12\x15\n\x11\x43\x41USE_UNSPECIFIED\x10\x00\x12\x1c\n\x18UNKNOWN_EXTERNAL_ADDRESS\x10\x01\x12\x19\n\x15\x46OREIGN_IP_DISALLOWED\x10\x02\x12\x11\n\rFIREWALL_RULE\x10\x03\x12\x0c\n\x08NO_ROUTE\x10\x04\x12\x13\n\x0fROUTE_BLACKHOLE\x10\x05\x12\x17\n\x13ROUTE_WRONG_NETWORK\x10\x06\x12*\n&ROUTE_NEXT_HOP_IP_ADDRESS_NOT_RESOLVED\x10*\x12%\n!ROUTE_NEXT_HOP_RESOURCE_NOT_FOUND\x10+\x12)\n%ROUTE_NEXT_HOP_INSTANCE_WRONG_NETWORK\x10\x31\x12*\n&ROUTE_NEXT_HOP_INSTANCE_NON_PRIMARY_IP\x10\x32\x12.\n*ROUTE_NEXT_HOP_FORWARDING_RULE_IP_MISMATCH\x10\x33\x12-\n)ROUTE_NEXT_HOP_VPN_TUNNEL_NOT_ESTABLISHED\x10\x34\x12/\n+ROUTE_NEXT_HOP_FORWARDING_RULE_TYPE_INVALID\x10\x35\x12\x32\n.NO_ROUTE_FROM_INTERNET_TO_PRIVATE_IPV6_ADDRESS\x10,\x12\x32\n.NO_ROUTE_FROM_INTERNET_TO_PRIVATE_IPV4_ADDRESS\x10m\x12>\n:NO_ROUTE_FROM_EXTERNAL_IPV6_SOURCE_TO_PRIVATE_IPV6_ADDRESS\x10\x62\x12&\n\"VPN_TUNNEL_LOCAL_SELECTOR_MISMATCH\x10-\x12\'\n#VPN_TUNNEL_REMOTE_SELECTOR_MISMATCH\x10.\x12\x1f\n\x1bPRIVATE_TRAFFIC_TO_INTERNET\x10\x07\x12$\n PRIVATE_GOOGLE_ACCESS_DISALLOWED\x10\x08\x12\x34\n0PRIVATE_GOOGLE_ACCESS_VIA_VPN_TUNNEL_UNSUPPORTED\x10/\x12\x17\n\x13NO_EXTERNAL_ADDRESS\x10\t\x12\x1c\n\x18UNKNOWN_INTERNAL_ADDRESS\x10\n\x12\x1c\n\x18\x46ORWARDING_RULE_MISMATCH\x10\x0b\x12 \n\x1c\x46ORWARDING_RULE_NO_INSTANCES\x10\x0c\x12\x38\n4FIREWALL_BLOCKING_LOAD_BALANCER_BACKEND_HEALTH_CHECK\x10\r\x12:\n6INGRESS_FIREWALL_TAGS_UNSUPPORTED_BY_DIRECT_VPC_EGRESS\x10U\x12\x18\n\x14INSTANCE_NOT_RUNNING\x10\x0e\x12\x1b\n\x17GKE_CLUSTER_NOT_RUNNING\x10\x1b\x12\x17\n\x13GKE_POD_NOT_RUNNING\x10g\x12\"\n\x1e\x43LOUD_SQL_INSTANCE_NOT_RUNNING\x10\x1c\x12\x1e\n\x1aREDIS_INSTANCE_NOT_RUNNING\x10\x44\x12\x1d\n\x19REDIS_CLUSTER_NOT_RUNNING\x10\x45\x12\x18\n\x14TRAFFIC_TYPE_BLOCKED\x10\x0f\x12\"\n\x1eGKE_MASTER_UNAUTHORIZED_ACCESS\x10\x10\x12*\n&CLOUD_SQL_INSTANCE_UNAUTHORIZED_ACCESS\x10\x11\x12\x1e\n\x1a\x44ROPPED_INSIDE_GKE_SERVICE\x10\x12\x12$\n DROPPED_INSIDE_CLOUD_SQL_SERVICE\x10\x13\x12%\n!GOOGLE_MANAGED_SERVICE_NO_PEERING\x10\x14\x12*\n&GOOGLE_MANAGED_SERVICE_NO_PSC_ENDPOINT\x10&\x12\x1c\n\x18GKE_PSC_ENDPOINT_MISSING\x10$\x12$\n CLOUD_SQL_INSTANCE_NO_IP_ADDRESS\x10\x15\x12%\n!GKE_CONTROL_PLANE_REGION_MISMATCH\x10\x1e\x12\x33\n/PUBLIC_GKE_CONTROL_PLANE_TO_PRIVATE_DESTINATION\x10\x1f\x12\x1e\n\x1aGKE_CONTROL_PLANE_NO_ROUTE\x10 \x12:\n6CLOUD_SQL_INSTANCE_NOT_CONFIGURED_FOR_EXTERNAL_TRAFFIC\x10!\x12\x34\n0PUBLIC_CLOUD_SQL_INSTANCE_TO_PRIVATE_DESTINATION\x10\"\x12\x1f\n\x1b\x43LOUD_SQL_INSTANCE_NO_ROUTE\x10#\x12 \n\x1c\x43LOUD_SQL_CONNECTOR_REQUIRED\x10?\x12\x1d\n\x19\x43LOUD_FUNCTION_NOT_ACTIVE\x10\x16\x12\x19\n\x15VPC_CONNECTOR_NOT_SET\x10\x17\x12\x1d\n\x19VPC_CONNECTOR_NOT_RUNNING\x10\x18\x12,\n(VPC_CONNECTOR_SERVERLESS_TRAFFIC_BLOCKED\x10<\x12.\n*VPC_CONNECTOR_HEALTH_CHECK_TRAFFIC_BLOCKED\x10=\x12#\n\x1f\x46ORWARDING_RULE_REGION_MISMATCH\x10\x19\x12\x1f\n\x1bPSC_CONNECTION_NOT_ACCEPTED\x10\x1a\x12-\n)PSC_ENDPOINT_ACCESSED_FROM_PEERED_NETWORK\x10)\x12.\n*PSC_NEG_PRODUCER_ENDPOINT_NO_GLOBAL_ACCESS\x10\x30\x12\x33\n/PSC_NEG_PRODUCER_FORWARDING_RULE_MULTIPLE_PORTS\x10\x36\x12!\n\x1d\x43LOUD_SQL_PSC_NEG_UNSUPPORTED\x10:\x12-\n)NO_NAT_SUBNETS_FOR_PSC_SERVICE_ATTACHMENT\x10\x39\x12#\n\x1fPSC_TRANSITIVITY_NOT_PROPAGATED\x10@\x12(\n$HYBRID_NEG_NON_DYNAMIC_ROUTE_MATCHED\x10\x37\x12.\n*HYBRID_NEG_NON_LOCAL_DYNAMIC_ROUTE_MATCHED\x10\x38\x12 \n\x1c\x43LOUD_RUN_REVISION_NOT_READY\x10\x1d\x12\'\n#DROPPED_INSIDE_PSC_SERVICE_PRODUCER\x10%\x12%\n!LOAD_BALANCER_HAS_NO_PROXY_SUBNET\x10\'\x12\x1a\n\x16\x43LOUD_NAT_NO_ADDRESSES\x10(\x12\x10\n\x0cROUTING_LOOP\x10;\x12)\n%DROPPED_INSIDE_GOOGLE_MANAGED_SERVICE\x10>\x12)\n%LOAD_BALANCER_BACKEND_INVALID_NETWORK\x10\x41\x12*\n&BACKEND_SERVICE_NAMED_PORT_NOT_DEFINED\x10\x42\x12\'\n#DESTINATION_IS_PRIVATE_NAT_IP_RANGE\x10\x43\x12)\n%DROPPED_INSIDE_REDIS_INSTANCE_SERVICE\x10\x46\x12#\n\x1fREDIS_INSTANCE_UNSUPPORTED_PORT\x10G\x12/\n+REDIS_INSTANCE_CONNECTING_FROM_PUPI_ADDRESS\x10H\x12\x32\n.REDIS_INSTANCE_NO_ROUTE_TO_DESTINATION_NETWORK\x10I\x12!\n\x1dREDIS_INSTANCE_NO_EXTERNAL_IP\x10J\x12\'\n#REDIS_INSTANCE_UNSUPPORTED_PROTOCOL\x10N\x12(\n$DROPPED_INSIDE_REDIS_CLUSTER_SERVICE\x10K\x12\"\n\x1eREDIS_CLUSTER_UNSUPPORTED_PORT\x10L\x12 \n\x1cREDIS_CLUSTER_NO_EXTERNAL_IP\x10M\x12&\n\"REDIS_CLUSTER_UNSUPPORTED_PROTOCOL\x10O\x12*\n&NO_ADVERTISED_ROUTE_TO_GCP_DESTINATION\x10P\x12*\n&NO_TRAFFIC_SELECTOR_TO_GCP_DESTINATION\x10Q\x12\x35\n1NO_KNOWN_ROUTE_FROM_PEERED_NETWORK_TO_DESTINATION\x10R\x12+\n\'PRIVATE_NAT_TO_PSC_ENDPOINT_UNSUPPORTED\x10S\x12\"\n\x1ePSC_PORT_MAPPING_PORT_MISMATCH\x10V\x12\x37\n3PSC_PORT_MAPPING_WITHOUT_PSC_CONNECTION_UNSUPPORTED\x10W\x12\x33\n/UNSUPPORTED_ROUTE_MATCHED_FOR_NAT64_DESTINATION\x10X\x12\x37\n3TRAFFIC_FROM_HYBRID_ENDPOINT_TO_INTERNET_DISALLOWED\x10Y\x12\x1d\n\x19NO_MATCHING_NAT64_GATEWAY\x10Z\x12$\n NO_CONFIGURED_PRIVATE_NAT64_RULE\x10k\x12-\n)LOAD_BALANCER_BACKEND_IP_VERSION_MISMATCH\x10`\x12\x32\n.NO_KNOWN_ROUTE_FROM_NCC_NETWORK_TO_DESTINATION\x10\x61\x12\"\n\x1e\x43LOUD_NAT_PROTOCOL_UNSUPPORTED\x10\x63\x12(\n$L2_INTERCONNECT_UNSUPPORTED_PROTOCOL\x10\x64\x12$\n L2_INTERCONNECT_UNSUPPORTED_PORT\x10\x65\x12+\n\'L2_INTERCONNECT_DESTINATION_IP_MISMATCH\x10\x66\x12.\n*NCC_ROUTE_WITHIN_HYBRID_SUBNET_UNSUPPORTED\x10h\x12!\n\x1dHYBRID_SUBNET_REGION_MISMATCH\x10i\x12\x1a\n\x16HYBRID_SUBNET_NO_ROUTE\x10j\x12\x16\n\x12GKE_NETWORK_POLICY\x10l\x12=\n9NO_VALID_ROUTE_FROM_GOOGLE_MANAGED_NETWORK_TO_DESTINATION\x10n\"\x81\x01\n\rGKEMasterInfo\x12\x13\n\x0b\x63luster_uri\x18\x02 \x01(\t\x12\x1b\n\x13\x63luster_network_uri\x18\x04 \x01(\t\x12\x13\n\x0binternal_ip\x18\x05 \x01(\t\x12\x13\n\x0b\x65xternal_ip\x18\x06 \x01(\t\x12\x14\n\x0c\x64ns_endpoint\x18\x07 \x01(\t\"P\n\nGkePodInfo\x12\x0f\n\x07pod_uri\x18\x01 \x01(\t\x12\x1c\n\nip_address\x18\x02 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\"\xbf\x03\n\x19IpMasqueradingSkippedInfo\x12S\n\x06reason\x18\x01 \x01(\x0e\x32\x43.google.cloud.networkmanagement.v1.IpMasqueradingSkippedInfo.Reason\x12\x1c\n\x14non_masquerade_range\x18\x02 \x01(\t\"\xae\x02\n\x06Reason\x12\x16\n\x12REASON_UNSPECIFIED\x10\x00\x12\x35\n1DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE\x10\x01\x12\x32\n.DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE\x10\x02\x12\x1c\n\x18\x44\x45STINATION_ON_SAME_NODE\x10\x03\x12\x19\n\x15\x44\x45\x46\x41ULT_SNAT_DISABLED\x10\x04\x12\x1c\n\x18NO_MASQUERADING_FOR_IPV6\x10\x05\x12#\n\x1fPOD_USES_NODE_NETWORK_NAMESPACE\x10\x06\x12%\n!NO_MASQUERADING_FOR_RETURN_PACKET\x10\x07\"\\\n\x14GkeNetworkPolicyInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x11\n\tdirection\x18\x03 \x01(\t\x12\x0e\n\x06\x61\x63tion\x18\x04 \x01(\t\"\xde\x02\n\x1bGkeNetworkPolicySkippedInfo\x12U\n\x06reason\x18\x01 \x01(\x0e\x32\x45.google.cloud.networkmanagement.v1.GkeNetworkPolicySkippedInfo.Reason\"\xe7\x01\n\x06Reason\x12\x16\n\x12REASON_UNSPECIFIED\x10\x00\x12\x1b\n\x17NETWORK_POLICY_DISABLED\x10\x01\x12\x1f\n\x1bINGRESS_SOURCE_ON_SAME_NODE\x10\x02\x12*\n&EGRESS_FROM_NODE_NETWORK_NAMESPACE_POD\x10\x03\x12\x32\n.NETWORK_POLICY_NOT_APPLIED_TO_RESPONSE_TRAFFIC\x10\x04\x12\'\n#NETWORK_POLICY_ANALYSIS_UNSUPPORTED\x10\x64\"\x88\x01\n\x14\x43loudSQLInstanceInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x04 \x01(\t\x12\x13\n\x0binternal_ip\x18\x05 \x01(\t\x12\x13\n\x0b\x65xternal_ip\x18\x06 \x01(\t\x12\x0e\n\x06region\x18\x07 \x01(\t\"\x92\x01\n\x11RedisInstanceInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\x12\x1b\n\x13primary_endpoint_ip\x18\x04 \x01(\t\x12\x18\n\x10read_endpoint_ip\x18\x05 \x01(\t\x12\x0e\n\x06region\x18\x06 \x01(\t\"\xbe\x01\n\x10RedisClusterInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\x12/\n\x1d\x64iscovery_endpoint_ip_address\x18\x04 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12/\n\x1dsecondary_endpoint_ip_address\x18\x05 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12\x10\n\x08location\x18\x06 \x01(\t\"\\\n\x11\x43loudFunctionInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x10\n\x08location\x18\x03 \x01(\t\x12\x12\n\nversion_id\x18\x04 \x01(\x03\"`\n\x14\x43loudRunRevisionInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x10\n\x08location\x18\x04 \x01(\t\x12\x13\n\x0bservice_uri\x18\x05 \x01(\t\"_\n\x14\x41ppEngineVersionInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x0f\n\x07runtime\x18\x03 \x01(\t\x12\x13\n\x0b\x65nvironment\x18\x04 \x01(\t\"G\n\x10VpcConnectorInfo\x12\x14\n\x0c\x64isplay_name\x18\x01 \x01(\t\x12\x0b\n\x03uri\x18\x02 \x01(\t\x12\x10\n\x08location\x18\x03 \x01(\t\"\xa8\x01\n\x1d\x44irectVpcEgressConnectionInfo\x12\x13\n\x0bnetwork_uri\x18\x01 \x01(\t\x12\x16\n\x0esubnetwork_uri\x18\x02 \x01(\t\x12#\n\x11selected_ip_range\x18\x03 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12%\n\x13selected_ip_address\x18\x04 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\x12\x0e\n\x06region\x18\x05 \x01(\t\"I\n ServerlessExternalConnectionInfo\x12%\n\x13selected_ip_address\x18\x01 \x01(\tB\x08\xe2\x8c\xcf\xd7\x08\x02\x08\x04\"\x91\x06\n\x07NatInfo\x12=\n\x04type\x18\x01 \x01(\x0e\x32/.google.cloud.networkmanagement.v1.NatInfo.Type\x12\x10\n\x08protocol\x18\x02 \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x03 \x01(\t\x12\x15\n\rold_source_ip\x18\x04 \x01(\t\x12\x15\n\rnew_source_ip\x18\x05 \x01(\t\x12\x1a\n\x12old_destination_ip\x18\x06 \x01(\t\x12\x1a\n\x12new_destination_ip\x18\x07 \x01(\t\x12\x17\n\x0fold_source_port\x18\x08 \x01(\x05\x12\x17\n\x0fnew_source_port\x18\t \x01(\x05\x12\x1c\n\x14old_destination_port\x18\n \x01(\x05\x12\x1c\n\x14new_destination_port\x18\x0b \x01(\x05\x12\x12\n\nrouter_uri\x18\x0c \x01(\t\x12\x18\n\x10nat_gateway_name\x18\r \x01(\t\x12^\n\x16\x63loud_nat_gateway_type\x18\x0e \x01(\x0e\x32>.google.cloud.networkmanagement.v1.NatInfo.CloudNatGatewayType\"\x99\x01\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14INTERNAL_TO_EXTERNAL\x10\x01\x12\x18\n\x14\x45XTERNAL_TO_INTERNAL\x10\x02\x12\r\n\tCLOUD_NAT\x10\x03\x12\x1b\n\x17PRIVATE_SERVICE_CONNECT\x10\x04\x12\x1b\n\x17GKE_POD_IP_MASQUERADING\x10\x05\"\xa1\x01\n\x13\x43loudNatGatewayType\x12&\n\"CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPUBLIC_NAT44\x10\x01\x12\x10\n\x0cPUBLIC_NAT64\x10\x02\x12\x13\n\x0fPRIVATE_NAT_NCC\x10\x03\x12\x16\n\x12PRIVATE_NAT_HYBRID\x10\x04\x12\x11\n\rPRIVATE_NAT64\x10\x05\"\xa4\x02\n\x13ProxyConnectionInfo\x12\x10\n\x08protocol\x18\x01 \x01(\t\x12\x15\n\rold_source_ip\x18\x02 \x01(\t\x12\x15\n\rnew_source_ip\x18\x03 \x01(\t\x12\x1a\n\x12old_destination_ip\x18\x04 \x01(\t\x12\x1a\n\x12new_destination_ip\x18\x05 \x01(\t\x12\x17\n\x0fold_source_port\x18\x06 \x01(\x05\x12\x17\n\x0fnew_source_port\x18\x07 \x01(\x05\x12\x1c\n\x14old_destination_port\x18\x08 \x01(\x05\x12\x1c\n\x14new_destination_port\x18\t \x01(\x05\x12\x12\n\nsubnet_uri\x18\n \x01(\t\x12\x13\n\x0bnetwork_uri\x18\x0b \x01(\t\"\xf2\x04\n\x17LoadBalancerBackendInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x0cinstance_uri\x18\x02 \x01(\t\x12\x1b\n\x13\x62\x61\x63kend_service_uri\x18\x03 \x01(\t\x12\x1a\n\x12instance_group_uri\x18\x04 \x01(\t\x12\"\n\x1anetwork_endpoint_group_uri\x18\x05 \x01(\t\x12\x1a\n\x12\x62\x61\x63kend_bucket_uri\x18\x08 \x01(\t\x12\"\n\x1apsc_service_attachment_uri\x18\t \x01(\t\x12\x1d\n\x15psc_google_api_target\x18\n \x01(\t\x12\x18\n\x10health_check_uri\x18\x06 \x01(\t\x12\x8c\x01\n#health_check_firewalls_config_state\x18\x07 \x01(\x0e\x32Z.google.cloud.networkmanagement.v1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigStateB\x03\xe0\x41\x03\"\xcd\x01\n\x1fHealthCheckFirewallsConfigState\x12\x33\n/HEALTH_CHECK_FIREWALLS_CONFIG_STATE_UNSPECIFIED\x10\x00\x12\x18\n\x14\x46IREWALLS_CONFIGURED\x10\x01\x12\"\n\x1e\x46IREWALLS_PARTIALLY_CONFIGURED\x10\x02\x12\x1c\n\x18\x46IREWALLS_NOT_CONFIGURED\x10\x03\x12\x19\n\x15\x46IREWALLS_UNSUPPORTED\x10\x04\"#\n\x11StorageBucketInfo\x12\x0e\n\x06\x62ucket\x18\x01 \x01(\t\"$\n\x11ServerlessNegInfo\x12\x0f\n\x07neg_uri\x18\x01 \x01(\t\">\n\x18NgfwPacketInspectionInfo\x12\"\n\x1asecurity_profile_group_uri\x18\x01 \x01(\t*\xf6\x02\n\x10LoadBalancerType\x12\"\n\x1eLOAD_BALANCER_TYPE_UNSPECIFIED\x10\x00\x12 \n\x1cHTTPS_ADVANCED_LOAD_BALANCER\x10\x01\x12\x17\n\x13HTTPS_LOAD_BALANCER\x10\x02\x12 \n\x1cREGIONAL_HTTPS_LOAD_BALANCER\x10\x03\x12 \n\x1cINTERNAL_HTTPS_LOAD_BALANCER\x10\x04\x12\x1b\n\x17SSL_PROXY_LOAD_BALANCER\x10\x05\x12\x1b\n\x17TCP_PROXY_LOAD_BALANCER\x10\x06\x12$\n INTERNAL_TCP_PROXY_LOAD_BALANCER\x10\x07\x12\x19\n\x15NETWORK_LOAD_BALANCER\x10\x08\x12 \n\x1cLEGACY_NETWORK_LOAD_BALANCER\x10\t\x12\"\n\x1eTCP_UDP_INTERNAL_LOAD_BALANCER\x10\nB\xf9\x01\n%com.google.cloud.networkmanagement.v1B\nTraceProtoP\x01ZScloud.google.com/go/networkmanagement/apiv1/networkmanagementpb;networkmanagementpb\xaa\x02!Google.Cloud.NetworkManagement.V1\xca\x02!Google\\Cloud\\NetworkManagement\\V1\xea\x02$Google::Cloud::NetworkManagement::V1b\x06proto3"
|
|
12
12
|
|
|
13
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
14
14
|
|
|
@@ -76,6 +76,12 @@ module Google
|
|
|
76
76
|
DropInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.DropInfo").msgclass
|
|
77
77
|
DropInfo::Cause = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.DropInfo.Cause").enummodule
|
|
78
78
|
GKEMasterInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.GKEMasterInfo").msgclass
|
|
79
|
+
GkePodInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.GkePodInfo").msgclass
|
|
80
|
+
IpMasqueradingSkippedInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.IpMasqueradingSkippedInfo").msgclass
|
|
81
|
+
IpMasqueradingSkippedInfo::Reason = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.IpMasqueradingSkippedInfo.Reason").enummodule
|
|
82
|
+
GkeNetworkPolicyInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.GkeNetworkPolicyInfo").msgclass
|
|
83
|
+
GkeNetworkPolicySkippedInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.GkeNetworkPolicySkippedInfo").msgclass
|
|
84
|
+
GkeNetworkPolicySkippedInfo::Reason = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.GkeNetworkPolicySkippedInfo.Reason").enummodule
|
|
79
85
|
CloudSQLInstanceInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.CloudSQLInstanceInfo").msgclass
|
|
80
86
|
RedisInstanceInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.RedisInstanceInfo").msgclass
|
|
81
87
|
RedisClusterInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.RedisClusterInfo").msgclass
|
|
@@ -87,11 +93,13 @@ module Google
|
|
|
87
93
|
ServerlessExternalConnectionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.ServerlessExternalConnectionInfo").msgclass
|
|
88
94
|
NatInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.NatInfo").msgclass
|
|
89
95
|
NatInfo::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.NatInfo.Type").enummodule
|
|
96
|
+
NatInfo::CloudNatGatewayType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.NatInfo.CloudNatGatewayType").enummodule
|
|
90
97
|
ProxyConnectionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.ProxyConnectionInfo").msgclass
|
|
91
98
|
LoadBalancerBackendInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.LoadBalancerBackendInfo").msgclass
|
|
92
99
|
LoadBalancerBackendInfo::HealthCheckFirewallsConfigState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.LoadBalancerBackendInfo.HealthCheckFirewallsConfigState").enummodule
|
|
93
100
|
StorageBucketInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.StorageBucketInfo").msgclass
|
|
94
101
|
ServerlessNegInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.ServerlessNegInfo").msgclass
|
|
102
|
+
NgfwPacketInspectionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.NgfwPacketInspectionInfo").msgclass
|
|
95
103
|
LoadBalancerType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.LoadBalancerType").enummodule
|
|
96
104
|
end
|
|
97
105
|
end
|
|
@@ -158,6 +158,10 @@ module Google
|
|
|
158
158
|
# @return [::String]
|
|
159
159
|
# A [Redis Cluster](https://cloud.google.com/memorystore/docs/cluster) URI.
|
|
160
160
|
# Applicable only to destination endpoint.
|
|
161
|
+
# @!attribute [rw] gke_pod
|
|
162
|
+
# @return [::String]
|
|
163
|
+
# A [GKE Pod](https://cloud.google.com/kubernetes-engine/docs/concepts/pod)
|
|
164
|
+
# URI.
|
|
161
165
|
# @!attribute [rw] cloud_function
|
|
162
166
|
# @return [::Google::Cloud::NetworkManagement::V1::Endpoint::CloudFunctionEndpoint]
|
|
163
167
|
# A [Cloud Function](https://cloud.google.com/functions). Applicable only to
|
|
@@ -174,23 +178,18 @@ module Google
|
|
|
174
178
|
# Applicable only to source endpoint.
|
|
175
179
|
# @!attribute [rw] network
|
|
176
180
|
# @return [::String]
|
|
177
|
-
# A VPC network URI.
|
|
181
|
+
# A VPC network URI. For source endpoints, used according to the
|
|
182
|
+
# `network_type`. For destination endpoints, used only when the source is an
|
|
183
|
+
# external IP address endpoint, and the destination is an internal IP address
|
|
184
|
+
# endpoint.
|
|
178
185
|
# @!attribute [rw] network_type
|
|
179
186
|
# @return [::Google::Cloud::NetworkManagement::V1::Endpoint::NetworkType]
|
|
180
|
-
#
|
|
181
|
-
#
|
|
182
|
-
# inferred from the source.
|
|
187
|
+
# For source endpoints, type of the network where the endpoint is located.
|
|
188
|
+
# Not relevant for destination endpoints.
|
|
183
189
|
# @!attribute [rw] project_id
|
|
184
190
|
# @return [::String]
|
|
185
|
-
#
|
|
186
|
-
#
|
|
187
|
-
# network URI.
|
|
188
|
-
# The following are two cases where you may need to provide the project ID:
|
|
189
|
-
# 1. Only the IP address is specified, and the IP address is within a Google
|
|
190
|
-
# Cloud project.
|
|
191
|
-
# 2. When you are using Shared VPC and the IP address that you provide is
|
|
192
|
-
# from the service project. In this case, the network that the IP address
|
|
193
|
-
# resides in is defined in the host project.
|
|
191
|
+
# For source endpoints, endpoint project ID. Used according to the
|
|
192
|
+
# `network_type`. Not relevant for destination endpoints.
|
|
194
193
|
class Endpoint
|
|
195
194
|
include ::Google::Protobuf::MessageExts
|
|
196
195
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -232,21 +231,37 @@ module Google
|
|
|
232
231
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
233
232
|
end
|
|
234
233
|
|
|
235
|
-
# The type
|
|
236
|
-
#
|
|
234
|
+
# The type of the network of the IP address endpoint. Relevant for the source
|
|
235
|
+
# IP address endpoints.
|
|
237
236
|
module NetworkType
|
|
238
|
-
#
|
|
237
|
+
# Unspecified. The test will analyze all possible IP address locations.
|
|
238
|
+
# This might take longer and produce inaccurate or ambiguous results, so
|
|
239
|
+
# prefer specifying an explicit network type.
|
|
240
|
+
#
|
|
241
|
+
# The `project_id` field should be set to the project where the GCP
|
|
242
|
+
# endpoint is located, or where the non-GCP endpoint should be reachable
|
|
243
|
+
# from (via routes to non-GCP networks). The project might also be inferred
|
|
244
|
+
# from the Connectivity Test project or other projects referenced in the
|
|
245
|
+
# request.
|
|
239
246
|
NETWORK_TYPE_UNSPECIFIED = 0
|
|
240
247
|
|
|
241
|
-
# A network
|
|
242
|
-
#
|
|
243
|
-
#
|
|
248
|
+
# A VPC network. Should be used for internal IP addresses in VPC networks.
|
|
249
|
+
# The `network` field should be set to the URI of this network. Only
|
|
250
|
+
# endpoints within this network will be considered.
|
|
244
251
|
GCP_NETWORK = 1
|
|
245
252
|
|
|
246
|
-
# A network
|
|
247
|
-
#
|
|
248
|
-
#
|
|
253
|
+
# A non-GCP network (for example, an on-premises network or another cloud
|
|
254
|
+
# provider network). Should be used for internal IP addresses outside of
|
|
255
|
+
# Google Cloud. The `network` field should be set to the URI of the VPC
|
|
256
|
+
# network containing a corresponding Cloud VPN tunnel, Cloud Interconnect
|
|
257
|
+
# VLAN attachment, or a router appliance instance. Only endpoints reachable
|
|
258
|
+
# from the provided VPC network via the routes to non-GCP networks will be
|
|
259
|
+
# considered.
|
|
249
260
|
NON_GCP_NETWORK = 2
|
|
261
|
+
|
|
262
|
+
# Internet. Should be used for internet-routable external IP addresses or
|
|
263
|
+
# IP addresses for global Google APIs and services.
|
|
264
|
+
INTERNET = 3
|
|
250
265
|
end
|
|
251
266
|
|
|
252
267
|
# Type of the target of a forwarding rule.
|
|
@@ -74,17 +74,17 @@ module Google
|
|
|
74
74
|
# @return [::Google::Cloud::NetworkManagement::V1::InstanceInfo]
|
|
75
75
|
# Display information of a Compute Engine instance.
|
|
76
76
|
#
|
|
77
|
-
# Note: The following fields are mutually exclusive: `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
77
|
+
# Note: The following fields are mutually exclusive: `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
78
78
|
# @!attribute [rw] firewall
|
|
79
79
|
# @return [::Google::Cloud::NetworkManagement::V1::FirewallInfo]
|
|
80
80
|
# Display information of a Compute Engine firewall rule.
|
|
81
81
|
#
|
|
82
|
-
# Note: The following fields are mutually exclusive: `firewall`, `instance`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
82
|
+
# Note: The following fields are mutually exclusive: `firewall`, `instance`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
83
83
|
# @!attribute [rw] route
|
|
84
84
|
# @return [::Google::Cloud::NetworkManagement::V1::RouteInfo]
|
|
85
85
|
# Display information of a Compute Engine route.
|
|
86
86
|
#
|
|
87
|
-
# Note: The following fields are mutually exclusive: `route`, `instance`, `firewall`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
87
|
+
# Note: The following fields are mutually exclusive: `route`, `instance`, `firewall`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
88
88
|
# @!attribute [rw] endpoint
|
|
89
89
|
# @return [::Google::Cloud::NetworkManagement::V1::EndpointInfo]
|
|
90
90
|
# Display information of the source and destination under analysis.
|
|
@@ -92,145 +92,172 @@ module Google
|
|
|
92
92
|
# initial input, as it might be modified by state like NAT,
|
|
93
93
|
# or Connection Proxy.
|
|
94
94
|
#
|
|
95
|
-
# Note: The following fields are mutually exclusive: `endpoint`, `instance`, `firewall`, `route`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
95
|
+
# Note: The following fields are mutually exclusive: `endpoint`, `instance`, `firewall`, `route`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
96
96
|
# @!attribute [rw] google_service
|
|
97
97
|
# @return [::Google::Cloud::NetworkManagement::V1::GoogleServiceInfo]
|
|
98
98
|
# Display information of a Google service
|
|
99
99
|
#
|
|
100
|
-
# Note: The following fields are mutually exclusive: `google_service`, `instance`, `firewall`, `route`, `endpoint`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
100
|
+
# Note: The following fields are mutually exclusive: `google_service`, `instance`, `firewall`, `route`, `endpoint`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
101
101
|
# @!attribute [rw] forwarding_rule
|
|
102
102
|
# @return [::Google::Cloud::NetworkManagement::V1::ForwardingRuleInfo]
|
|
103
103
|
# Display information of a Compute Engine forwarding rule.
|
|
104
104
|
#
|
|
105
|
-
# Note: The following fields are mutually exclusive: `forwarding_rule`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
105
|
+
# Note: The following fields are mutually exclusive: `forwarding_rule`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
106
106
|
# @!attribute [rw] hybrid_subnet
|
|
107
107
|
# @return [::Google::Cloud::NetworkManagement::V1::HybridSubnetInfo]
|
|
108
108
|
# Display information of a hybrid subnet.
|
|
109
109
|
#
|
|
110
|
-
# Note: The following fields are mutually exclusive: `hybrid_subnet`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
110
|
+
# Note: The following fields are mutually exclusive: `hybrid_subnet`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
111
111
|
# @!attribute [rw] vpn_gateway
|
|
112
112
|
# @return [::Google::Cloud::NetworkManagement::V1::VpnGatewayInfo]
|
|
113
113
|
# Display information of a Compute Engine VPN gateway.
|
|
114
114
|
#
|
|
115
|
-
# Note: The following fields are mutually exclusive: `vpn_gateway`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
115
|
+
# Note: The following fields are mutually exclusive: `vpn_gateway`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
116
116
|
# @!attribute [rw] vpn_tunnel
|
|
117
117
|
# @return [::Google::Cloud::NetworkManagement::V1::VpnTunnelInfo]
|
|
118
118
|
# Display information of a Compute Engine VPN tunnel.
|
|
119
119
|
#
|
|
120
|
-
# Note: The following fields are mutually exclusive: `vpn_tunnel`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
120
|
+
# Note: The following fields are mutually exclusive: `vpn_tunnel`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
121
121
|
# @!attribute [rw] interconnect_attachment
|
|
122
122
|
# @return [::Google::Cloud::NetworkManagement::V1::InterconnectAttachmentInfo]
|
|
123
123
|
# Display information of an interconnect attachment.
|
|
124
124
|
#
|
|
125
|
-
# Note: The following fields are mutually exclusive: `interconnect_attachment`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
125
|
+
# Note: The following fields are mutually exclusive: `interconnect_attachment`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
126
126
|
# @!attribute [rw] vpc_connector
|
|
127
127
|
# @return [::Google::Cloud::NetworkManagement::V1::VpcConnectorInfo]
|
|
128
128
|
# Display information of a VPC connector.
|
|
129
129
|
#
|
|
130
|
-
# Note: The following fields are mutually exclusive: `vpc_connector`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
130
|
+
# Note: The following fields are mutually exclusive: `vpc_connector`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
131
131
|
# @!attribute [rw] direct_vpc_egress_connection
|
|
132
132
|
# @return [::Google::Cloud::NetworkManagement::V1::DirectVpcEgressConnectionInfo]
|
|
133
133
|
# Display information of a serverless direct VPC egress connection.
|
|
134
134
|
#
|
|
135
|
-
# Note: The following fields are mutually exclusive: `direct_vpc_egress_connection`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
135
|
+
# Note: The following fields are mutually exclusive: `direct_vpc_egress_connection`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
136
136
|
# @!attribute [rw] serverless_external_connection
|
|
137
137
|
# @return [::Google::Cloud::NetworkManagement::V1::ServerlessExternalConnectionInfo]
|
|
138
138
|
# Display information of a serverless public (external) connection.
|
|
139
139
|
#
|
|
140
|
-
# Note: The following fields are mutually exclusive: `serverless_external_connection`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
140
|
+
# Note: The following fields are mutually exclusive: `serverless_external_connection`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
141
141
|
# @!attribute [rw] deliver
|
|
142
142
|
# @return [::Google::Cloud::NetworkManagement::V1::DeliverInfo]
|
|
143
143
|
# Display information of the final state "deliver" and reason.
|
|
144
144
|
#
|
|
145
|
-
# Note: The following fields are mutually exclusive: `deliver`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
145
|
+
# Note: The following fields are mutually exclusive: `deliver`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
146
146
|
# @!attribute [rw] forward
|
|
147
147
|
# @return [::Google::Cloud::NetworkManagement::V1::ForwardInfo]
|
|
148
148
|
# Display information of the final state "forward" and reason.
|
|
149
149
|
#
|
|
150
|
-
# Note: The following fields are mutually exclusive: `forward`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
150
|
+
# Note: The following fields are mutually exclusive: `forward`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
151
151
|
# @!attribute [rw] abort
|
|
152
152
|
# @return [::Google::Cloud::NetworkManagement::V1::AbortInfo]
|
|
153
153
|
# Display information of the final state "abort" and reason.
|
|
154
154
|
#
|
|
155
|
-
# Note: The following fields are mutually exclusive: `abort`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
155
|
+
# Note: The following fields are mutually exclusive: `abort`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
156
156
|
# @!attribute [rw] drop
|
|
157
157
|
# @return [::Google::Cloud::NetworkManagement::V1::DropInfo]
|
|
158
158
|
# Display information of the final state "drop" and reason.
|
|
159
159
|
#
|
|
160
|
-
# Note: The following fields are mutually exclusive: `drop`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
160
|
+
# Note: The following fields are mutually exclusive: `drop`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
161
161
|
# @!attribute [rw] load_balancer
|
|
162
162
|
# @deprecated This field is deprecated and may be removed in the next major version update.
|
|
163
163
|
# @return [::Google::Cloud::NetworkManagement::V1::LoadBalancerInfo]
|
|
164
164
|
# Display information of the load balancers. Deprecated in favor of the
|
|
165
165
|
# `load_balancer_backend_info` field, not used in new tests.
|
|
166
166
|
#
|
|
167
|
-
# Note: The following fields are mutually exclusive: `load_balancer`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
167
|
+
# Note: The following fields are mutually exclusive: `load_balancer`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
168
168
|
# @!attribute [rw] network
|
|
169
169
|
# @return [::Google::Cloud::NetworkManagement::V1::NetworkInfo]
|
|
170
170
|
# Display information of a Google Cloud network.
|
|
171
171
|
#
|
|
172
|
-
# Note: The following fields are mutually exclusive: `network`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
172
|
+
# Note: The following fields are mutually exclusive: `network`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
173
173
|
# @!attribute [rw] gke_master
|
|
174
174
|
# @return [::Google::Cloud::NetworkManagement::V1::GKEMasterInfo]
|
|
175
175
|
# Display information of a Google Kubernetes Engine cluster master.
|
|
176
176
|
#
|
|
177
|
-
# Note: The following fields are mutually exclusive: `gke_master`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
177
|
+
# Note: The following fields are mutually exclusive: `gke_master`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
178
|
+
# @!attribute [rw] gke_pod
|
|
179
|
+
# @return [::Google::Cloud::NetworkManagement::V1::GkePodInfo]
|
|
180
|
+
# Display information of a Google Kubernetes Engine Pod.
|
|
181
|
+
#
|
|
182
|
+
# Note: The following fields are mutually exclusive: `gke_pod`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
183
|
+
# @!attribute [rw] ip_masquerading_skipped
|
|
184
|
+
# @return [::Google::Cloud::NetworkManagement::V1::IpMasqueradingSkippedInfo]
|
|
185
|
+
# Display information of the reason why GKE Pod IP masquerading was
|
|
186
|
+
# skipped.
|
|
187
|
+
#
|
|
188
|
+
# Note: The following fields are mutually exclusive: `ip_masquerading_skipped`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
189
|
+
# @!attribute [rw] gke_network_policy
|
|
190
|
+
# @return [::Google::Cloud::NetworkManagement::V1::GkeNetworkPolicyInfo]
|
|
191
|
+
# Display information of a GKE Network Policy.
|
|
192
|
+
#
|
|
193
|
+
# Note: The following fields are mutually exclusive: `gke_network_policy`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
194
|
+
# @!attribute [rw] gke_network_policy_skipped
|
|
195
|
+
# @return [::Google::Cloud::NetworkManagement::V1::GkeNetworkPolicySkippedInfo]
|
|
196
|
+
# Display information of the reason why GKE Network Policy evaluation was
|
|
197
|
+
# skipped.
|
|
198
|
+
#
|
|
199
|
+
# Note: The following fields are mutually exclusive: `gke_network_policy_skipped`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
178
200
|
# @!attribute [rw] cloud_sql_instance
|
|
179
201
|
# @return [::Google::Cloud::NetworkManagement::V1::CloudSQLInstanceInfo]
|
|
180
202
|
# Display information of a Cloud SQL instance.
|
|
181
203
|
#
|
|
182
|
-
# Note: The following fields are mutually exclusive: `cloud_sql_instance`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
204
|
+
# Note: The following fields are mutually exclusive: `cloud_sql_instance`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
183
205
|
# @!attribute [rw] redis_instance
|
|
184
206
|
# @return [::Google::Cloud::NetworkManagement::V1::RedisInstanceInfo]
|
|
185
207
|
# Display information of a Redis Instance.
|
|
186
208
|
#
|
|
187
|
-
# Note: The following fields are mutually exclusive: `redis_instance`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
209
|
+
# Note: The following fields are mutually exclusive: `redis_instance`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
188
210
|
# @!attribute [rw] redis_cluster
|
|
189
211
|
# @return [::Google::Cloud::NetworkManagement::V1::RedisClusterInfo]
|
|
190
212
|
# Display information of a Redis Cluster.
|
|
191
213
|
#
|
|
192
|
-
# Note: The following fields are mutually exclusive: `redis_cluster`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
214
|
+
# Note: The following fields are mutually exclusive: `redis_cluster`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
193
215
|
# @!attribute [rw] cloud_function
|
|
194
216
|
# @return [::Google::Cloud::NetworkManagement::V1::CloudFunctionInfo]
|
|
195
217
|
# Display information of a Cloud Function.
|
|
196
218
|
#
|
|
197
|
-
# Note: The following fields are mutually exclusive: `cloud_function`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
219
|
+
# Note: The following fields are mutually exclusive: `cloud_function`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
198
220
|
# @!attribute [rw] app_engine_version
|
|
199
221
|
# @return [::Google::Cloud::NetworkManagement::V1::AppEngineVersionInfo]
|
|
200
222
|
# Display information of an App Engine service version.
|
|
201
223
|
#
|
|
202
|
-
# Note: The following fields are mutually exclusive: `app_engine_version`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
224
|
+
# Note: The following fields are mutually exclusive: `app_engine_version`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
203
225
|
# @!attribute [rw] cloud_run_revision
|
|
204
226
|
# @return [::Google::Cloud::NetworkManagement::V1::CloudRunRevisionInfo]
|
|
205
227
|
# Display information of a Cloud Run revision.
|
|
206
228
|
#
|
|
207
|
-
# Note: The following fields are mutually exclusive: `cloud_run_revision`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
229
|
+
# Note: The following fields are mutually exclusive: `cloud_run_revision`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
208
230
|
# @!attribute [rw] nat
|
|
209
231
|
# @return [::Google::Cloud::NetworkManagement::V1::NatInfo]
|
|
210
232
|
# Display information of a NAT.
|
|
211
233
|
#
|
|
212
|
-
# Note: The following fields are mutually exclusive: `nat`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
234
|
+
# Note: The following fields are mutually exclusive: `nat`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
213
235
|
# @!attribute [rw] proxy_connection
|
|
214
236
|
# @return [::Google::Cloud::NetworkManagement::V1::ProxyConnectionInfo]
|
|
215
237
|
# Display information of a ProxyConnection.
|
|
216
238
|
#
|
|
217
|
-
# Note: The following fields are mutually exclusive: `proxy_connection`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
239
|
+
# Note: The following fields are mutually exclusive: `proxy_connection`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
218
240
|
# @!attribute [rw] load_balancer_backend_info
|
|
219
241
|
# @return [::Google::Cloud::NetworkManagement::V1::LoadBalancerBackendInfo]
|
|
220
242
|
# Display information of a specific load balancer backend.
|
|
221
243
|
#
|
|
222
|
-
# Note: The following fields are mutually exclusive: `load_balancer_backend_info`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
244
|
+
# Note: The following fields are mutually exclusive: `load_balancer_backend_info`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
223
245
|
# @!attribute [rw] storage_bucket
|
|
224
246
|
# @return [::Google::Cloud::NetworkManagement::V1::StorageBucketInfo]
|
|
225
247
|
# Display information of a Storage Bucket. Used only for return traces.
|
|
226
248
|
#
|
|
227
|
-
# Note: The following fields are mutually exclusive: `storage_bucket`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
249
|
+
# Note: The following fields are mutually exclusive: `storage_bucket`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `serverless_neg`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
228
250
|
# @!attribute [rw] serverless_neg
|
|
229
251
|
# @return [::Google::Cloud::NetworkManagement::V1::ServerlessNegInfo]
|
|
230
252
|
# Display information of a Serverless network endpoint group backend. Used
|
|
231
253
|
# only for return traces.
|
|
232
254
|
#
|
|
233
|
-
# Note: The following fields are mutually exclusive: `serverless_neg`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
255
|
+
# Note: The following fields are mutually exclusive: `serverless_neg`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `ngfw_packet_inspection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
256
|
+
# @!attribute [rw] ngfw_packet_inspection
|
|
257
|
+
# @return [::Google::Cloud::NetworkManagement::V1::NgfwPacketInspectionInfo]
|
|
258
|
+
# Display information of a layer 7 packet inspection by the firewall.
|
|
259
|
+
#
|
|
260
|
+
# Note: The following fields are mutually exclusive: `ngfw_packet_inspection`, `instance`, `firewall`, `route`, `endpoint`, `google_service`, `forwarding_rule`, `hybrid_subnet`, `vpn_gateway`, `vpn_tunnel`, `interconnect_attachment`, `vpc_connector`, `direct_vpc_egress_connection`, `serverless_external_connection`, `deliver`, `forward`, `abort`, `drop`, `load_balancer`, `network`, `gke_master`, `gke_pod`, `ip_masquerading_skipped`, `gke_network_policy`, `gke_network_policy_skipped`, `cloud_sql_instance`, `redis_instance`, `redis_cluster`, `cloud_function`, `app_engine_version`, `cloud_run_revision`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
|
234
261
|
class Step
|
|
235
262
|
include ::Google::Protobuf::MessageExts
|
|
236
263
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -267,6 +294,10 @@ module Google
|
|
|
267
294
|
# A CloudSQLInstanceInfo is populated with starting instance information.
|
|
268
295
|
START_FROM_CLOUD_SQL_INSTANCE = 22
|
|
269
296
|
|
|
297
|
+
# Initial state: packet originating from a Google Kubernetes Engine Pod.
|
|
298
|
+
# A GkePodInfo is populated with starting Pod information.
|
|
299
|
+
START_FROM_GKE_POD = 39
|
|
300
|
+
|
|
270
301
|
# Initial state: packet originating from a Redis instance.
|
|
271
302
|
# A RedisInstanceInfo is populated with starting instance information.
|
|
272
303
|
START_FROM_REDIS_INSTANCE = 32
|
|
@@ -345,6 +376,9 @@ module Google
|
|
|
345
376
|
# Forwarding state: arriving at a VPC connector.
|
|
346
377
|
ARRIVE_AT_VPC_CONNECTOR = 24
|
|
347
378
|
|
|
379
|
+
# Forwarding state: arriving at a GKE Pod.
|
|
380
|
+
ARRIVE_AT_GKE_POD = 44
|
|
381
|
+
|
|
348
382
|
# Forwarding state: for packets originating from a serverless endpoint
|
|
349
383
|
# forwarded through Direct VPC egress.
|
|
350
384
|
DIRECT_VPC_EGRESS_CONNECTION = 35
|
|
@@ -353,10 +387,32 @@ module Google
|
|
|
353
387
|
# forwarded through public (external) connectivity.
|
|
354
388
|
SERVERLESS_EXTERNAL_CONNECTION = 36
|
|
355
389
|
|
|
390
|
+
# Forwarding state: Layer 7 packet inspection by the firewall endpoint
|
|
391
|
+
# based on the configured security profile group.
|
|
392
|
+
NGFW_PACKET_INSPECTION = 47
|
|
393
|
+
|
|
356
394
|
# Transition state: packet header translated. The `nat` field is populated
|
|
357
395
|
# with the translation information.
|
|
358
396
|
NAT = 14
|
|
359
397
|
|
|
398
|
+
# Transition state: GKE Pod IP masquerading is skipped. The
|
|
399
|
+
# `ip_masquerading_skipped` field is populated with the reason.
|
|
400
|
+
SKIP_GKE_POD_IP_MASQUERADING = 40
|
|
401
|
+
|
|
402
|
+
# Transition state: GKE Ingress Network Policy is skipped. The
|
|
403
|
+
# `gke_network_policy_skipped` field is populated with the reason.
|
|
404
|
+
SKIP_GKE_INGRESS_NETWORK_POLICY = 41
|
|
405
|
+
|
|
406
|
+
# Transition state: GKE Egress Network Policy is skipped. The
|
|
407
|
+
# `gke_network_policy_skipped` field is populated with the reason.
|
|
408
|
+
SKIP_GKE_EGRESS_NETWORK_POLICY = 42
|
|
409
|
+
|
|
410
|
+
# Config checking state: verify ingress GKE network policy.
|
|
411
|
+
APPLY_INGRESS_GKE_NETWORK_POLICY = 45
|
|
412
|
+
|
|
413
|
+
# Config checking state: verify egress GKE network policy.
|
|
414
|
+
APPLY_EGRESS_GKE_NETWORK_POLICY = 46
|
|
415
|
+
|
|
360
416
|
# Transition state: original connection is terminated and a new proxied
|
|
361
417
|
# connection is initiated.
|
|
362
418
|
PROXY_CONNECTION = 15
|
|
@@ -537,16 +593,22 @@ module Google
|
|
|
537
593
|
# rules](https://cloud.google.com/functions/docs/networking/connecting-vpc#restrict-access).
|
|
538
594
|
SERVERLESS_VPC_ACCESS_MANAGED_FIREWALL_RULE = 4
|
|
539
595
|
|
|
540
|
-
#
|
|
596
|
+
# User-defined global network firewall policy rule.
|
|
541
597
|
# For details, see [Network firewall
|
|
542
598
|
# policies](https://cloud.google.com/vpc/docs/network-firewall-policies).
|
|
543
599
|
NETWORK_FIREWALL_POLICY_RULE = 5
|
|
544
600
|
|
|
545
|
-
#
|
|
601
|
+
# User-defined regional network firewall policy rule.
|
|
546
602
|
# For details, see [Regional network firewall
|
|
547
603
|
# policies](https://cloud.google.com/firewall/docs/regional-firewall-policies).
|
|
548
604
|
NETWORK_REGIONAL_FIREWALL_POLICY_RULE = 6
|
|
549
605
|
|
|
606
|
+
# System-defined global network firewall policy rule.
|
|
607
|
+
SYSTEM_NETWORK_FIREWALL_POLICY_RULE = 7
|
|
608
|
+
|
|
609
|
+
# System-defined regional network firewall policy rule.
|
|
610
|
+
SYSTEM_REGIONAL_NETWORK_FIREWALL_POLICY_RULE = 8
|
|
611
|
+
|
|
550
612
|
# Firewall policy rule containing attributes not yet supported in
|
|
551
613
|
# Connectivity tests. Firewall analysis is skipped if such a rule can
|
|
552
614
|
# potentially be matched. Please see the [list of unsupported
|
|
@@ -1217,6 +1279,9 @@ module Google
|
|
|
1217
1279
|
|
|
1218
1280
|
# Target is a Redis Cluster.
|
|
1219
1281
|
REDIS_CLUSTER = 17
|
|
1282
|
+
|
|
1283
|
+
# Target is a GKE Pod.
|
|
1284
|
+
GKE_POD = 19
|
|
1220
1285
|
end
|
|
1221
1286
|
|
|
1222
1287
|
# Recognized type of a Google Service.
|
|
@@ -1385,10 +1450,23 @@ module Google
|
|
|
1385
1450
|
# required to run the test.
|
|
1386
1451
|
PERMISSION_DENIED_NO_CLOUD_ROUTER_CONFIGS = 36
|
|
1387
1452
|
|
|
1388
|
-
# Aborted because no valid source or destination endpoint
|
|
1389
|
-
# the
|
|
1453
|
+
# Aborted because no valid source or destination endpoint can be derived
|
|
1454
|
+
# from the test request.
|
|
1390
1455
|
NO_SOURCE_LOCATION = 5
|
|
1391
1456
|
|
|
1457
|
+
# Aborted because the source IP address is not contained within the subnet
|
|
1458
|
+
# ranges of the provided VPC network.
|
|
1459
|
+
NO_SOURCE_GCP_NETWORK_LOCATION = 42
|
|
1460
|
+
|
|
1461
|
+
# Aborted because the source IP address is not contained within the
|
|
1462
|
+
# destination ranges of the routes towards non-GCP networks in the provided
|
|
1463
|
+
# VPC network.
|
|
1464
|
+
NO_SOURCE_NON_GCP_NETWORK_LOCATION = 43
|
|
1465
|
+
|
|
1466
|
+
# Aborted because the source IP address can't be resolved as an Internet
|
|
1467
|
+
# IP address.
|
|
1468
|
+
NO_SOURCE_INTERNET_LOCATION = 44
|
|
1469
|
+
|
|
1392
1470
|
# Aborted because the source or destination endpoint specified in
|
|
1393
1471
|
# the request is invalid. Some examples:
|
|
1394
1472
|
# - The request might contain malformed resource URI, project ID, or IP
|
|
@@ -1444,6 +1522,11 @@ module Google
|
|
|
1444
1522
|
# not supported.
|
|
1445
1523
|
SOURCE_PSC_CLOUD_SQL_UNSUPPORTED = 20
|
|
1446
1524
|
|
|
1525
|
+
# Aborted because tests with the external database as a source are not
|
|
1526
|
+
# supported. In such replication scenarios, the connection is initiated by
|
|
1527
|
+
# the Cloud SQL replica instance.
|
|
1528
|
+
SOURCE_EXTERNAL_CLOUD_SQL_UNSUPPORTED = 45
|
|
1529
|
+
|
|
1447
1530
|
# Aborted because tests with a Redis Cluster as a source are not supported.
|
|
1448
1531
|
SOURCE_REDIS_CLUSTER_UNSUPPORTED = 34
|
|
1449
1532
|
|
|
@@ -1473,6 +1556,11 @@ module Google
|
|
|
1473
1556
|
# Aborted because the used protocol is not supported for the used IP
|
|
1474
1557
|
# version.
|
|
1475
1558
|
IP_VERSION_PROTOCOL_MISMATCH = 40
|
|
1559
|
+
|
|
1560
|
+
# Aborted because selected GKE Pod endpoint location is unknown. This is
|
|
1561
|
+
# often the case for "Pending" Pods, which don't have assigned IP addresses
|
|
1562
|
+
# yet.
|
|
1563
|
+
GKE_POD_UNKNOWN_ENDPOINT_LOCATION = 41
|
|
1476
1564
|
end
|
|
1477
1565
|
end
|
|
1478
1566
|
|
|
@@ -1554,10 +1642,12 @@ module Google
|
|
|
1554
1642
|
# rule of the internal passthrough load balancer).
|
|
1555
1643
|
ROUTE_NEXT_HOP_FORWARDING_RULE_TYPE_INVALID = 53
|
|
1556
1644
|
|
|
1557
|
-
# Packet is sent from the Internet
|
|
1558
|
-
# address.
|
|
1645
|
+
# Packet is sent from the Internet to the private IPv6 address.
|
|
1559
1646
|
NO_ROUTE_FROM_INTERNET_TO_PRIVATE_IPV6_ADDRESS = 44
|
|
1560
1647
|
|
|
1648
|
+
# Packet is sent from the Internet to the private IPv4 address.
|
|
1649
|
+
NO_ROUTE_FROM_INTERNET_TO_PRIVATE_IPV4_ADDRESS = 109
|
|
1650
|
+
|
|
1561
1651
|
# Packet is sent from the external IPv6 source address of an instance to
|
|
1562
1652
|
# the private IPv6 address of an instance.
|
|
1563
1653
|
NO_ROUTE_FROM_EXTERNAL_IPV6_SOURCE_TO_PRIVATE_IPV6_ADDRESS = 98
|
|
@@ -1615,6 +1705,9 @@ module Google
|
|
|
1615
1705
|
# Packet sent from or to a GKE cluster that is not in running state.
|
|
1616
1706
|
GKE_CLUSTER_NOT_RUNNING = 27
|
|
1617
1707
|
|
|
1708
|
+
# Packet sent from or to a GKE Pod that is not in running state.
|
|
1709
|
+
GKE_POD_NOT_RUNNING = 103
|
|
1710
|
+
|
|
1618
1711
|
# Packet sent from or to a Cloud SQL instance that is not in running state.
|
|
1619
1712
|
CLOUD_SQL_INSTANCE_NOT_RUNNING = 28
|
|
1620
1713
|
|
|
@@ -1866,6 +1959,10 @@ module Google
|
|
|
1866
1959
|
# dropped due to no matching NAT gateway in the subnet.
|
|
1867
1960
|
NO_MATCHING_NAT64_GATEWAY = 90
|
|
1868
1961
|
|
|
1962
|
+
# Packet is dropped due to matching a Private NAT64 gateway with no rules
|
|
1963
|
+
# for source IPv6 addresses.
|
|
1964
|
+
NO_CONFIGURED_PRIVATE_NAT64_RULE = 107
|
|
1965
|
+
|
|
1869
1966
|
# Packet is dropped due to being sent to a backend of a passthrough load
|
|
1870
1967
|
# balancer that doesn't use the same IP version as the frontend.
|
|
1871
1968
|
LOAD_BALANCER_BACKEND_IP_VERSION_MISMATCH = 96
|
|
@@ -1898,6 +1995,17 @@ module Google
|
|
|
1898
1995
|
# from the region of the next hop of the route matched within this hybrid
|
|
1899
1996
|
# subnet.
|
|
1900
1997
|
HYBRID_SUBNET_REGION_MISMATCH = 105
|
|
1998
|
+
|
|
1999
|
+
# Packet is dropped because no matching route was found in the hybrid
|
|
2000
|
+
# subnet.
|
|
2001
|
+
HYBRID_SUBNET_NO_ROUTE = 106
|
|
2002
|
+
|
|
2003
|
+
# Packet is dropped by GKE Network Policy.
|
|
2004
|
+
GKE_NETWORK_POLICY = 108
|
|
2005
|
+
|
|
2006
|
+
# Packet is dropped because there is no valid matching route from the
|
|
2007
|
+
# network of the Google-managed service to the destination.
|
|
2008
|
+
NO_VALID_ROUTE_FROM_GOOGLE_MANAGED_NETWORK_TO_DESTINATION = 110
|
|
1901
2009
|
end
|
|
1902
2010
|
end
|
|
1903
2011
|
|
|
@@ -1923,6 +2031,130 @@ module Google
|
|
|
1923
2031
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
1924
2032
|
end
|
|
1925
2033
|
|
|
2034
|
+
# For display only. Metadata associated with a Google Kubernetes Engine (GKE)
|
|
2035
|
+
# Pod.
|
|
2036
|
+
# @!attribute [rw] pod_uri
|
|
2037
|
+
# @return [::String]
|
|
2038
|
+
# URI of a GKE Pod.
|
|
2039
|
+
# For Pods in regional Clusters, the URI format is:
|
|
2040
|
+
# `projects/{project}/locations/{location}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}`
|
|
2041
|
+
# For Pods in zonal Clusters, the URI format is:
|
|
2042
|
+
# `projects/{project}/zones/{zone}/clusters/{cluster}/k8s/namespaces/{namespace}/pods/{pod}`
|
|
2043
|
+
# @!attribute [rw] ip_address
|
|
2044
|
+
# @return [::String]
|
|
2045
|
+
# IP address of a GKE Pod. If the Pod is dual-stack, this is the IP address
|
|
2046
|
+
# relevant to the trace.
|
|
2047
|
+
# @!attribute [rw] network_uri
|
|
2048
|
+
# @return [::String]
|
|
2049
|
+
# URI of the network containing the GKE Pod.
|
|
2050
|
+
class GkePodInfo
|
|
2051
|
+
include ::Google::Protobuf::MessageExts
|
|
2052
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
2053
|
+
end
|
|
2054
|
+
|
|
2055
|
+
# For display only. Contains information about why IP masquerading was skipped
|
|
2056
|
+
# for the packet.
|
|
2057
|
+
# @!attribute [rw] reason
|
|
2058
|
+
# @return [::Google::Cloud::NetworkManagement::V1::IpMasqueradingSkippedInfo::Reason]
|
|
2059
|
+
# Reason why IP masquerading was not applied.
|
|
2060
|
+
# @!attribute [rw] non_masquerade_range
|
|
2061
|
+
# @return [::String]
|
|
2062
|
+
# The matched non-masquerade IP range. Only set if reason is
|
|
2063
|
+
# DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE or
|
|
2064
|
+
# DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE.
|
|
2065
|
+
class IpMasqueradingSkippedInfo
|
|
2066
|
+
include ::Google::Protobuf::MessageExts
|
|
2067
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
2068
|
+
|
|
2069
|
+
# Reason why IP masquerading was skipped.
|
|
2070
|
+
module Reason
|
|
2071
|
+
# Unused default value.
|
|
2072
|
+
REASON_UNSPECIFIED = 0
|
|
2073
|
+
|
|
2074
|
+
# Masquerading not applied because destination IP is in one of configured
|
|
2075
|
+
# non-masquerade ranges.
|
|
2076
|
+
DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE = 1
|
|
2077
|
+
|
|
2078
|
+
# Masquerading not applied because destination IP is in one of default
|
|
2079
|
+
# non-masquerade ranges.
|
|
2080
|
+
DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE = 2
|
|
2081
|
+
|
|
2082
|
+
# Masquerading not applied because destination is on the same Node.
|
|
2083
|
+
DESTINATION_ON_SAME_NODE = 3
|
|
2084
|
+
|
|
2085
|
+
# Masquerading not applied because ip-masq-agent doesn't exist and default
|
|
2086
|
+
# SNAT is disabled.
|
|
2087
|
+
DEFAULT_SNAT_DISABLED = 4
|
|
2088
|
+
|
|
2089
|
+
# Masquerading not applied because the packet's IP version is IPv6.
|
|
2090
|
+
NO_MASQUERADING_FOR_IPV6 = 5
|
|
2091
|
+
|
|
2092
|
+
# Masquerading not applied because the source Pod uses the host Node's
|
|
2093
|
+
# network namespace, including the Node's IP address.
|
|
2094
|
+
POD_USES_NODE_NETWORK_NAMESPACE = 6
|
|
2095
|
+
|
|
2096
|
+
# Masquerading not applied because the packet is a return packet.
|
|
2097
|
+
NO_MASQUERADING_FOR_RETURN_PACKET = 7
|
|
2098
|
+
end
|
|
2099
|
+
end
|
|
2100
|
+
|
|
2101
|
+
# For display only. Metadata associated with a GKE Network Policy.
|
|
2102
|
+
# @!attribute [rw] display_name
|
|
2103
|
+
# @return [::String]
|
|
2104
|
+
# The name of the Network Policy.
|
|
2105
|
+
# @!attribute [rw] uri
|
|
2106
|
+
# @return [::String]
|
|
2107
|
+
# The URI of the Network Policy.
|
|
2108
|
+
# Format for a Network Policy in a zonal cluster:
|
|
2109
|
+
# `projects/<project_id>/zones/<zone>/clusters/<cluster>/k8s/namespaces/<namespace>/networking.k8s.io/networkpolicies/<networkpolicy>`
|
|
2110
|
+
# Format for a Network Policy in a regional cluster:
|
|
2111
|
+
# `projects/<project_id>/locations/<location>/clusters/<cluster>/k8s/namespaces/<namespace>/networking.k8s.io/networkpolicies/<networkpolicy>`
|
|
2112
|
+
# @!attribute [rw] direction
|
|
2113
|
+
# @return [::String]
|
|
2114
|
+
# Possible values: INGRESS, EGRESS
|
|
2115
|
+
# @!attribute [rw] action
|
|
2116
|
+
# @return [::String]
|
|
2117
|
+
# Possible values: ALLOW, DENY
|
|
2118
|
+
class GkeNetworkPolicyInfo
|
|
2119
|
+
include ::Google::Protobuf::MessageExts
|
|
2120
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
2121
|
+
end
|
|
2122
|
+
|
|
2123
|
+
# For display only. Contains information about why GKE Network Policy
|
|
2124
|
+
# evaluation was skipped.
|
|
2125
|
+
# @!attribute [rw] reason
|
|
2126
|
+
# @return [::Google::Cloud::NetworkManagement::V1::GkeNetworkPolicySkippedInfo::Reason]
|
|
2127
|
+
# Reason why Network Policy evaluation was skipped.
|
|
2128
|
+
class GkeNetworkPolicySkippedInfo
|
|
2129
|
+
include ::Google::Protobuf::MessageExts
|
|
2130
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
2131
|
+
|
|
2132
|
+
module Reason
|
|
2133
|
+
# Unused default value.
|
|
2134
|
+
REASON_UNSPECIFIED = 0
|
|
2135
|
+
|
|
2136
|
+
# Network Policy is disabled on the cluster.
|
|
2137
|
+
NETWORK_POLICY_DISABLED = 1
|
|
2138
|
+
|
|
2139
|
+
# Ingress traffic to a Pod from a source on the same Node is always
|
|
2140
|
+
# allowed.
|
|
2141
|
+
INGRESS_SOURCE_ON_SAME_NODE = 2
|
|
2142
|
+
|
|
2143
|
+
# Egress traffic from a Pod that uses the Node's network namespace is not
|
|
2144
|
+
# subject to Network Policy.
|
|
2145
|
+
EGRESS_FROM_NODE_NETWORK_NAMESPACE_POD = 3
|
|
2146
|
+
|
|
2147
|
+
# Network Policy is not applied to response traffic. This is because GKE
|
|
2148
|
+
# Network Policy evaluation is stateful in both GKE Dataplane V2 (eBPF) and
|
|
2149
|
+
# legacy (iptables) implementations.
|
|
2150
|
+
NETWORK_POLICY_NOT_APPLIED_TO_RESPONSE_TRAFFIC = 4
|
|
2151
|
+
|
|
2152
|
+
# Network Policy evaluation is currently not supported for clusters with
|
|
2153
|
+
# FQDN Network Policies enabled.
|
|
2154
|
+
NETWORK_POLICY_ANALYSIS_UNSUPPORTED = 100
|
|
2155
|
+
end
|
|
2156
|
+
end
|
|
2157
|
+
|
|
1926
2158
|
# For display only. Metadata associated with a Cloud SQL instance.
|
|
1927
2159
|
# @!attribute [rw] display_name
|
|
1928
2160
|
# @return [::String]
|
|
@@ -2141,6 +2373,9 @@ module Google
|
|
|
2141
2373
|
# @!attribute [rw] nat_gateway_name
|
|
2142
2374
|
# @return [::String]
|
|
2143
2375
|
# The name of Cloud NAT Gateway. Only valid when type is CLOUD_NAT.
|
|
2376
|
+
# @!attribute [rw] cloud_nat_gateway_type
|
|
2377
|
+
# @return [::Google::Cloud::NetworkManagement::V1::NatInfo::CloudNatGatewayType]
|
|
2378
|
+
# Type of Cloud NAT gateway. Only valid when `type` is CLOUD_NAT.
|
|
2144
2379
|
class NatInfo
|
|
2145
2380
|
include ::Google::Protobuf::MessageExts
|
|
2146
2381
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -2165,6 +2400,27 @@ module Google
|
|
|
2165
2400
|
# GKE Pod IP address masquerading.
|
|
2166
2401
|
GKE_POD_IP_MASQUERADING = 5
|
|
2167
2402
|
end
|
|
2403
|
+
|
|
2404
|
+
# Types of Cloud NAT gateway.
|
|
2405
|
+
module CloudNatGatewayType
|
|
2406
|
+
# Type is unspecified.
|
|
2407
|
+
CLOUD_NAT_GATEWAY_TYPE_UNSPECIFIED = 0
|
|
2408
|
+
|
|
2409
|
+
# Public NAT gateway.
|
|
2410
|
+
PUBLIC_NAT44 = 1
|
|
2411
|
+
|
|
2412
|
+
# Public NAT64 gateway.
|
|
2413
|
+
PUBLIC_NAT64 = 2
|
|
2414
|
+
|
|
2415
|
+
# Private NAT gateway for NCC.
|
|
2416
|
+
PRIVATE_NAT_NCC = 3
|
|
2417
|
+
|
|
2418
|
+
# Private NAT gateway for hybrid connectivity.
|
|
2419
|
+
PRIVATE_NAT_HYBRID = 4
|
|
2420
|
+
|
|
2421
|
+
# Private NAT64 gateway.
|
|
2422
|
+
PRIVATE_NAT64 = 5
|
|
2423
|
+
end
|
|
2168
2424
|
end
|
|
2169
2425
|
|
|
2170
2426
|
# For display only. Metadata associated with ProxyConnection.
|
|
@@ -2299,6 +2555,17 @@ module Google
|
|
|
2299
2555
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
2300
2556
|
end
|
|
2301
2557
|
|
|
2558
|
+
# For display only. Metadata associated with a layer 7 packet inspection by the
|
|
2559
|
+
# firewall.
|
|
2560
|
+
# @!attribute [rw] security_profile_group_uri
|
|
2561
|
+
# @return [::String]
|
|
2562
|
+
# URI of the security profile group associated with this firewall packet
|
|
2563
|
+
# inspection.
|
|
2564
|
+
class NgfwPacketInspectionInfo
|
|
2565
|
+
include ::Google::Protobuf::MessageExts
|
|
2566
|
+
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
2567
|
+
end
|
|
2568
|
+
|
|
2302
2569
|
# Type of a load balancer. For more information, see [Summary of Google Cloud
|
|
2303
2570
|
# load
|
|
2304
2571
|
# balancers](https://cloud.google.com/load-balancing/docs/load-balancing-overview#summary-of-google-cloud-load-balancers).
|
|
@@ -27,7 +27,7 @@ module Google
|
|
|
27
27
|
# Required. The parent resource of the VpcFlowLogsConfig,
|
|
28
28
|
# in one of the following formats:
|
|
29
29
|
#
|
|
30
|
-
# - For project-level
|
|
30
|
+
# - For project-level resources: `projects/{project_id}/locations/global`
|
|
31
31
|
#
|
|
32
32
|
# - For organization-level resources:
|
|
33
33
|
# `organizations/{organization_id}/locations/global`
|