google-cloud-network_management-v1 2.10.1 → 2.12.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.
Files changed (20) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/client.rb +2 -0
  4. data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/operations.rb +2 -0
  5. data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/rest/client.rb +2 -0
  6. data/lib/google/cloud/network_management/v1/organization_vpc_flow_logs_service/rest/operations.rb +2 -0
  7. data/lib/google/cloud/network_management/v1/reachability_service/client.rb +2 -0
  8. data/lib/google/cloud/network_management/v1/reachability_service/operations.rb +2 -0
  9. data/lib/google/cloud/network_management/v1/reachability_service/rest/client.rb +2 -0
  10. data/lib/google/cloud/network_management/v1/reachability_service/rest/operations.rb +2 -0
  11. data/lib/google/cloud/network_management/v1/version.rb +1 -1
  12. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/client.rb +2 -0
  13. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/operations.rb +2 -0
  14. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/client.rb +2 -0
  15. data/lib/google/cloud/network_management/v1/vpc_flow_logs_service/rest/operations.rb +2 -0
  16. data/lib/google/cloud/networkmanagement/v1/connectivity_test_pb.rb +1 -1
  17. data/lib/google/cloud/networkmanagement/v1/trace_pb.rb +3 -1
  18. data/proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb +13 -0
  19. data/proto_docs/google/cloud/networkmanagement/v1/trace.rb +94 -36
  20. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ad1b4739e131bac6ffa5d35ffc6c17070103b72bf3753fd26147c6cec1323161
4
- data.tar.gz: 6c49a4fbfd298a7e6e0d91d32f870f532f1e772e781d2c5849f857de7c3831dd
3
+ metadata.gz: 0cc6650b5ed49008f01b7e757beccde8dc410ded11fe396b11b49abb6138298a
4
+ data.tar.gz: 2ba55c9f6dcbb9d92a91c903164833a460206c78ed86cfdb29099917b5dd1a12
5
5
  SHA512:
6
- metadata.gz: ae1acb45a73e7ab8433e40a47f8372251062bae612defebd89807d5b7612865302054d3315755226a65117dd4f2983c9aaa20c07787843fe3fd3f3bb7efb18f2
7
- data.tar.gz: f0b59532eed5fe01bf2c72146de4aad12a03fb504ebcde315489e81f557091a8df7129fa2a070ce0ffb5e96f0585fecde5874c84c6d4916e365f6672396ea081
6
+ metadata.gz: d3ebef50f2a4ba30e6d41ecb590964405d2b8bb24b0b3954a2f4322ef514168988229f4572de16fe4bcd173e2b893becb2e586322cd1a6317631bbb32bba7b13
7
+ data.tar.gz: 108810f74754128ed269aa68cd5b57f614b68e91d4bb69fcd2007ae6c9bd5ecec331ed5036491567d8e7499f6bb64d322cfe582b5b8ac02dcaa416c18ed17871
data/README.md CHANGED
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
85
85
 
86
86
  ## Supported Ruby Versions
87
87
 
88
- This library is supported on Ruby 3.0+.
88
+ This library is supported on Ruby 3.2+.
89
89
 
90
90
  Google provides official support for Ruby versions that are actively supported
91
91
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -864,6 +864,7 @@ module Google
864
864
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
865
865
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
866
866
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
867
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
867
868
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
868
869
  # trigger a retry.
869
870
  # @return [::Hash]
@@ -947,6 +948,7 @@ module Google
947
948
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
948
949
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
949
950
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
951
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
950
952
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
951
953
  # trigger a retry.
952
954
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -798,6 +798,7 @@ module Google
798
798
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
799
799
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
800
800
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
801
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
801
802
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
802
803
  # trigger a retry.
803
804
  # @return [::Hash]
@@ -877,6 +878,7 @@ module Google
877
878
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
878
879
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
879
880
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
881
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
880
882
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
881
883
  # trigger a retry.
882
884
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -966,6 +966,7 @@ module Google
966
966
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
967
967
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
968
968
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
969
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
969
970
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
970
971
  # trigger a retry.
971
972
  # @return [::Hash]
@@ -1049,6 +1050,7 @@ module Google
1049
1050
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1050
1051
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1051
1052
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1053
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1052
1054
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1053
1055
  # trigger a retry.
1054
1056
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -893,6 +893,7 @@ module Google
893
893
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
894
894
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
895
895
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
896
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
896
897
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
897
898
  # trigger a retry.
898
899
  # @return [::Hash]
@@ -972,6 +973,7 @@ module Google
972
973
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
973
974
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
974
975
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
976
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
975
977
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
976
978
  # trigger a retry.
977
979
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module NetworkManagement
23
23
  module V1
24
- VERSION = "2.10.1"
24
+ VERSION = "2.12.0"
25
25
  end
26
26
  end
27
27
  end
@@ -1073,6 +1073,7 @@ module Google
1073
1073
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1074
1074
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1075
1075
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1076
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1076
1077
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1077
1078
  # trigger a retry.
1078
1079
  # @return [::Hash]
@@ -1156,6 +1157,7 @@ module Google
1156
1157
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1157
1158
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1158
1159
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1160
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1159
1161
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1160
1162
  # trigger a retry.
1161
1163
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -993,6 +993,7 @@ module Google
993
993
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
994
994
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
995
995
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
996
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
996
997
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
997
998
  # trigger a retry.
998
999
  # @return [::Hash]
@@ -1072,6 +1073,7 @@ module Google
1072
1073
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1073
1074
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1074
1075
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1076
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1075
1077
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1076
1078
  # trigger a retry.
1077
1079
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -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}\"\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"
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}\"\xc7\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\x12\x1e\n\x16\x64ms_private_connection\x18\x16 \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\x15\n\rcloud_run_job\x18\x18 \x01(\t\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
  pool.add_serialized_file(descriptor_data)
@@ -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\"\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"
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\"\xeb#\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\x12K\n\rcloud_run_job\x18- \x01(\x0b\x32\x32.google.cloud.networkmanagement.v1.CloudRunJobInfoH\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\x12Z\n\x16\x64ms_private_connection\x18+ \x01(\x0b\x32\x38.google.cloud.networkmanagement.v1.PrivateConnectionInfoH\x00\"\xf5\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\x1c\n\x18START_FROM_CLOUD_RUN_JOB\x10\x32\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%\n!START_FROM_DMS_PRIVATE_CONNECTION\x10\x30\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\"\x83\x07\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\"\xb3\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\x12\x11\n\rCLOUD_RUN_JOB\x10\x14\x12\x1a\n\x16\x44MS_PRIVATE_CONNECTION\x10\x15\"\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)\"\xa5#\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\"\xbe!\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%DROPPED_INSIDE_DMS_PRIVATE_CONNECTION\x10r\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\x1b\n\x17\x43LOUD_RUN_JOB_NOT_READY\x10q\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\x12*\n&PRIVATE_CONNECTION_NO_RUNNING_INSTANCE\x10o\"\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\"F\n\x0f\x43loudRunJobInfo\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\"_\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\"$\n\x15PrivateConnectionInfo\x12\x0b\n\x03uri\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
  pool.add_serialized_file(descriptor_data)
@@ -66,6 +66,7 @@ module Google
66
66
  RedisClusterInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.RedisClusterInfo").msgclass
67
67
  CloudFunctionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.CloudFunctionInfo").msgclass
68
68
  CloudRunRevisionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.CloudRunRevisionInfo").msgclass
69
+ CloudRunJobInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.CloudRunJobInfo").msgclass
69
70
  AppEngineVersionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.AppEngineVersionInfo").msgclass
70
71
  VpcConnectorInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.VpcConnectorInfo").msgclass
71
72
  DirectVpcEgressConnectionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.DirectVpcEgressConnectionInfo").msgclass
@@ -79,6 +80,7 @@ module Google
79
80
  StorageBucketInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.StorageBucketInfo").msgclass
80
81
  ServerlessNegInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.ServerlessNegInfo").msgclass
81
82
  NgfwPacketInspectionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.NgfwPacketInspectionInfo").msgclass
83
+ PrivateConnectionInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.PrivateConnectionInfo").msgclass
82
84
  LoadBalancerType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networkmanagement.v1.LoadBalancerType").enummodule
83
85
  end
84
86
  end
@@ -162,6 +162,12 @@ module Google
162
162
  # @return [::String]
163
163
  # A [GKE Pod](https://cloud.google.com/kubernetes-engine/docs/concepts/pod)
164
164
  # URI.
165
+ # @!attribute [rw] dms_private_connection
166
+ # @return [::String]
167
+ # A [DMS Private
168
+ # Connection](https://docs.cloud.google.com/database-migration/docs/reference/rest/v1/projects.locations.privateConnections)
169
+ # name format:
170
+ # projects/\\{project}/locations/\\{location}/privateConnections/\\{privateConnection}.
165
171
  # @!attribute [rw] cloud_function
166
172
  # @return [::Google::Cloud::NetworkManagement::V1::Endpoint::CloudFunctionEndpoint]
167
173
  # A [Cloud Function](https://cloud.google.com/functions). Applicable only to
@@ -176,6 +182,13 @@ module Google
176
182
  # A [Cloud Run](https://cloud.google.com/run)
177
183
  # [revision](https://cloud.google.com/run/docs/reference/rest/v1/namespaces.revisions/get)
178
184
  # Applicable only to source endpoint.
185
+ # @!attribute [rw] cloud_run_job
186
+ # @return [::String]
187
+ # A [Cloud Run](https://cloud.google.com/run)
188
+ # [job](https://docs.cloud.google.com/run/docs/reference/rest/v2/projects.locations.jobs#Job)
189
+ # URI.
190
+ # Applicable only to source endpoint.
191
+ # The format is: projects/\\{project}/locations/\\{location}/jobs/\\{job}
179
192
  # @!attribute [rw] network
180
193
  # @return [::String]
181
194
  # A VPC network URI. For source endpoints, used according to the
@@ -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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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,172 +92,182 @@ 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. 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`, `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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
178
178
  # @!attribute [rw] gke_pod
179
179
  # @return [::Google::Cloud::NetworkManagement::V1::GkePodInfo]
180
180
  # Display information of a Google Kubernetes Engine Pod.
181
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
183
183
  # @!attribute [rw] ip_masquerading_skipped
184
184
  # @return [::Google::Cloud::NetworkManagement::V1::IpMasqueradingSkippedInfo]
185
185
  # Display information of the reason why GKE Pod IP masquerading was
186
186
  # skipped.
187
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
189
189
  # @!attribute [rw] gke_network_policy
190
190
  # @return [::Google::Cloud::NetworkManagement::V1::GkeNetworkPolicyInfo]
191
191
  # Display information of a GKE Network Policy.
192
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
194
194
  # @!attribute [rw] gke_network_policy_skipped
195
195
  # @return [::Google::Cloud::NetworkManagement::V1::GkeNetworkPolicySkippedInfo]
196
196
  # Display information of the reason why GKE Network Policy evaluation was
197
197
  # skipped.
198
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
200
200
  # @!attribute [rw] cloud_sql_instance
201
201
  # @return [::Google::Cloud::NetworkManagement::V1::CloudSQLInstanceInfo]
202
202
  # Display information of a Cloud SQL instance.
203
203
  #
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
205
205
  # @!attribute [rw] redis_instance
206
206
  # @return [::Google::Cloud::NetworkManagement::V1::RedisInstanceInfo]
207
207
  # Display information of a Redis Instance.
208
208
  #
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
210
210
  # @!attribute [rw] redis_cluster
211
211
  # @return [::Google::Cloud::NetworkManagement::V1::RedisClusterInfo]
212
212
  # Display information of a Redis Cluster.
213
213
  #
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
215
215
  # @!attribute [rw] cloud_function
216
216
  # @return [::Google::Cloud::NetworkManagement::V1::CloudFunctionInfo]
217
217
  # Display information of a Cloud Function.
218
218
  #
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
220
220
  # @!attribute [rw] app_engine_version
221
221
  # @return [::Google::Cloud::NetworkManagement::V1::AppEngineVersionInfo]
222
222
  # Display information of an App Engine service version.
223
223
  #
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
225
225
  # @!attribute [rw] cloud_run_revision
226
226
  # @return [::Google::Cloud::NetworkManagement::V1::CloudRunRevisionInfo]
227
227
  # Display information of a Cloud Run revision.
228
228
  #
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.
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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
230
+ # @!attribute [rw] cloud_run_job
231
+ # @return [::Google::Cloud::NetworkManagement::V1::CloudRunJobInfo]
232
+ # Display information of a Cloud Run job.
233
+ #
234
+ # Note: The following fields are mutually exclusive: `cloud_run_job`, `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`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
230
235
  # @!attribute [rw] nat
231
236
  # @return [::Google::Cloud::NetworkManagement::V1::NatInfo]
232
237
  # Display information of a NAT.
233
238
  #
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.
239
+ # 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`, `cloud_run_job`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
235
240
  # @!attribute [rw] proxy_connection
236
241
  # @return [::Google::Cloud::NetworkManagement::V1::ProxyConnectionInfo]
237
242
  # Display information of a ProxyConnection.
238
243
  #
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.
244
+ # 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`, `cloud_run_job`, `nat`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
240
245
  # @!attribute [rw] load_balancer_backend_info
241
246
  # @return [::Google::Cloud::NetworkManagement::V1::LoadBalancerBackendInfo]
242
247
  # Display information of a specific load balancer backend.
243
248
  #
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.
249
+ # 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`, `cloud_run_job`, `nat`, `proxy_connection`, `storage_bucket`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
245
250
  # @!attribute [rw] storage_bucket
246
251
  # @return [::Google::Cloud::NetworkManagement::V1::StorageBucketInfo]
247
252
  # Display information of a Storage Bucket. Used only for return traces.
248
253
  #
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.
254
+ # 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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `serverless_neg`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
250
255
  # @!attribute [rw] serverless_neg
251
256
  # @return [::Google::Cloud::NetworkManagement::V1::ServerlessNegInfo]
252
257
  # Display information of a Serverless network endpoint group backend. Used
253
258
  # only for return traces.
254
259
  #
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.
260
+ # 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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `ngfw_packet_inspection`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
256
261
  # @!attribute [rw] ngfw_packet_inspection
257
262
  # @return [::Google::Cloud::NetworkManagement::V1::NgfwPacketInspectionInfo]
258
263
  # Display information of a layer 7 packet inspection by the firewall.
259
264
  #
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.
265
+ # 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`, `cloud_run_job`, `nat`, `proxy_connection`, `load_balancer_backend_info`, `storage_bucket`, `serverless_neg`, `dms_private_connection`. If a field in that set is populated, all other fields in the set will automatically be cleared.
266
+ # @!attribute [rw] dms_private_connection
267
+ # @return [::Google::Cloud::NetworkManagement::V1::PrivateConnectionInfo]
268
+ # Display information of a DMS Private Connection.
269
+ #
270
+ # Note: The following fields are mutually exclusive: `dms_private_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`, `cloud_run_job`, `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.
261
271
  class Step
262
272
  include ::Google::Protobuf::MessageExts
263
273
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -318,6 +328,10 @@ module Google
318
328
  # A CloudRunRevisionInfo is populated with starting revision information.
319
329
  START_FROM_CLOUD_RUN_REVISION = 26
320
330
 
331
+ # Initial state: packet originating from a Cloud Run Job.
332
+ # A CloudRunJobInfo is populated with starting Job information.
333
+ START_FROM_CLOUD_RUN_JOB = 50
334
+
321
335
  # Initial state: packet originating from a Storage Bucket. Used only for
322
336
  # return traces.
323
337
  # The storage_bucket information is populated.
@@ -332,6 +346,9 @@ module Google
332
346
  # The serverless_neg information is populated.
333
347
  START_FROM_SERVERLESS_NEG = 31
334
348
 
349
+ # Initial state: packet originating from a DMS Private Connection.
350
+ START_FROM_DMS_PRIVATE_CONNECTION = 48
351
+
335
352
  # Config checking state: verify ingress firewall rule.
336
353
  APPLY_INGRESS_FIREWALL_RULE = 4
337
354
 
@@ -1284,6 +1301,12 @@ module Google
1284
1301
 
1285
1302
  # Target is a GKE Pod.
1286
1303
  GKE_POD = 19
1304
+
1305
+ # Target is a Cloud Run Job. Used only for return traces.
1306
+ CLOUD_RUN_JOB = 20
1307
+
1308
+ # Target is a DMS Private Connection. Used only for return traces.
1309
+ DMS_PRIVATE_CONNECTION = 21
1287
1310
  end
1288
1311
 
1289
1312
  # Recognized type of a Google Service.
@@ -1743,6 +1766,9 @@ module Google
1743
1766
  # Packet was dropped inside Cloud SQL Service.
1744
1767
  DROPPED_INSIDE_CLOUD_SQL_SERVICE = 19
1745
1768
 
1769
+ # Packet was dropped inside DMS Private Connection.
1770
+ DROPPED_INSIDE_DMS_PRIVATE_CONNECTION = 114
1771
+
1746
1772
  # Packet was dropped because there is no peering between the originating
1747
1773
  # network and the Google Managed Services Network.
1748
1774
  GOOGLE_MANAGED_SERVICE_NO_PEERING = 20
@@ -1855,6 +1881,9 @@ module Google
1855
1881
  # Packet sent from a Cloud Run revision that is not ready.
1856
1882
  CLOUD_RUN_REVISION_NOT_READY = 29
1857
1883
 
1884
+ # Packet sent from a Cloud Run job that is not ready.
1885
+ CLOUD_RUN_JOB_NOT_READY = 113
1886
+
1858
1887
  # Packet was dropped inside Private Service Connect service producer.
1859
1888
  DROPPED_INSIDE_PSC_SERVICE_PRODUCER = 37
1860
1889
 
@@ -2008,6 +2037,10 @@ module Google
2008
2037
  # Packet is dropped because there is no valid matching route from the
2009
2038
  # network of the Google-managed service to the destination.
2010
2039
  NO_VALID_ROUTE_FROM_GOOGLE_MANAGED_NETWORK_TO_DESTINATION = 110
2040
+
2041
+ # Packet is dropped due to no running instance found for private
2042
+ # connection.
2043
+ PRIVATE_CONNECTION_NO_RUNNING_INSTANCE = 111
2011
2044
  end
2012
2045
  end
2013
2046
 
@@ -2269,6 +2302,21 @@ module Google
2269
2302
  extend ::Google::Protobuf::MessageExts::ClassMethods
2270
2303
  end
2271
2304
 
2305
+ # For display only. Metadata associated with a Cloud Run job.
2306
+ # @!attribute [rw] display_name
2307
+ # @return [::String]
2308
+ # Name of a Cloud Run job.
2309
+ # @!attribute [rw] uri
2310
+ # @return [::String]
2311
+ # URI of a Cloud Run job.
2312
+ # @!attribute [rw] location
2313
+ # @return [::String]
2314
+ # Location in which this job is deployed.
2315
+ class CloudRunJobInfo
2316
+ include ::Google::Protobuf::MessageExts
2317
+ extend ::Google::Protobuf::MessageExts::ClassMethods
2318
+ end
2319
+
2272
2320
  # For display only. Metadata associated with an App Engine version.
2273
2321
  # @!attribute [rw] display_name
2274
2322
  # @return [::String]
@@ -2568,6 +2616,16 @@ module Google
2568
2616
  extend ::Google::Protobuf::MessageExts::ClassMethods
2569
2617
  end
2570
2618
 
2619
+ # For display only. Metadata associated with a Private Connection.
2620
+ # @!attribute [rw] uri
2621
+ # @return [::String]
2622
+ # URI of the Private Connection in format
2623
+ # "projects/\\{project_id}/locations/\\{location}/privateConnections/\\{private_connection_id}"
2624
+ class PrivateConnectionInfo
2625
+ include ::Google::Protobuf::MessageExts
2626
+ extend ::Google::Protobuf::MessageExts::ClassMethods
2627
+ end
2628
+
2571
2629
  # Type of a load balancer. For more information, see [Summary of Google Cloud
2572
2630
  # load
2573
2631
  # balancers](https://cloud.google.com/load-balancing/docs/load-balancing-overview#summary-of-google-cloud-load-balancers).
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-network_management-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.10.1
4
+ version: 2.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement