google-cloud-network_security-v1 0.a → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.yardopts +12 -0
- data/AUTHENTICATION.md +122 -0
- data/README.md +154 -8
- data/lib/google/cloud/network_security/v1/address_group_service/client.rb +1457 -0
- data/lib/google/cloud/network_security/v1/address_group_service/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/address_group_service/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/address_group_service/paths.rb +110 -0
- data/lib/google/cloud/network_security/v1/address_group_service.rb +52 -0
- data/lib/google/cloud/network_security/v1/dns_threat_detector_service/client.rb +900 -0
- data/lib/google/cloud/network_security/v1/dns_threat_detector_service/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/dns_threat_detector_service/paths.rb +86 -0
- data/lib/google/cloud/network_security/v1/dns_threat_detector_service.rb +49 -0
- data/lib/google/cloud/network_security/v1/firewall_activation/client.rb +2098 -0
- data/lib/google/cloud/network_security/v1/firewall_activation/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/firewall_activation/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/firewall_activation/paths.rb +165 -0
- data/lib/google/cloud/network_security/v1/firewall_activation.rb +50 -0
- data/lib/google/cloud/network_security/v1/intercept/client.rb +2599 -0
- data/lib/google/cloud/network_security/v1/intercept/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/intercept/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/intercept/paths.rb +160 -0
- data/lib/google/cloud/network_security/v1/intercept.rb +51 -0
- data/lib/google/cloud/network_security/v1/mirroring/client.rb +2598 -0
- data/lib/google/cloud/network_security/v1/mirroring/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/mirroring/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/mirroring/paths.rb +160 -0
- data/lib/google/cloud/network_security/v1/mirroring.rb +50 -0
- data/lib/google/cloud/network_security/v1/network_security/client.rb +5161 -0
- data/lib/google/cloud/network_security/v1/network_security/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/network_security/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/network_security/paths.rb +280 -0
- data/lib/google/cloud/network_security/v1/network_security.rb +52 -0
- data/lib/google/cloud/network_security/v1/organization_address_group_service/client.rb +1457 -0
- data/lib/google/cloud/network_security/v1/organization_address_group_service/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/organization_address_group_service/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/organization_address_group_service/paths.rb +110 -0
- data/lib/google/cloud/network_security/v1/organization_address_group_service.rb +52 -0
- data/lib/google/cloud/network_security/v1/organization_security_profile_group_service/client.rb +1471 -0
- data/lib/google/cloud/network_security/v1/organization_security_profile_group_service/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/organization_security_profile_group_service/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/organization_security_profile_group_service/paths.rb +191 -0
- data/lib/google/cloud/network_security/v1/organization_security_profile_group_service.rb +50 -0
- data/lib/google/cloud/network_security/v1/security_profile_group_service/client.rb +1472 -0
- data/lib/google/cloud/network_security/v1/security_profile_group_service/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/security_profile_group_service/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/security_profile_group_service/paths.rb +191 -0
- data/lib/google/cloud/network_security/v1/security_profile_group_service.rb +51 -0
- data/lib/google/cloud/network_security/v1/sse_realm_service/client.rb +1316 -0
- data/lib/google/cloud/network_security/v1/sse_realm_service/credentials.rb +47 -0
- data/lib/google/cloud/network_security/v1/sse_realm_service/operations.rb +843 -0
- data/lib/google/cloud/network_security/v1/sse_realm_service/paths.rb +88 -0
- data/lib/google/cloud/network_security/v1/sse_realm_service.rb +50 -0
- data/lib/google/cloud/network_security/v1/version.rb +7 -2
- data/lib/google/cloud/network_security/v1.rb +49 -0
- data/lib/google/cloud/networksecurity/v1/address_group_pb.rb +46 -0
- data/lib/google/cloud/networksecurity/v1/address_group_services_pb.rb +97 -0
- data/lib/google/cloud/networksecurity/v1/authorization_policy_pb.rb +37 -0
- data/lib/google/cloud/networksecurity/v1/authz_policy_pb.rb +56 -0
- data/lib/google/cloud/networksecurity/v1/backend_authentication_config_pb.rb +33 -0
- data/lib/google/cloud/networksecurity/v1/client_tls_policy_pb.rb +33 -0
- data/lib/google/cloud/networksecurity/v1/common_pb.rb +24 -0
- data/lib/google/cloud/networksecurity/v1/dns_threat_detector_pb.rb +36 -0
- data/lib/google/cloud/networksecurity/v1/dns_threat_detector_services_pb.rb +53 -0
- data/lib/google/cloud/networksecurity/v1/firewall_activation_pb.rb +48 -0
- data/lib/google/cloud/networksecurity/v1/firewall_activation_services_pb.rb +73 -0
- data/lib/google/cloud/networksecurity/v1/gateway_security_policy_pb.rb +32 -0
- data/lib/google/cloud/networksecurity/v1/gateway_security_policy_rule_pb.rb +33 -0
- data/lib/google/cloud/networksecurity/v1/intercept_pb.rb +71 -0
- data/lib/google/cloud/networksecurity/v1/intercept_services_pb.rb +104 -0
- data/lib/google/cloud/networksecurity/v1/mirroring_pb.rb +72 -0
- data/lib/google/cloud/networksecurity/v1/mirroring_services_pb.rb +103 -0
- data/lib/google/cloud/networksecurity/v1/network_security_pb.rb +35 -0
- data/lib/google/cloud/networksecurity/v1/network_security_services_pb.rb +138 -0
- data/lib/google/cloud/networksecurity/v1/security_profile_group_intercept_pb.rb +24 -0
- data/lib/google/cloud/networksecurity/v1/security_profile_group_mirroring_pb.rb +24 -0
- data/lib/google/cloud/networksecurity/v1/security_profile_group_pb.rb +31 -0
- data/lib/google/cloud/networksecurity/v1/security_profile_group_service_pb.rb +42 -0
- data/lib/google/cloud/networksecurity/v1/security_profile_group_service_services_pb.rb +98 -0
- data/lib/google/cloud/networksecurity/v1/security_profile_group_threatprevention_pb.rb +30 -0
- data/lib/google/cloud/networksecurity/v1/security_profile_group_urlfiltering_pb.rb +25 -0
- data/lib/google/cloud/networksecurity/v1/server_tls_policy_pb.rb +35 -0
- data/lib/google/cloud/networksecurity/v1/sse_realm_pb.rb +46 -0
- data/lib/google/cloud/networksecurity/v1/sse_realm_services_pb.rb +59 -0
- data/lib/google/cloud/networksecurity/v1/tls_inspection_policy_pb.rb +34 -0
- data/lib/google/cloud/networksecurity/v1/tls_pb.rb +26 -0
- data/lib/google/cloud/networksecurity/v1/url_list_pb.rb +32 -0
- data/lib/google-cloud-network_security-v1.rb +21 -0
- data/proto_docs/README.md +4 -0
- data/proto_docs/google/api/client.rb +593 -0
- data/proto_docs/google/api/field_behavior.rb +85 -0
- data/proto_docs/google/api/field_info.rb +88 -0
- data/proto_docs/google/api/launch_stage.rb +71 -0
- data/proto_docs/google/api/resource.rb +227 -0
- data/proto_docs/google/cloud/networksecurity/v1/address_group.rb +374 -0
- data/proto_docs/google/cloud/networksecurity/v1/authorization_policy.rb +263 -0
- data/proto_docs/google/cloud/networksecurity/v1/authz_policy.rb +735 -0
- data/proto_docs/google/cloud/networksecurity/v1/backend_authentication_config.rb +217 -0
- data/proto_docs/google/cloud/networksecurity/v1/client_tls_policy.rb +162 -0
- data/proto_docs/google/cloud/networksecurity/v1/common.rb +57 -0
- data/proto_docs/google/cloud/networksecurity/v1/dns_threat_detector.rb +159 -0
- data/proto_docs/google/cloud/networksecurity/v1/firewall_activation.rb +469 -0
- data/proto_docs/google/cloud/networksecurity/v1/gateway_security_policy.rb +144 -0
- data/proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb +178 -0
- data/proto_docs/google/cloud/networksecurity/v1/intercept.rb +960 -0
- data/proto_docs/google/cloud/networksecurity/v1/mirroring.rb +970 -0
- data/proto_docs/google/cloud/networksecurity/v1/security_profile_group.rb +166 -0
- data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_intercept.rb +38 -0
- data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_mirroring.rb +38 -0
- data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_service.rb +211 -0
- data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_threatprevention.rb +193 -0
- data/proto_docs/google/cloud/networksecurity/v1/security_profile_group_urlfiltering.rb +66 -0
- data/proto_docs/google/cloud/networksecurity/v1/server_tls_policy.rb +251 -0
- data/proto_docs/google/cloud/networksecurity/v1/sse_realm.rb +388 -0
- data/proto_docs/google/cloud/networksecurity/v1/tls.rb +90 -0
- data/proto_docs/google/cloud/networksecurity/v1/tls_inspection_policy.rb +239 -0
- data/proto_docs/google/cloud/networksecurity/v1/url_list.rb +144 -0
- data/proto_docs/google/longrunning/operations.rb +191 -0
- data/proto_docs/google/protobuf/any.rb +145 -0
- data/proto_docs/google/protobuf/duration.rb +98 -0
- data/proto_docs/google/protobuf/empty.rb +34 -0
- data/proto_docs/google/protobuf/field_mask.rb +229 -0
- data/proto_docs/google/protobuf/timestamp.rb +127 -0
- data/proto_docs/google/rpc/status.rb +48 -0
- data/proto_docs/google/type/expr.rb +75 -0
- metadata +186 -9
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/dns_threat_detector.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/annotations_pb'
|
|
8
|
+
require 'google/api/client_pb'
|
|
9
|
+
require 'google/api/field_behavior_pb'
|
|
10
|
+
require 'google/api/resource_pb'
|
|
11
|
+
require 'google/protobuf/empty_pb'
|
|
12
|
+
require 'google/protobuf/field_mask_pb'
|
|
13
|
+
require 'google/protobuf/timestamp_pb'
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
descriptor_data = "\n9google/cloud/networksecurity/v1/dns_threat_detector.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x96\x05\n\x11\x44nsThreatDetector\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x08\xe0\x41\x05\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12S\n\x06labels\x18\x04 \x03(\x0b\x32>.google.cloud.networksecurity.v1.DnsThreatDetector.LabelsEntryB\x03\xe0\x41\x01\x12\x41\n\x11\x65xcluded_networks\x18\x05 \x03(\tB&\xe0\x41\x01\xfa\x41 \n\x1e\x63ompute.googleapis.com/Network\x12R\n\x08provider\x18\x06 \x01(\x0e\x32;.google.cloud.networksecurity.v1.DnsThreatDetector.ProviderB\x03\xe0\x41\x02\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"2\n\x08Provider\x12\x18\n\x14PROVIDER_UNSPECIFIED\x10\x00\x12\x0c\n\x08INFOBLOX\x10\x01:\xaf\x01\xea\x41\xab\x01\n0networksecurity.googleapis.com/DnsThreatDetector\x12Pprojects/{project}/locations/{location}/dnsThreatDetectors/{dns_threat_detector}*\x12\x64nsThreatDetectors2\x11\x64nsThreatDetector\"\x9a\x01\n\x1dListDnsThreatDetectorsRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\x12\x30networksecurity.googleapis.com/DnsThreatDetector\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\xa5\x01\n\x1eListDnsThreatDetectorsResponse\x12P\n\x14\x64ns_threat_detectors\x18\x01 \x03(\x0b\x32\x32.google.cloud.networksecurity.v1.DnsThreatDetector\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x18\n\x0bunreachable\x18\x03 \x03(\tB\x03\xe0\x41\x06\"e\n\x1bGetDnsThreatDetectorRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0networksecurity.googleapis.com/DnsThreatDetector\"\xe5\x01\n\x1e\x43reateDnsThreatDetectorRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\x12\x30networksecurity.googleapis.com/DnsThreatDetector\x12#\n\x16\x64ns_threat_detector_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12T\n\x13\x64ns_threat_detector\x18\x03 \x01(\x0b\x32\x32.google.cloud.networksecurity.v1.DnsThreatDetectorB\x03\xe0\x41\x02\"\xac\x01\n\x1eUpdateDnsThreatDetectorRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12T\n\x13\x64ns_threat_detector\x18\x02 \x01(\x0b\x32\x32.google.cloud.networksecurity.v1.DnsThreatDetectorB\x03\xe0\x41\x02\"h\n\x1e\x44\x65leteDnsThreatDetectorRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0networksecurity.googleapis.com/DnsThreatDetector2\x99\n\n\x18\x44nsThreatDetectorService\x12\xe2\x01\n\x16ListDnsThreatDetectors\x12>.google.cloud.networksecurity.v1.ListDnsThreatDetectorsRequest\x1a?.google.cloud.networksecurity.v1.ListDnsThreatDetectorsResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{parent=projects/*/locations/*}/dnsThreatDetectors\x12\xcf\x01\n\x14GetDnsThreatDetector\x12<.google.cloud.networksecurity.v1.GetDnsThreatDetectorRequest\x1a\x32.google.cloud.networksecurity.v1.DnsThreatDetector\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/dnsThreatDetectors/*}\x12\x98\x02\n\x17\x43reateDnsThreatDetector\x12?.google.cloud.networksecurity.v1.CreateDnsThreatDetectorRequest\x1a\x32.google.cloud.networksecurity.v1.DnsThreatDetector\"\x87\x01\xda\x41\x31parent,dns_threat_detector,dns_threat_detector_id\x82\xd3\xe4\x93\x02M\"6/v1/{parent=projects/*/locations/*}/dnsThreatDetectors:\x13\x64ns_threat_detector\x12\x9a\x02\n\x17UpdateDnsThreatDetector\x12?.google.cloud.networksecurity.v1.UpdateDnsThreatDetectorRequest\x1a\x32.google.cloud.networksecurity.v1.DnsThreatDetector\"\x89\x01\xda\x41\x1f\x64ns_threat_detector,update_mask\x82\xd3\xe4\x93\x02\x61\x32J/v1/{dns_threat_detector.name=projects/*/locations/*/dnsThreatDetectors/*}:\x13\x64ns_threat_detector\x12\xb9\x01\n\x17\x44\x65leteDnsThreatDetector\x12?.google.cloud.networksecurity.v1.DeleteDnsThreatDetectorRequest\x1a\x16.google.protobuf.Empty\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38*6/v1/{name=projects/*/locations/*/dnsThreatDetectors/*}\x1aR\xca\x41\x1enetworksecurity.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xc8\x02\n#com.google.cloud.networksecurity.v1B\x16\x44nsThreatDetectorProtoP\x01ZMcloud.google.com/go/networksecurity/apiv1/networksecuritypb;networksecuritypb\xaa\x02\x1fGoogle.Cloud.NetworkSecurity.V1\xca\x02\x1fGoogle\\Cloud\\NetworkSecurity\\V1\xea\x02\"Google::Cloud::NetworkSecurity::V1\xea\x41N\n\x1e\x63ompute.googleapis.com/Network\x12,projects/{project}/global/networks/{network}b\x06proto3"
|
|
17
|
+
|
|
18
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
19
|
+
pool.add_serialized_file(descriptor_data)
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Cloud
|
|
23
|
+
module NetworkSecurity
|
|
24
|
+
module V1
|
|
25
|
+
DnsThreatDetector = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DnsThreatDetector").msgclass
|
|
26
|
+
DnsThreatDetector::Provider = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DnsThreatDetector.Provider").enummodule
|
|
27
|
+
ListDnsThreatDetectorsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListDnsThreatDetectorsRequest").msgclass
|
|
28
|
+
ListDnsThreatDetectorsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListDnsThreatDetectorsResponse").msgclass
|
|
29
|
+
GetDnsThreatDetectorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetDnsThreatDetectorRequest").msgclass
|
|
30
|
+
CreateDnsThreatDetectorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateDnsThreatDetectorRequest").msgclass
|
|
31
|
+
UpdateDnsThreatDetectorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateDnsThreatDetectorRequest").msgclass
|
|
32
|
+
DeleteDnsThreatDetectorRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteDnsThreatDetectorRequest").msgclass
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
36
|
+
end
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/cloud/networksecurity/v1/dns_threat_detector.proto for package 'Google.Cloud.NetworkSecurity.V1'
|
|
3
|
+
# Original file comments:
|
|
4
|
+
# Copyright 2026 Google LLC
|
|
5
|
+
#
|
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
# you may not use this file except in compliance with the License.
|
|
8
|
+
# You may obtain a copy of the License at
|
|
9
|
+
#
|
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
#
|
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
# See the License for the specific language governing permissions and
|
|
16
|
+
# limitations under the License.
|
|
17
|
+
#
|
|
18
|
+
|
|
19
|
+
require 'grpc'
|
|
20
|
+
require 'google/cloud/networksecurity/v1/dns_threat_detector_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module NetworkSecurity
|
|
25
|
+
module V1
|
|
26
|
+
module DnsThreatDetectorService
|
|
27
|
+
# The Network Security API for DNS Threat Detectors.
|
|
28
|
+
class Service
|
|
29
|
+
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
|
+
|
|
32
|
+
self.marshal_class_method = :encode
|
|
33
|
+
self.unmarshal_class_method = :decode
|
|
34
|
+
self.service_name = 'google.cloud.networksecurity.v1.DnsThreatDetectorService'
|
|
35
|
+
|
|
36
|
+
# Lists DnsThreatDetectors in a given project and location.
|
|
37
|
+
rpc :ListDnsThreatDetectors, ::Google::Cloud::NetworkSecurity::V1::ListDnsThreatDetectorsRequest, ::Google::Cloud::NetworkSecurity::V1::ListDnsThreatDetectorsResponse
|
|
38
|
+
# Gets the details of a single DnsThreatDetector.
|
|
39
|
+
rpc :GetDnsThreatDetector, ::Google::Cloud::NetworkSecurity::V1::GetDnsThreatDetectorRequest, ::Google::Cloud::NetworkSecurity::V1::DnsThreatDetector
|
|
40
|
+
# Creates a new DnsThreatDetector in a given project and location.
|
|
41
|
+
rpc :CreateDnsThreatDetector, ::Google::Cloud::NetworkSecurity::V1::CreateDnsThreatDetectorRequest, ::Google::Cloud::NetworkSecurity::V1::DnsThreatDetector
|
|
42
|
+
# Updates a single DnsThreatDetector.
|
|
43
|
+
rpc :UpdateDnsThreatDetector, ::Google::Cloud::NetworkSecurity::V1::UpdateDnsThreatDetectorRequest, ::Google::Cloud::NetworkSecurity::V1::DnsThreatDetector
|
|
44
|
+
# Deletes a single DnsThreatDetector.
|
|
45
|
+
rpc :DeleteDnsThreatDetector, ::Google::Cloud::NetworkSecurity::V1::DeleteDnsThreatDetectorRequest, ::Google::Protobuf::Empty
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
Stub = Service.rpc_stub_class
|
|
49
|
+
end
|
|
50
|
+
end
|
|
51
|
+
end
|
|
52
|
+
end
|
|
53
|
+
end
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/firewall_activation.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/annotations_pb'
|
|
8
|
+
require 'google/api/client_pb'
|
|
9
|
+
require 'google/api/field_behavior_pb'
|
|
10
|
+
require 'google/api/resource_pb'
|
|
11
|
+
require 'google/cloud/networksecurity/v1/common_pb'
|
|
12
|
+
require 'google/longrunning/operations_pb'
|
|
13
|
+
require 'google/protobuf/empty_pb'
|
|
14
|
+
require 'google/protobuf/field_mask_pb'
|
|
15
|
+
require 'google/protobuf/timestamp_pb'
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
descriptor_data = "\n9google/cloud/networksecurity/v1/firewall_activation.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a,google/cloud/networksecurity/v1/common.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc3\n\n\x10\x46irewallEndpoint\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x08\x12\x18\n\x0b\x64\x65scription\x18\t \x01(\tB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12R\n\x06labels\x18\x04 \x03(\x0b\x32=.google.cloud.networksecurity.v1.FirewallEndpoint.LabelsEntryB\x03\xe0\x41\x01\x12K\n\x05state\x18\x05 \x01(\x0e\x32\x37.google.cloud.networksecurity.v1.FirewallEndpoint.StateB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\"\n\x13\x61ssociated_networks\x18\x07 \x03(\tB\x05\x18\x01\xe0\x41\x03\x12\x61\n\x0c\x61ssociations\x18\r \x03(\x0b\x32\x46.google.cloud.networksecurity.v1.FirewallEndpoint.AssociationReferenceB\x03\xe0\x41\x03\x12\x1f\n\rsatisfies_pzs\x18\x0e \x01(\x08\x42\x03\xe0\x41\x03H\x00\x88\x01\x01\x12\x1f\n\rsatisfies_pzi\x18\x0f \x01(\x08\x42\x03\xe0\x41\x03H\x01\x88\x01\x01\x12\x1f\n\x12\x62illing_project_id\x18\x08 \x01(\tB\x03\xe0\x41\x01\x12\x62\n\x11\x65ndpoint_settings\x18\x13 \x01(\x0b\x32\x42.google.cloud.networksecurity.v1.FirewallEndpoint.EndpointSettingsB\x03\xe0\x41\x01\x1a\xa1\x01\n\x14\x41ssociationReference\x12P\n\x04name\x18\x01 \x01(\tBB\xe0\x41\x03\xfa\x41<\n:networksecurity.googleapis.com/FirewallEndpointAssociation\x12\x37\n\x07network\x18\x02 \x01(\tB&\xe0\x41\x03\xfa\x41 \n\x1e\x63ompute.googleapis.com/Network\x1a\x38\n\x10\x45ndpointSettings\x12$\n\x14jumbo_frames_enabled\x18\x01 \x01(\x08\x42\x06\xe0\x41\x01\xe0\x41\x05\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"T\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0c\n\x08INACTIVE\x10\x04:\x82\x02\xea\x41\xfe\x01\n/networksecurity.googleapis.com/FirewallEndpoint\x12Worganizations/{organization}/locations/{location}/firewallEndpoints/{firewall_endpoint}\x12Mprojects/{project}/locations/{location}/firewallEndpoints/{firewall_endpoint}*\x11\x66irewallEndpoints2\x10\x66irewallEndpointB\x10\n\x0e_satisfies_pzsB\x10\n\x0e_satisfies_pzi\"\xba\x01\n\x1cListFirewallEndpointsRequest\x12G\n\x06parent\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\x12/networksecurity.googleapis.com/FirewallEndpoint\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x9c\x01\n\x1dListFirewallEndpointsResponse\x12M\n\x12\x66irewall_endpoints\x18\x01 \x03(\x0b\x32\x31.google.cloud.networksecurity.v1.FirewallEndpoint\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"c\n\x1aGetFirewallEndpointRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\n/networksecurity.googleapis.com/FirewallEndpoint\"\xf7\x01\n\x1d\x43reateFirewallEndpointRequest\x12G\n\x06parent\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\x12/networksecurity.googleapis.com/FirewallEndpoint\x12!\n\x14\x66irewall_endpoint_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12Q\n\x11\x66irewall_endpoint\x18\x03 \x01(\x0b\x32\x31.google.cloud.networksecurity.v1.FirewallEndpointB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xc1\x01\n\x1dUpdateFirewallEndpointRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12Q\n\x11\x66irewall_endpoint\x18\x02 \x01(\x0b\x32\x31.google.cloud.networksecurity.v1.FirewallEndpointB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x7f\n\x1d\x44\x65leteFirewallEndpointRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe0\x41\x02\xfa\x41\x31\n/networksecurity.googleapis.com/FirewallEndpoint\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xd2\x06\n\x1b\x46irewallEndpointAssociation\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x08\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12]\n\x06labels\x18\x04 \x03(\x0b\x32H.google.cloud.networksecurity.v1.FirewallEndpointAssociation.LabelsEntryB\x03\xe0\x41\x01\x12V\n\x05state\x18\x05 \x01(\x0e\x32\x42.google.cloud.networksecurity.v1.FirewallEndpointAssociation.StateB\x03\xe0\x41\x03\x12\x14\n\x07network\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x1e\n\x11\x66irewall_endpoint\x18\x07 \x01(\tB\x03\xe0\x41\x02\x12Y\n\x15tls_inspection_policy\x18\x08 \x01(\tB:\xe0\x41\x01\xfa\x41\x34\n2networksecurity.googleapis.com/TlsInspectionPolicy\x12\x18\n\x0breconciling\x18\t \x01(\x08\x42\x03\xe0\x41\x03\x12\x15\n\x08\x64isabled\x18\n \x01(\x08\x42\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"`\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0c\n\x08INACTIVE\x10\x04\x12\n\n\x06ORPHAN\x10\x05:\xa6\x01\xea\x41\xa2\x01\n:networksecurity.googleapis.com/FirewallEndpointAssociation\x12\x64projects/{project}/locations/{location}/firewallEndpointAssociations/{firewall_endpoint_association}\"\xd0\x01\n\'ListFirewallEndpointAssociationsRequest\x12R\n\x06parent\x18\x01 \x01(\tBB\xe0\x41\x02\xfa\x41<\x12:networksecurity.googleapis.com/FirewallEndpointAssociation\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\xbe\x01\n(ListFirewallEndpointAssociationsResponse\x12\x64\n\x1e\x66irewall_endpoint_associations\x18\x01 \x03(\x0b\x32<.google.cloud.networksecurity.v1.FirewallEndpointAssociation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"y\n%GetFirewallEndpointAssociationRequest\x12P\n\x04name\x18\x01 \x01(\tBB\xe0\x41\x02\xfa\x41<\n:networksecurity.googleapis.com/FirewallEndpointAssociation\"\xb0\x02\n(CreateFirewallEndpointAssociationRequest\x12R\n\x06parent\x18\x01 \x01(\tBB\xe0\x41\x02\xfa\x41<\x12:networksecurity.googleapis.com/FirewallEndpointAssociation\x12-\n firewall_endpoint_association_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12h\n\x1d\x66irewall_endpoint_association\x18\x03 \x01(\x0b\x32<.google.cloud.networksecurity.v1.FirewallEndpointAssociationB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\x95\x01\n(DeleteFirewallEndpointAssociationRequest\x12P\n\x04name\x18\x01 \x01(\tBB\xe0\x41\x02\xfa\x41<\n:networksecurity.googleapis.com/FirewallEndpointAssociation\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xe3\x01\n(UpdateFirewallEndpointAssociationRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12h\n\x1d\x66irewall_endpoint_association\x18\x02 \x01(\x0b\x32<.google.cloud.networksecurity.v1.FirewallEndpointAssociationB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x32\x98#\n\x12\x46irewallActivation\x12\xe3\x01\n\x15ListFirewallEndpoints\x12=.google.cloud.networksecurity.v1.ListFirewallEndpointsRequest\x1a>.google.cloud.networksecurity.v1.ListFirewallEndpointsResponse\"K\xda\x41\x06parent\x82\xd3\xe4\x93\x02<\x12:/v1/{parent=organizations/*/locations/*}/firewallEndpoints\x12\xe5\x01\n\x1cListProjectFirewallEndpoints\x12=.google.cloud.networksecurity.v1.ListFirewallEndpointsRequest\x1a>.google.cloud.networksecurity.v1.ListFirewallEndpointsResponse\"F\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{parent=projects/*/locations/*}/firewallEndpoints\x12\xd0\x01\n\x13GetFirewallEndpoint\x12;.google.cloud.networksecurity.v1.GetFirewallEndpointRequest\x1a\x31.google.cloud.networksecurity.v1.FirewallEndpoint\"I\xda\x41\x04name\x82\xd3\xe4\x93\x02<\x12:/v1/{name=organizations/*/locations/*/firewallEndpoints/*}\x12\xd2\x01\n\x1aGetProjectFirewallEndpoint\x12;.google.cloud.networksecurity.v1.GetFirewallEndpointRequest\x1a\x31.google.cloud.networksecurity.v1.FirewallEndpoint\"D\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{name=projects/*/locations/*/firewallEndpoints/*}\x12\xc7\x02\n\x16\x43reateFirewallEndpoint\x12>.google.cloud.networksecurity.v1.CreateFirewallEndpointRequest\x1a\x1d.google.longrunning.Operation\"\xcd\x01\xca\x41\x45\n\x10\x46irewallEndpoint\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41-parent,firewall_endpoint,firewall_endpoint_id\x82\xd3\xe4\x93\x02O\":/v1/{parent=organizations/*/locations/*}/firewallEndpoints:\x11\x66irewall_endpoint\x12\xc9\x02\n\x1d\x43reateProjectFirewallEndpoint\x12>.google.cloud.networksecurity.v1.CreateFirewallEndpointRequest\x1a\x1d.google.longrunning.Operation\"\xc8\x01\xca\x41\x45\n\x10\x46irewallEndpoint\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41-parent,firewall_endpoint,firewall_endpoint_id\x82\xd3\xe4\x93\x02J\"5/v1/{parent=projects/*/locations/*}/firewallEndpoints:\x11\x66irewall_endpoint\x12\x90\x02\n\x16\x44\x65leteFirewallEndpoint\x12>.google.cloud.networksecurity.v1.DeleteFirewallEndpointRequest\x1a\x1d.google.longrunning.Operation\"\x96\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02<*:/v1/{name=organizations/*/locations/*/firewallEndpoints/*}\x12\x92\x02\n\x1d\x44\x65leteProjectFirewallEndpoint\x12>.google.cloud.networksecurity.v1.DeleteFirewallEndpointRequest\x1a\x1d.google.longrunning.Operation\"\x91\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37*5/v1/{name=projects/*/locations/*/firewallEndpoints/*}\x12\xc9\x02\n\x16UpdateFirewallEndpoint\x12>.google.cloud.networksecurity.v1.UpdateFirewallEndpointRequest\x1a\x1d.google.longrunning.Operation\"\xcf\x01\xca\x41\x45\n\x10\x46irewallEndpoint\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x1d\x66irewall_endpoint,update_mask\x82\xd3\xe4\x93\x02\x61\x32L/v1/{firewall_endpoint.name=organizations/*/locations/*/firewallEndpoints/*}:\x11\x66irewall_endpoint\x12\xcb\x02\n\x1dUpdateProjectFirewallEndpoint\x12>.google.cloud.networksecurity.v1.UpdateFirewallEndpointRequest\x1a\x1d.google.longrunning.Operation\"\xca\x01\xca\x41\x45\n\x10\x46irewallEndpoint\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x1d\x66irewall_endpoint,update_mask\x82\xd3\xe4\x93\x02\\2G/v1/{firewall_endpoint.name=projects/*/locations/*/firewallEndpoints/*}:\x11\x66irewall_endpoint\x12\x8a\x02\n ListFirewallEndpointAssociations\x12H.google.cloud.networksecurity.v1.ListFirewallEndpointAssociationsRequest\x1aI.google.cloud.networksecurity.v1.ListFirewallEndpointAssociationsResponse\"Q\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x42\x12@/v1/{parent=projects/*/locations/*}/firewallEndpointAssociations\x12\xf7\x01\n\x1eGetFirewallEndpointAssociation\x12\x46.google.cloud.networksecurity.v1.GetFirewallEndpointAssociationRequest\x1a<.google.cloud.networksecurity.v1.FirewallEndpointAssociation\"O\xda\x41\x04name\x82\xd3\xe4\x93\x02\x42\x12@/v1/{name=projects/*/locations/*/firewallEndpointAssociations/*}\x12\x92\x03\n!CreateFirewallEndpointAssociation\x12I.google.cloud.networksecurity.v1.CreateFirewallEndpointAssociationRequest\x1a\x1d.google.longrunning.Operation\"\x82\x02\xca\x41P\n\x1b\x46irewallEndpointAssociation\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x45parent,firewall_endpoint_association,firewall_endpoint_association_id\x82\xd3\xe4\x93\x02\x61\"@/v1/{parent=projects/*/locations/*}/firewallEndpointAssociations:\x1d\x66irewall_endpoint_association\x12\xac\x02\n!DeleteFirewallEndpointAssociation\x12I.google.cloud.networksecurity.v1.DeleteFirewallEndpointAssociationRequest\x1a\x1d.google.longrunning.Operation\"\x9c\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x42*@/v1/{name=projects/*/locations/*/firewallEndpointAssociations/*}\x12\x94\x03\n!UpdateFirewallEndpointAssociation\x12I.google.cloud.networksecurity.v1.UpdateFirewallEndpointAssociationRequest\x1a\x1d.google.longrunning.Operation\"\x84\x02\xca\x41P\n\x1b\x46irewallEndpointAssociation\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41)firewall_endpoint_association,update_mask\x82\xd3\xe4\x93\x02\x7f\x32^/v1/{firewall_endpoint_association.name=projects/*/locations/*/firewallEndpointAssociations/*}:\x1d\x66irewall_endpoint_association\x1aR\xca\x41\x1enetworksecurity.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xe3\x02\n#com.google.cloud.networksecurity.v1B\x17\x46irewallActivationProtoP\x01ZMcloud.google.com/go/networksecurity/apiv1/networksecuritypb;networksecuritypb\xaa\x02\x1fGoogle.Cloud.NetworkSecurity.V1\xca\x02\x1fGoogle\\Cloud\\NetworkSecurity\\V1\xea\x02\"Google::Cloud::NetworkSecurity::V1\xea\x41h\n3networksecurity.googleapis.com/OrganizationLocation\x12\x31organizations/{organization}/locations/{location}b\x06proto3"
|
|
19
|
+
|
|
20
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
21
|
+
pool.add_serialized_file(descriptor_data)
|
|
22
|
+
|
|
23
|
+
module Google
|
|
24
|
+
module Cloud
|
|
25
|
+
module NetworkSecurity
|
|
26
|
+
module V1
|
|
27
|
+
FirewallEndpoint = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.FirewallEndpoint").msgclass
|
|
28
|
+
FirewallEndpoint::AssociationReference = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.FirewallEndpoint.AssociationReference").msgclass
|
|
29
|
+
FirewallEndpoint::EndpointSettings = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.FirewallEndpoint.EndpointSettings").msgclass
|
|
30
|
+
FirewallEndpoint::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.FirewallEndpoint.State").enummodule
|
|
31
|
+
ListFirewallEndpointsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListFirewallEndpointsRequest").msgclass
|
|
32
|
+
ListFirewallEndpointsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListFirewallEndpointsResponse").msgclass
|
|
33
|
+
GetFirewallEndpointRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetFirewallEndpointRequest").msgclass
|
|
34
|
+
CreateFirewallEndpointRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateFirewallEndpointRequest").msgclass
|
|
35
|
+
UpdateFirewallEndpointRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateFirewallEndpointRequest").msgclass
|
|
36
|
+
DeleteFirewallEndpointRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteFirewallEndpointRequest").msgclass
|
|
37
|
+
FirewallEndpointAssociation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.FirewallEndpointAssociation").msgclass
|
|
38
|
+
FirewallEndpointAssociation::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.FirewallEndpointAssociation.State").enummodule
|
|
39
|
+
ListFirewallEndpointAssociationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListFirewallEndpointAssociationsRequest").msgclass
|
|
40
|
+
ListFirewallEndpointAssociationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListFirewallEndpointAssociationsResponse").msgclass
|
|
41
|
+
GetFirewallEndpointAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetFirewallEndpointAssociationRequest").msgclass
|
|
42
|
+
CreateFirewallEndpointAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateFirewallEndpointAssociationRequest").msgclass
|
|
43
|
+
DeleteFirewallEndpointAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteFirewallEndpointAssociationRequest").msgclass
|
|
44
|
+
UpdateFirewallEndpointAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateFirewallEndpointAssociationRequest").msgclass
|
|
45
|
+
end
|
|
46
|
+
end
|
|
47
|
+
end
|
|
48
|
+
end
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/cloud/networksecurity/v1/firewall_activation.proto for package 'Google.Cloud.NetworkSecurity.V1'
|
|
3
|
+
# Original file comments:
|
|
4
|
+
# Copyright 2026 Google LLC
|
|
5
|
+
#
|
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
# you may not use this file except in compliance with the License.
|
|
8
|
+
# You may obtain a copy of the License at
|
|
9
|
+
#
|
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
#
|
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
# See the License for the specific language governing permissions and
|
|
16
|
+
# limitations under the License.
|
|
17
|
+
#
|
|
18
|
+
|
|
19
|
+
require 'grpc'
|
|
20
|
+
require 'google/cloud/networksecurity/v1/firewall_activation_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module NetworkSecurity
|
|
25
|
+
module V1
|
|
26
|
+
module FirewallActivation
|
|
27
|
+
# Service for managing Firewall Endpoints and Associations.
|
|
28
|
+
class Service
|
|
29
|
+
|
|
30
|
+
include ::GRPC::GenericService
|
|
31
|
+
|
|
32
|
+
self.marshal_class_method = :encode
|
|
33
|
+
self.unmarshal_class_method = :decode
|
|
34
|
+
self.service_name = 'google.cloud.networksecurity.v1.FirewallActivation'
|
|
35
|
+
|
|
36
|
+
# Lists FirewallEndpoints in a given organization and location.
|
|
37
|
+
rpc :ListFirewallEndpoints, ::Google::Cloud::NetworkSecurity::V1::ListFirewallEndpointsRequest, ::Google::Cloud::NetworkSecurity::V1::ListFirewallEndpointsResponse
|
|
38
|
+
# Lists FirewallEndpoints in a given project and location.
|
|
39
|
+
rpc :ListProjectFirewallEndpoints, ::Google::Cloud::NetworkSecurity::V1::ListFirewallEndpointsRequest, ::Google::Cloud::NetworkSecurity::V1::ListFirewallEndpointsResponse
|
|
40
|
+
# Gets details of a single org Endpoint.
|
|
41
|
+
rpc :GetFirewallEndpoint, ::Google::Cloud::NetworkSecurity::V1::GetFirewallEndpointRequest, ::Google::Cloud::NetworkSecurity::V1::FirewallEndpoint
|
|
42
|
+
# Gets details of a single project Endpoint.
|
|
43
|
+
rpc :GetProjectFirewallEndpoint, ::Google::Cloud::NetworkSecurity::V1::GetFirewallEndpointRequest, ::Google::Cloud::NetworkSecurity::V1::FirewallEndpoint
|
|
44
|
+
# Creates a new FirewallEndpoint in a given organization and location.
|
|
45
|
+
rpc :CreateFirewallEndpoint, ::Google::Cloud::NetworkSecurity::V1::CreateFirewallEndpointRequest, ::Google::Longrunning::Operation
|
|
46
|
+
# Creates a new FirewallEndpoint in a given project and location.
|
|
47
|
+
rpc :CreateProjectFirewallEndpoint, ::Google::Cloud::NetworkSecurity::V1::CreateFirewallEndpointRequest, ::Google::Longrunning::Operation
|
|
48
|
+
# Deletes a single org Endpoint.
|
|
49
|
+
rpc :DeleteFirewallEndpoint, ::Google::Cloud::NetworkSecurity::V1::DeleteFirewallEndpointRequest, ::Google::Longrunning::Operation
|
|
50
|
+
# Deletes a single project Endpoint.
|
|
51
|
+
rpc :DeleteProjectFirewallEndpoint, ::Google::Cloud::NetworkSecurity::V1::DeleteFirewallEndpointRequest, ::Google::Longrunning::Operation
|
|
52
|
+
# Update a single org Endpoint.
|
|
53
|
+
rpc :UpdateFirewallEndpoint, ::Google::Cloud::NetworkSecurity::V1::UpdateFirewallEndpointRequest, ::Google::Longrunning::Operation
|
|
54
|
+
# Update a single project Endpoint.
|
|
55
|
+
rpc :UpdateProjectFirewallEndpoint, ::Google::Cloud::NetworkSecurity::V1::UpdateFirewallEndpointRequest, ::Google::Longrunning::Operation
|
|
56
|
+
# Lists Associations in a given project and location.
|
|
57
|
+
rpc :ListFirewallEndpointAssociations, ::Google::Cloud::NetworkSecurity::V1::ListFirewallEndpointAssociationsRequest, ::Google::Cloud::NetworkSecurity::V1::ListFirewallEndpointAssociationsResponse
|
|
58
|
+
# Gets details of a single FirewallEndpointAssociation.
|
|
59
|
+
rpc :GetFirewallEndpointAssociation, ::Google::Cloud::NetworkSecurity::V1::GetFirewallEndpointAssociationRequest, ::Google::Cloud::NetworkSecurity::V1::FirewallEndpointAssociation
|
|
60
|
+
# Creates a new FirewallEndpointAssociation in a given project and location.
|
|
61
|
+
rpc :CreateFirewallEndpointAssociation, ::Google::Cloud::NetworkSecurity::V1::CreateFirewallEndpointAssociationRequest, ::Google::Longrunning::Operation
|
|
62
|
+
# Deletes a single FirewallEndpointAssociation.
|
|
63
|
+
rpc :DeleteFirewallEndpointAssociation, ::Google::Cloud::NetworkSecurity::V1::DeleteFirewallEndpointAssociationRequest, ::Google::Longrunning::Operation
|
|
64
|
+
# Update a single FirewallEndpointAssociation.
|
|
65
|
+
rpc :UpdateFirewallEndpointAssociation, ::Google::Cloud::NetworkSecurity::V1::UpdateFirewallEndpointAssociationRequest, ::Google::Longrunning::Operation
|
|
66
|
+
end
|
|
67
|
+
|
|
68
|
+
Stub = Service.rpc_stub_class
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
end
|
|
73
|
+
end
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/gateway_security_policy.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
require 'google/api/resource_pb'
|
|
9
|
+
require 'google/protobuf/field_mask_pb'
|
|
10
|
+
require 'google/protobuf/timestamp_pb'
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
descriptor_data = "\n=google/cloud/networksecurity/v1/gateway_security_policy.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa3\x03\n\x15GatewaySecurityPolicy\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x18\n\x0b\x64\x65scription\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12Y\n\x15tls_inspection_policy\x18\x05 \x01(\tB:\xe0\x41\x01\xfa\x41\x34\n2networksecurity.googleapis.com/TlsInspectionPolicy:\x95\x01\xea\x41\x91\x01\n4networksecurity.googleapis.com/GatewaySecurityPolicy\x12Yprojects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}\"\xf9\x01\n\"CreateGatewaySecurityPolicyRequest\x12L\n\x06parent\x18\x01 \x01(\tB<\xe0\x41\x02\xfa\x41\x36\x12\x34networksecurity.googleapis.com/GatewaySecurityPolicy\x12\'\n\x1agateway_security_policy_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\\\n\x17gateway_security_policy\x18\x03 \x01(\x0b\x32\x36.google.cloud.networksecurity.v1.GatewaySecurityPolicyB\x03\xe0\x41\x02\"\x86\x01\n\"ListGatewaySecurityPoliciesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\xae\x01\n#ListGatewaySecurityPoliciesResponse\x12Y\n\x19gateway_security_policies\x18\x01 \x03(\x0b\x32\x36.google.cloud.networksecurity.v1.GatewaySecurityPolicy\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"m\n\x1fGetGatewaySecurityPolicyRequest\x12J\n\x04name\x18\x01 \x01(\tB<\xe0\x41\x02\xfa\x41\x36\n4networksecurity.googleapis.com/GatewaySecurityPolicy\"p\n\"DeleteGatewaySecurityPolicyRequest\x12J\n\x04name\x18\x01 \x01(\tB<\xe0\x41\x02\xfa\x41\x36\n4networksecurity.googleapis.com/GatewaySecurityPolicy\"\xb8\x01\n\"UpdateGatewaySecurityPolicyRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\\\n\x17gateway_security_policy\x18\x02 \x01(\x0b\x32\x36.google.cloud.networksecurity.v1.GatewaySecurityPolicyB\x03\xe0\x41\x02\x42\xfb\x01\n#com.google.cloud.networksecurity.v1B\x1aGatewaySecurityPolicyProtoP\x01ZMcloud.google.com/go/networksecurity/apiv1/networksecuritypb;networksecuritypb\xaa\x02\x1fGoogle.Cloud.NetworkSecurity.V1\xca\x02\x1fGoogle\\Cloud\\NetworkSecurity\\V1\xea\x02\"Google::Cloud::NetworkSecurity::V1b\x06proto3"
|
|
14
|
+
|
|
15
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
16
|
+
pool.add_serialized_file(descriptor_data)
|
|
17
|
+
|
|
18
|
+
module Google
|
|
19
|
+
module Cloud
|
|
20
|
+
module NetworkSecurity
|
|
21
|
+
module V1
|
|
22
|
+
GatewaySecurityPolicy = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GatewaySecurityPolicy").msgclass
|
|
23
|
+
CreateGatewaySecurityPolicyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateGatewaySecurityPolicyRequest").msgclass
|
|
24
|
+
ListGatewaySecurityPoliciesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListGatewaySecurityPoliciesRequest").msgclass
|
|
25
|
+
ListGatewaySecurityPoliciesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListGatewaySecurityPoliciesResponse").msgclass
|
|
26
|
+
GetGatewaySecurityPolicyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetGatewaySecurityPolicyRequest").msgclass
|
|
27
|
+
DeleteGatewaySecurityPolicyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteGatewaySecurityPolicyRequest").msgclass
|
|
28
|
+
UpdateGatewaySecurityPolicyRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateGatewaySecurityPolicyRequest").msgclass
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/gateway_security_policy_rule.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
require 'google/api/resource_pb'
|
|
9
|
+
require 'google/protobuf/field_mask_pb'
|
|
10
|
+
require 'google/protobuf/timestamp_pb'
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
descriptor_data = "\nBgoogle/cloud/networksecurity/v1/gateway_security_policy_rule.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa8\x05\n\x19GatewaySecurityPolicyRule\x12\x65\n\rbasic_profile\x18\t \x01(\x0e\x32G.google.cloud.networksecurity.v1.GatewaySecurityPolicyRule.BasicProfileB\x03\xe0\x41\x02H\x00\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x02\xe0\x41\x05\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x14\n\x07\x65nabled\x18\x04 \x01(\x08\x42\x03\xe0\x41\x02\x12\x15\n\x08priority\x18\x05 \x01(\x05\x42\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65scription\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x1c\n\x0fsession_matcher\x18\x07 \x01(\tB\x03\xe0\x41\x02\x12 \n\x13\x61pplication_matcher\x18\x08 \x01(\tB\x03\xe0\x41\x01\x12#\n\x16tls_inspection_enabled\x18\n \x01(\x08\x42\x03\xe0\x41\x01\"B\n\x0c\x42\x61sicProfile\x12\x1d\n\x19\x42\x41SIC_PROFILE_UNSPECIFIED\x10\x00\x12\t\n\x05\x41LLOW\x10\x01\x12\x08\n\x04\x44\x45NY\x10\x02:\xa6\x01\xea\x41\xa2\x01\n8networksecurity.googleapis.com/GatewaySecurityPolicyRule\x12\x66projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule}B\t\n\x07profile\"\x8a\x02\n&CreateGatewaySecurityPolicyRuleRequest\x12P\n\x06parent\x18\x01 \x01(\tB@\xe0\x41\x02\xfa\x41:\x12\x38networksecurity.googleapis.com/GatewaySecurityPolicyRule\x12\x65\n\x1cgateway_security_policy_rule\x18\x02 \x01(\x0b\x32:.google.cloud.networksecurity.v1.GatewaySecurityPolicyRuleB\x03\xe0\x41\x02\x12\'\n\x1fgateway_security_policy_rule_id\x18\x03 \x01(\t\"u\n#GetGatewaySecurityPolicyRuleRequest\x12N\n\x04name\x18\x01 \x01(\tB@\xe0\x41\x02\xfa\x41:\n8networksecurity.googleapis.com/GatewaySecurityPolicyRule\"\xc5\x01\n&UpdateGatewaySecurityPolicyRuleRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x65\n\x1cgateway_security_policy_rule\x18\x02 \x01(\x0b\x32:.google.cloud.networksecurity.v1.GatewaySecurityPolicyRuleB\x03\xe0\x41\x02\"\x9c\x01\n%ListGatewaySecurityPolicyRulesRequest\x12L\n\x06parent\x18\x01 \x01(\tB<\xe0\x41\x02\xfa\x41\x36\n4networksecurity.googleapis.com/GatewaySecurityPolicy\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\xb9\x01\n&ListGatewaySecurityPolicyRulesResponse\x12\x61\n\x1dgateway_security_policy_rules\x18\x01 \x03(\x0b\x32:.google.cloud.networksecurity.v1.GatewaySecurityPolicyRule\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"x\n&DeleteGatewaySecurityPolicyRuleRequest\x12N\n\x04name\x18\x01 \x01(\tB@\xe0\x41\x02\xfa\x41:\n8networksecurity.googleapis.com/GatewaySecurityPolicyRuleB\xff\x01\n#com.google.cloud.networksecurity.v1B\x1eGatewaySecurityPolicyRuleProtoP\x01ZMcloud.google.com/go/networksecurity/apiv1/networksecuritypb;networksecuritypb\xaa\x02\x1fGoogle.Cloud.NetworkSecurity.V1\xca\x02\x1fGoogle\\Cloud\\NetworkSecurity\\V1\xea\x02\"Google::Cloud::NetworkSecurity::V1b\x06proto3"
|
|
14
|
+
|
|
15
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
16
|
+
pool.add_serialized_file(descriptor_data)
|
|
17
|
+
|
|
18
|
+
module Google
|
|
19
|
+
module Cloud
|
|
20
|
+
module NetworkSecurity
|
|
21
|
+
module V1
|
|
22
|
+
GatewaySecurityPolicyRule = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GatewaySecurityPolicyRule").msgclass
|
|
23
|
+
GatewaySecurityPolicyRule::BasicProfile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GatewaySecurityPolicyRule.BasicProfile").enummodule
|
|
24
|
+
CreateGatewaySecurityPolicyRuleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateGatewaySecurityPolicyRuleRequest").msgclass
|
|
25
|
+
GetGatewaySecurityPolicyRuleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetGatewaySecurityPolicyRuleRequest").msgclass
|
|
26
|
+
UpdateGatewaySecurityPolicyRuleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateGatewaySecurityPolicyRuleRequest").msgclass
|
|
27
|
+
ListGatewaySecurityPolicyRulesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListGatewaySecurityPolicyRulesRequest").msgclass
|
|
28
|
+
ListGatewaySecurityPolicyRulesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListGatewaySecurityPolicyRulesResponse").msgclass
|
|
29
|
+
DeleteGatewaySecurityPolicyRuleRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteGatewaySecurityPolicyRuleRequest").msgclass
|
|
30
|
+
end
|
|
31
|
+
end
|
|
32
|
+
end
|
|
33
|
+
end
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/intercept.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/annotations_pb'
|
|
8
|
+
require 'google/api/client_pb'
|
|
9
|
+
require 'google/api/field_behavior_pb'
|
|
10
|
+
require 'google/api/field_info_pb'
|
|
11
|
+
require 'google/api/resource_pb'
|
|
12
|
+
require 'google/cloud/networksecurity/v1/common_pb'
|
|
13
|
+
require 'google/longrunning/operations_pb'
|
|
14
|
+
require 'google/protobuf/empty_pb'
|
|
15
|
+
require 'google/protobuf/field_mask_pb'
|
|
16
|
+
require 'google/protobuf/timestamp_pb'
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
descriptor_data = "\n/google/cloud/networksecurity/v1/intercept.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x1bgoogle/api/field_info.proto\x1a\x19google/api/resource.proto\x1a,google/cloud/networksecurity/v1/common.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xf5\x0b\n\x16InterceptEndpointGroup\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x08\xe0\x41\x05\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12X\n\x06labels\x18\x04 \x03(\x0b\x32\x43.google.cloud.networksecurity.v1.InterceptEndpointGroup.LabelsEntryB\x03\xe0\x41\x01\x12\x66\n\x1aintercept_deployment_group\x18\x05 \x01(\tBB\xe0\x41\x02\xe0\x41\x05\xfa\x41\x39\n7networksecurity.googleapis.com/InterceptDeploymentGroup\x12y\n\x1a\x63onnected_deployment_group\x18\x0b \x01(\x0b\x32P.google.cloud.networksecurity.v1.InterceptEndpointGroup.ConnectedDeploymentGroupB\x03\xe0\x41\x03\x12Q\n\x05state\x18\x07 \x01(\x0e\x32=.google.cloud.networksecurity.v1.InterceptEndpointGroup.StateB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03\x12\x65\n\x0c\x61ssociations\x18\t \x03(\x0b\x32J.google.cloud.networksecurity.v1.InterceptEndpointGroup.AssociationDetailsB\x03\xe0\x41\x03\x12\x18\n\x0b\x64\x65scription\x18\n \x01(\tB\x03\xe0\x41\x01\x1a\xb5\x01\n\x18\x43onnectedDeploymentGroup\x12M\n\x04name\x18\x01 \x01(\tB?\xe0\x41\x03\xfa\x41\x39\n7networksecurity.googleapis.com/InterceptDeploymentGroup\x12J\n\tlocations\x18\x02 \x03(\x0b\x32\x32.google.cloud.networksecurity.v1.InterceptLocationB\x03\xe0\x41\x03\x1a\x83\x02\n\x12\x41ssociationDetails\x12V\n\x04name\x18\x01 \x01(\tBH\xe0\x41\x03\xfa\x41\x42\n@networksecurity.googleapis.com/InterceptEndpointGroupAssociation\x12\x37\n\x07network\x18\x02 \x01(\tB&\xe0\x41\x03\xfa\x41 \n\x1e\x63ompute.googleapis.com/Network\x12\\\n\x05state\x18\x03 \x01(\x0e\x32H.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.StateB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"v\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\n\n\x06\x43LOSED\x10\x02\x12\x0c\n\x08\x43REATING\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x12\x0f\n\x0bOUT_OF_SYNC\x10\x05\x12\x11\n\rDELETE_FAILED\x10\x06:\xc8\x01\xea\x41\xc4\x01\n5networksecurity.googleapis.com/InterceptEndpointGroup\x12Zprojects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}*\x17interceptEndpointGroups2\x16interceptEndpointGroup\"\xd0\x01\n\"ListInterceptEndpointGroupsRequest\x12M\n\x06parent\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\x12\x35networksecurity.googleapis.com/InterceptEndpointGroup\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\x9a\x01\n#ListInterceptEndpointGroupsResponse\x12Z\n\x19intercept_endpoint_groups\x18\x01 \x03(\x0b\x32\x37.google.cloud.networksecurity.v1.InterceptEndpointGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"o\n GetInterceptEndpointGroupRequest\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5networksecurity.googleapis.com/InterceptEndpointGroup\"\x9f\x02\n#CreateInterceptEndpointGroupRequest\x12M\n\x06parent\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\x12\x35networksecurity.googleapis.com/InterceptEndpointGroup\x12(\n\x1bintercept_endpoint_group_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12^\n\x18intercept_endpoint_group\x18\x03 \x01(\x0b\x32\x37.google.cloud.networksecurity.v1.InterceptEndpointGroupB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xdc\x01\n#UpdateInterceptEndpointGroupRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12^\n\x18intercept_endpoint_group\x18\x02 \x01(\x0b\x32\x37.google.cloud.networksecurity.v1.InterceptEndpointGroupB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\x93\x01\n#DeleteInterceptEndpointGroupRequest\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5networksecurity.googleapis.com/InterceptEndpointGroup\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\x81\x0b\n!InterceptEndpointGroupAssociation\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x08\xe0\x41\x05\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x63\n\x06labels\x18\x04 \x03(\x0b\x32N.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LabelsEntryB\x03\xe0\x41\x01\x12\x62\n\x18intercept_endpoint_group\x18\x05 \x01(\tB@\xe0\x41\x02\xe0\x41\x05\xfa\x41\x37\n5networksecurity.googleapis.com/InterceptEndpointGroup\x12:\n\x07network\x18\x06 \x01(\tB)\xe0\x41\x02\xe0\x41\x05\xfa\x41 \n\x1e\x63ompute.googleapis.com/Network\x12t\n\x11locations_details\x18\x07 \x03(\x0b\x32R.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetailsB\x05\x18\x01\xe0\x41\x03\x12\\\n\x05state\x18\x08 \x01(\x0e\x32H.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.StateB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\t \x01(\x08\x42\x03\xe0\x41\x03\x12J\n\tlocations\x18\n \x03(\x0b\x32\x32.google.cloud.networksecurity.v1.InterceptLocationB\x03\xe0\x41\x03\x12\x1b\n\x0enetwork_cookie\x18\x0c \x01(\rB\x03\xe0\x41\x03\x1a\xd3\x01\n\x0fLocationDetails\x12\x15\n\x08location\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12l\n\x05state\x18\x02 \x01(\x0e\x32X.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails.StateB\x03\xe0\x41\x03\";\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0f\n\x0bOUT_OF_SYNC\x10\x02\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"v\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\n\n\x06\x43LOSED\x10\x04\x12\x0f\n\x0bOUT_OF_SYNC\x10\x05\x12\x11\n\rDELETE_FAILED\x10\x06:\x80\x02\xea\x41\xfc\x01\n@networksecurity.googleapis.com/InterceptEndpointGroupAssociation\x12qprojects/{project}/locations/{location}/interceptEndpointGroupAssociations/{intercept_endpoint_group_association}*\"interceptEndpointGroupAssociations2!interceptEndpointGroupAssociation\"\xe6\x01\n-ListInterceptEndpointGroupAssociationsRequest\x12X\n\x06parent\x18\x01 \x01(\tBH\xe0\x41\x02\xfa\x41\x42\x12@networksecurity.googleapis.com/InterceptEndpointGroupAssociation\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\xbc\x01\n.ListInterceptEndpointGroupAssociationsResponse\x12q\n%intercept_endpoint_group_associations\x18\x01 \x03(\x0b\x32\x42.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x85\x01\n+GetInterceptEndpointGroupAssociationRequest\x12V\n\x04name\x18\x01 \x01(\tBH\xe0\x41\x02\xfa\x41\x42\n@networksecurity.googleapis.com/InterceptEndpointGroupAssociation\"\xd8\x02\n.CreateInterceptEndpointGroupAssociationRequest\x12X\n\x06parent\x18\x01 \x01(\tBH\xe0\x41\x02\xfa\x41\x42\x12@networksecurity.googleapis.com/InterceptEndpointGroupAssociation\x12\x34\n\'intercept_endpoint_group_association_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12u\n$intercept_endpoint_group_association\x18\x03 \x01(\x0b\x32\x42.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociationB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xfe\x01\n.UpdateInterceptEndpointGroupAssociationRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12u\n$intercept_endpoint_group_association\x18\x02 \x01(\x0b\x32\x42.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociationB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xa9\x01\n.DeleteInterceptEndpointGroupAssociationRequest\x12V\n\x04name\x18\x01 \x01(\tBH\xe0\x41\x02\xfa\x41\x42\n@networksecurity.googleapis.com/InterceptEndpointGroupAssociation\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xc8\n\n\x18InterceptDeploymentGroup\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x08\xe0\x41\x05\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12Z\n\x06labels\x18\x04 \x03(\x0b\x32\x45.google.cloud.networksecurity.v1.InterceptDeploymentGroup.LabelsEntryB\x03\xe0\x41\x01\x12:\n\x07network\x18\x05 \x01(\tB)\xe0\x41\x02\xe0\x41\x05\xfa\x41 \n\x1e\x63ompute.googleapis.com/Network\x12x\n\x19\x63onnected_endpoint_groups\x18\x06 \x03(\x0b\x32P.google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroupB\x03\xe0\x41\x03\x12g\n\x12nested_deployments\x18\n \x03(\x0b\x32\x44.google.cloud.networksecurity.v1.InterceptDeploymentGroup.DeploymentB\x05\x18\x01\xe0\x41\x03\x12S\n\x05state\x18\x07 \x01(\x0e\x32?.google.cloud.networksecurity.v1.InterceptDeploymentGroup.StateB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x64\x65scription\x18\t \x01(\tB\x03\xe0\x41\x01\x12J\n\tlocations\x18\x0b \x03(\x0b\x32\x32.google.cloud.networksecurity.v1.InterceptLocationB\x03\xe0\x41\x03\x1a\x65\n\x16\x43onnectedEndpointGroup\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x03\xfa\x41\x37\n5networksecurity.googleapis.com/InterceptEndpointGroup\x1a\xa6\x01\n\nDeployment\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x03\xfa\x41\x34\n2networksecurity.googleapis.com/InterceptDeployment\x12N\n\x05state\x18\x02 \x01(\x0e\x32:.google.cloud.networksecurity.v1.InterceptDeployment.StateB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03:\xd2\x01\xea\x41\xce\x01\n7networksecurity.googleapis.com/InterceptDeploymentGroup\x12^projects/{project}/locations/{location}/interceptDeploymentGroups/{intercept_deployment_group}*\x19interceptDeploymentGroups2\x18interceptDeploymentGroup\"\xd4\x01\n$ListInterceptDeploymentGroupsRequest\x12O\n\x06parent\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\x12\x37networksecurity.googleapis.com/InterceptDeploymentGroup\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\xa0\x01\n%ListInterceptDeploymentGroupsResponse\x12^\n\x1bintercept_deployment_groups\x18\x01 \x03(\x0b\x32\x39.google.cloud.networksecurity.v1.InterceptDeploymentGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"s\n\"GetInterceptDeploymentGroupRequest\x12M\n\x04name\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\n7networksecurity.googleapis.com/InterceptDeploymentGroup\"\xa9\x02\n%CreateInterceptDeploymentGroupRequest\x12O\n\x06parent\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\x12\x37networksecurity.googleapis.com/InterceptDeploymentGroup\x12*\n\x1dintercept_deployment_group_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x62\n\x1aintercept_deployment_group\x18\x03 \x01(\x0b\x32\x39.google.cloud.networksecurity.v1.InterceptDeploymentGroupB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xe2\x01\n%UpdateInterceptDeploymentGroupRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x62\n\x1aintercept_deployment_group\x18\x02 \x01(\x0b\x32\x39.google.cloud.networksecurity.v1.InterceptDeploymentGroupB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\x97\x01\n%DeleteInterceptDeploymentGroupRequest\x12M\n\x04name\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\n7networksecurity.googleapis.com/InterceptDeploymentGroup\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xfb\x06\n\x13InterceptDeployment\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x08\xe0\x41\x05\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12U\n\x06labels\x18\x04 \x03(\x0b\x32@.google.cloud.networksecurity.v1.InterceptDeployment.LabelsEntryB\x03\xe0\x41\x01\x12I\n\x0f\x66orwarding_rule\x18\x05 \x01(\tB0\xe0\x41\x02\xe0\x41\x05\xfa\x41\'\n%compute.googleapis.com/ForwardingRule\x12\x66\n\x1aintercept_deployment_group\x18\x06 \x01(\tBB\xe0\x41\x02\xe0\x41\x05\xfa\x41\x39\n7networksecurity.googleapis.com/InterceptDeploymentGroup\x12N\n\x05state\x18\x07 \x01(\x0e\x32:.google.cloud.networksecurity.v1.InterceptDeployment.StateB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x64\x65scription\x18\t \x01(\tB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"j\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\x12\x0c\n\x08\x44\x45LETING\x10\x03\x12\x0f\n\x0bOUT_OF_SYNC\x10\x04\x12\x11\n\rDELETE_FAILED\x10\x05:\xb8\x01\xea\x41\xb4\x01\n2networksecurity.googleapis.com/InterceptDeployment\x12Sprojects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}*\x14interceptDeployments2\x13interceptDeployment\"\xca\x01\n\x1fListInterceptDeploymentsRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\x12\x32networksecurity.googleapis.com/InterceptDeployment\x12\x16\n\tpage_size\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08order_by\x18\x05 \x01(\tB\x03\xe0\x41\x01\"\xa5\x01\n ListInterceptDeploymentsResponse\x12S\n\x15intercept_deployments\x18\x01 \x03(\x0b\x32\x34.google.cloud.networksecurity.v1.InterceptDeployment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"i\n\x1dGetInterceptDeploymentRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2networksecurity.googleapis.com/InterceptDeployment\"\x8e\x02\n CreateInterceptDeploymentRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\x12\x32networksecurity.googleapis.com/InterceptDeployment\x12$\n\x17intercept_deployment_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12W\n\x14intercept_deployment\x18\x03 \x01(\x0b\x32\x34.google.cloud.networksecurity.v1.InterceptDeploymentB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x04 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xd2\x01\n UpdateInterceptDeploymentRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12W\n\x14intercept_deployment\x18\x02 \x01(\x0b\x32\x34.google.cloud.networksecurity.v1.InterceptDeploymentB\x03\xe0\x41\x02\x12\x1f\n\nrequest_id\x18\x03 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\x8d\x01\n DeleteInterceptDeploymentRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2networksecurity.googleapis.com/InterceptDeployment\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xb5\x01\n\x11InterceptLocation\x12\x15\n\x08location\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12L\n\x05state\x18\x02 \x01(\x0e\x32\x38.google.cloud.networksecurity.v1.InterceptLocation.StateB\x03\xe0\x41\x03\";\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\n\n\x06\x41\x43TIVE\x10\x01\x12\x0f\n\x0bOUT_OF_SYNC\x10\x02\x32\xee\x31\n\tIntercept\x12\xf6\x01\n\x1bListInterceptEndpointGroups\x12\x43.google.cloud.networksecurity.v1.ListInterceptEndpointGroupsRequest\x1a\x44.google.cloud.networksecurity.v1.ListInterceptEndpointGroupsResponse\"L\xda\x41\x06parent\x82\xd3\xe4\x93\x02=\x12;/v1/{parent=projects/*/locations/*}/interceptEndpointGroups\x12\xe3\x01\n\x19GetInterceptEndpointGroup\x12\x41.google.cloud.networksecurity.v1.GetInterceptEndpointGroupRequest\x1a\x37.google.cloud.networksecurity.v1.InterceptEndpointGroup\"J\xda\x41\x04name\x82\xd3\xe4\x93\x02=\x12;/v1/{name=projects/*/locations/*/interceptEndpointGroups/*}\x12\xef\x02\n\x1c\x43reateInterceptEndpointGroup\x12\x44.google.cloud.networksecurity.v1.CreateInterceptEndpointGroupRequest\x1a\x1d.google.longrunning.Operation\"\xe9\x01\xca\x41K\n\x16InterceptEndpointGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41;parent,intercept_endpoint_group,intercept_endpoint_group_id\x82\xd3\xe4\x93\x02W\";/v1/{parent=projects/*/locations/*}/interceptEndpointGroups:\x18intercept_endpoint_group\x12\xf1\x02\n\x1cUpdateInterceptEndpointGroup\x12\x44.google.cloud.networksecurity.v1.UpdateInterceptEndpointGroupRequest\x1a\x1d.google.longrunning.Operation\"\xeb\x01\xca\x41K\n\x16InterceptEndpointGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41$intercept_endpoint_group,update_mask\x82\xd3\xe4\x93\x02p2T/v1/{intercept_endpoint_group.name=projects/*/locations/*/interceptEndpointGroups/*}:\x18intercept_endpoint_group\x12\x9d\x02\n\x1c\x44\x65leteInterceptEndpointGroup\x12\x44.google.cloud.networksecurity.v1.DeleteInterceptEndpointGroupRequest\x1a\x1d.google.longrunning.Operation\"\x97\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02=*;/v1/{name=projects/*/locations/*/interceptEndpointGroups/*}\x12\xa2\x02\n&ListInterceptEndpointGroupAssociations\x12N.google.cloud.networksecurity.v1.ListInterceptEndpointGroupAssociationsRequest\x1aO.google.cloud.networksecurity.v1.ListInterceptEndpointGroupAssociationsResponse\"W\xda\x41\x06parent\x82\xd3\xe4\x93\x02H\x12\x46/v1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations\x12\x8f\x02\n$GetInterceptEndpointGroupAssociation\x12L.google.cloud.networksecurity.v1.GetInterceptEndpointGroupAssociationRequest\x1a\x42.google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation\"U\xda\x41\x04name\x82\xd3\xe4\x93\x02H\x12\x46/v1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}\x12\xbf\x03\n\'CreateInterceptEndpointGroupAssociation\x12O.google.cloud.networksecurity.v1.CreateInterceptEndpointGroupAssociationRequest\x1a\x1d.google.longrunning.Operation\"\xa3\x02\xca\x41V\n!InterceptEndpointGroupAssociation\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41Sparent,intercept_endpoint_group_association,intercept_endpoint_group_association_id\x82\xd3\xe4\x93\x02n\"F/v1/{parent=projects/*/locations/*}/interceptEndpointGroupAssociations:$intercept_endpoint_group_association\x12\xc2\x03\n\'UpdateInterceptEndpointGroupAssociation\x12O.google.cloud.networksecurity.v1.UpdateInterceptEndpointGroupAssociationRequest\x1a\x1d.google.longrunning.Operation\"\xa6\x02\xca\x41V\n!InterceptEndpointGroupAssociation\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x30intercept_endpoint_group_association,update_mask\x82\xd3\xe4\x93\x02\x93\x01\x32k/v1/{intercept_endpoint_group_association.name=projects/*/locations/*/interceptEndpointGroupAssociations/*}:$intercept_endpoint_group_association\x12\xbe\x02\n\'DeleteInterceptEndpointGroupAssociation\x12O.google.cloud.networksecurity.v1.DeleteInterceptEndpointGroupAssociationRequest\x1a\x1d.google.longrunning.Operation\"\xa2\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02H*F/v1/{name=projects/*/locations/*/interceptEndpointGroupAssociations/*}\x12\xfe\x01\n\x1dListInterceptDeploymentGroups\x12\x45.google.cloud.networksecurity.v1.ListInterceptDeploymentGroupsRequest\x1a\x46.google.cloud.networksecurity.v1.ListInterceptDeploymentGroupsResponse\"N\xda\x41\x06parent\x82\xd3\xe4\x93\x02?\x12=/v1/{parent=projects/*/locations/*}/interceptDeploymentGroups\x12\xeb\x01\n\x1bGetInterceptDeploymentGroup\x12\x43.google.cloud.networksecurity.v1.GetInterceptDeploymentGroupRequest\x1a\x39.google.cloud.networksecurity.v1.InterceptDeploymentGroup\"L\xda\x41\x04name\x82\xd3\xe4\x93\x02?\x12=/v1/{name=projects/*/locations/*/interceptDeploymentGroups/*}\x12\xfd\x02\n\x1e\x43reateInterceptDeploymentGroup\x12\x46.google.cloud.networksecurity.v1.CreateInterceptDeploymentGroupRequest\x1a\x1d.google.longrunning.Operation\"\xf3\x01\xca\x41M\n\x18InterceptDeploymentGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41?parent,intercept_deployment_group,intercept_deployment_group_id\x82\xd3\xe4\x93\x02[\"=/v1/{parent=projects/*/locations/*}/interceptDeploymentGroups:\x1aintercept_deployment_group\x12\xff\x02\n\x1eUpdateInterceptDeploymentGroup\x12\x46.google.cloud.networksecurity.v1.UpdateInterceptDeploymentGroupRequest\x1a\x1d.google.longrunning.Operation\"\xf5\x01\xca\x41M\n\x18InterceptDeploymentGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41&intercept_deployment_group,update_mask\x82\xd3\xe4\x93\x02v2X/v1/{intercept_deployment_group.name=projects/*/locations/*/interceptDeploymentGroups/*}:\x1aintercept_deployment_group\x12\xa3\x02\n\x1e\x44\x65leteInterceptDeploymentGroup\x12\x46.google.cloud.networksecurity.v1.DeleteInterceptDeploymentGroupRequest\x1a\x1d.google.longrunning.Operation\"\x99\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02?*=/v1/{name=projects/*/locations/*/interceptDeploymentGroups/*}\x12\xea\x01\n\x18ListInterceptDeployments\x12@.google.cloud.networksecurity.v1.ListInterceptDeploymentsRequest\x1a\x41.google.cloud.networksecurity.v1.ListInterceptDeploymentsResponse\"I\xda\x41\x06parent\x82\xd3\xe4\x93\x02:\x12\x38/v1/{parent=projects/*/locations/*}/interceptDeployments\x12\xd7\x01\n\x16GetInterceptDeployment\x12>.google.cloud.networksecurity.v1.GetInterceptDeploymentRequest\x1a\x34.google.cloud.networksecurity.v1.InterceptDeployment\"G\xda\x41\x04name\x82\xd3\xe4\x93\x02:\x12\x38/v1/{name=projects/*/locations/*/interceptDeployments/*}\x12\xd7\x02\n\x19\x43reateInterceptDeployment\x12\x41.google.cloud.networksecurity.v1.CreateInterceptDeploymentRequest\x1a\x1d.google.longrunning.Operation\"\xd7\x01\xca\x41H\n\x13InterceptDeployment\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x33parent,intercept_deployment,intercept_deployment_id\x82\xd3\xe4\x93\x02P\"8/v1/{parent=projects/*/locations/*}/interceptDeployments:\x14intercept_deployment\x12\xd9\x02\n\x19UpdateInterceptDeployment\x12\x41.google.cloud.networksecurity.v1.UpdateInterceptDeploymentRequest\x1a\x1d.google.longrunning.Operation\"\xd9\x01\xca\x41H\n\x13InterceptDeployment\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41 intercept_deployment,update_mask\x82\xd3\xe4\x93\x02\x65\x32M/v1/{intercept_deployment.name=projects/*/locations/*/interceptDeployments/*}:\x14intercept_deployment\x12\x94\x02\n\x19\x44\x65leteInterceptDeployment\x12\x41.google.cloud.networksecurity.v1.DeleteInterceptDeploymentRequest\x1a\x1d.google.longrunning.Operation\"\x94\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02:*8/v1/{name=projects/*/locations/*/interceptDeployments/*}\x1aR\xca\x41\x1enetworksecurity.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xef\x01\n#com.google.cloud.networksecurity.v1B\x0eInterceptProtoP\x01ZMcloud.google.com/go/networksecurity/apiv1/networksecuritypb;networksecuritypb\xaa\x02\x1fGoogle.Cloud.NetworkSecurity.V1\xca\x02\x1fGoogle\\Cloud\\NetworkSecurity\\V1\xea\x02\"Google::Cloud::NetworkSecurity::V1b\x06proto3"
|
|
20
|
+
|
|
21
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
22
|
+
pool.add_serialized_file(descriptor_data)
|
|
23
|
+
|
|
24
|
+
module Google
|
|
25
|
+
module Cloud
|
|
26
|
+
module NetworkSecurity
|
|
27
|
+
module V1
|
|
28
|
+
InterceptEndpointGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptEndpointGroup").msgclass
|
|
29
|
+
InterceptEndpointGroup::ConnectedDeploymentGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptEndpointGroup.ConnectedDeploymentGroup").msgclass
|
|
30
|
+
InterceptEndpointGroup::AssociationDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptEndpointGroup.AssociationDetails").msgclass
|
|
31
|
+
InterceptEndpointGroup::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptEndpointGroup.State").enummodule
|
|
32
|
+
ListInterceptEndpointGroupsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListInterceptEndpointGroupsRequest").msgclass
|
|
33
|
+
ListInterceptEndpointGroupsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListInterceptEndpointGroupsResponse").msgclass
|
|
34
|
+
GetInterceptEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetInterceptEndpointGroupRequest").msgclass
|
|
35
|
+
CreateInterceptEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateInterceptEndpointGroupRequest").msgclass
|
|
36
|
+
UpdateInterceptEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateInterceptEndpointGroupRequest").msgclass
|
|
37
|
+
DeleteInterceptEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteInterceptEndpointGroupRequest").msgclass
|
|
38
|
+
InterceptEndpointGroupAssociation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation").msgclass
|
|
39
|
+
InterceptEndpointGroupAssociation::LocationDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails").msgclass
|
|
40
|
+
InterceptEndpointGroupAssociation::LocationDetails::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.LocationDetails.State").enummodule
|
|
41
|
+
InterceptEndpointGroupAssociation::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptEndpointGroupAssociation.State").enummodule
|
|
42
|
+
ListInterceptEndpointGroupAssociationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListInterceptEndpointGroupAssociationsRequest").msgclass
|
|
43
|
+
ListInterceptEndpointGroupAssociationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListInterceptEndpointGroupAssociationsResponse").msgclass
|
|
44
|
+
GetInterceptEndpointGroupAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetInterceptEndpointGroupAssociationRequest").msgclass
|
|
45
|
+
CreateInterceptEndpointGroupAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateInterceptEndpointGroupAssociationRequest").msgclass
|
|
46
|
+
UpdateInterceptEndpointGroupAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateInterceptEndpointGroupAssociationRequest").msgclass
|
|
47
|
+
DeleteInterceptEndpointGroupAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteInterceptEndpointGroupAssociationRequest").msgclass
|
|
48
|
+
InterceptDeploymentGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptDeploymentGroup").msgclass
|
|
49
|
+
InterceptDeploymentGroup::ConnectedEndpointGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptDeploymentGroup.ConnectedEndpointGroup").msgclass
|
|
50
|
+
InterceptDeploymentGroup::Deployment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptDeploymentGroup.Deployment").msgclass
|
|
51
|
+
InterceptDeploymentGroup::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptDeploymentGroup.State").enummodule
|
|
52
|
+
ListInterceptDeploymentGroupsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListInterceptDeploymentGroupsRequest").msgclass
|
|
53
|
+
ListInterceptDeploymentGroupsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListInterceptDeploymentGroupsResponse").msgclass
|
|
54
|
+
GetInterceptDeploymentGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetInterceptDeploymentGroupRequest").msgclass
|
|
55
|
+
CreateInterceptDeploymentGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateInterceptDeploymentGroupRequest").msgclass
|
|
56
|
+
UpdateInterceptDeploymentGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateInterceptDeploymentGroupRequest").msgclass
|
|
57
|
+
DeleteInterceptDeploymentGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteInterceptDeploymentGroupRequest").msgclass
|
|
58
|
+
InterceptDeployment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptDeployment").msgclass
|
|
59
|
+
InterceptDeployment::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptDeployment.State").enummodule
|
|
60
|
+
ListInterceptDeploymentsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListInterceptDeploymentsRequest").msgclass
|
|
61
|
+
ListInterceptDeploymentsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListInterceptDeploymentsResponse").msgclass
|
|
62
|
+
GetInterceptDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetInterceptDeploymentRequest").msgclass
|
|
63
|
+
CreateInterceptDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateInterceptDeploymentRequest").msgclass
|
|
64
|
+
UpdateInterceptDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateInterceptDeploymentRequest").msgclass
|
|
65
|
+
DeleteInterceptDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteInterceptDeploymentRequest").msgclass
|
|
66
|
+
InterceptLocation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptLocation").msgclass
|
|
67
|
+
InterceptLocation::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.InterceptLocation.State").enummodule
|
|
68
|
+
end
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/cloud/networksecurity/v1/intercept.proto for package 'Google.Cloud.NetworkSecurity.V1'
|
|
3
|
+
# Original file comments:
|
|
4
|
+
# Copyright 2026 Google LLC
|
|
5
|
+
#
|
|
6
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
# you may not use this file except in compliance with the License.
|
|
8
|
+
# You may obtain a copy of the License at
|
|
9
|
+
#
|
|
10
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
#
|
|
12
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
# See the License for the specific language governing permissions and
|
|
16
|
+
# limitations under the License.
|
|
17
|
+
#
|
|
18
|
+
|
|
19
|
+
require 'grpc'
|
|
20
|
+
require 'google/cloud/networksecurity/v1/intercept_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module NetworkSecurity
|
|
25
|
+
module V1
|
|
26
|
+
module Intercept
|
|
27
|
+
# Service for Third-Party Packet Intercept (TPPI).
|
|
28
|
+
# TPPI is the "in-band" flavor of the Network Security Integrations product.
|
|
29
|
+
class Service
|
|
30
|
+
|
|
31
|
+
include ::GRPC::GenericService
|
|
32
|
+
|
|
33
|
+
self.marshal_class_method = :encode
|
|
34
|
+
self.unmarshal_class_method = :decode
|
|
35
|
+
self.service_name = 'google.cloud.networksecurity.v1.Intercept'
|
|
36
|
+
|
|
37
|
+
# Lists endpoint groups in a given project and location.
|
|
38
|
+
# See https://google.aip.dev/132.
|
|
39
|
+
rpc :ListInterceptEndpointGroups, ::Google::Cloud::NetworkSecurity::V1::ListInterceptEndpointGroupsRequest, ::Google::Cloud::NetworkSecurity::V1::ListInterceptEndpointGroupsResponse
|
|
40
|
+
# Gets a specific endpoint group.
|
|
41
|
+
# See https://google.aip.dev/131.
|
|
42
|
+
rpc :GetInterceptEndpointGroup, ::Google::Cloud::NetworkSecurity::V1::GetInterceptEndpointGroupRequest, ::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroup
|
|
43
|
+
# Creates an endpoint group in a given project and location.
|
|
44
|
+
# See https://google.aip.dev/133.
|
|
45
|
+
rpc :CreateInterceptEndpointGroup, ::Google::Cloud::NetworkSecurity::V1::CreateInterceptEndpointGroupRequest, ::Google::Longrunning::Operation
|
|
46
|
+
# Updates an endpoint group.
|
|
47
|
+
# See https://google.aip.dev/134.
|
|
48
|
+
rpc :UpdateInterceptEndpointGroup, ::Google::Cloud::NetworkSecurity::V1::UpdateInterceptEndpointGroupRequest, ::Google::Longrunning::Operation
|
|
49
|
+
# Deletes an endpoint group.
|
|
50
|
+
# See https://google.aip.dev/135.
|
|
51
|
+
rpc :DeleteInterceptEndpointGroup, ::Google::Cloud::NetworkSecurity::V1::DeleteInterceptEndpointGroupRequest, ::Google::Longrunning::Operation
|
|
52
|
+
# Lists associations in a given project and location.
|
|
53
|
+
# See https://google.aip.dev/132.
|
|
54
|
+
rpc :ListInterceptEndpointGroupAssociations, ::Google::Cloud::NetworkSecurity::V1::ListInterceptEndpointGroupAssociationsRequest, ::Google::Cloud::NetworkSecurity::V1::ListInterceptEndpointGroupAssociationsResponse
|
|
55
|
+
# Gets a specific association.
|
|
56
|
+
# See https://google.aip.dev/131.
|
|
57
|
+
rpc :GetInterceptEndpointGroupAssociation, ::Google::Cloud::NetworkSecurity::V1::GetInterceptEndpointGroupAssociationRequest, ::Google::Cloud::NetworkSecurity::V1::InterceptEndpointGroupAssociation
|
|
58
|
+
# Creates an association in a given project and location.
|
|
59
|
+
# See https://google.aip.dev/133.
|
|
60
|
+
rpc :CreateInterceptEndpointGroupAssociation, ::Google::Cloud::NetworkSecurity::V1::CreateInterceptEndpointGroupAssociationRequest, ::Google::Longrunning::Operation
|
|
61
|
+
# Updates an association.
|
|
62
|
+
# See https://google.aip.dev/134.
|
|
63
|
+
rpc :UpdateInterceptEndpointGroupAssociation, ::Google::Cloud::NetworkSecurity::V1::UpdateInterceptEndpointGroupAssociationRequest, ::Google::Longrunning::Operation
|
|
64
|
+
# Deletes an association.
|
|
65
|
+
# See https://google.aip.dev/135.
|
|
66
|
+
rpc :DeleteInterceptEndpointGroupAssociation, ::Google::Cloud::NetworkSecurity::V1::DeleteInterceptEndpointGroupAssociationRequest, ::Google::Longrunning::Operation
|
|
67
|
+
# Lists deployment groups in a given project and location.
|
|
68
|
+
# See https://google.aip.dev/132.
|
|
69
|
+
rpc :ListInterceptDeploymentGroups, ::Google::Cloud::NetworkSecurity::V1::ListInterceptDeploymentGroupsRequest, ::Google::Cloud::NetworkSecurity::V1::ListInterceptDeploymentGroupsResponse
|
|
70
|
+
# Gets a specific deployment group.
|
|
71
|
+
# See https://google.aip.dev/131.
|
|
72
|
+
rpc :GetInterceptDeploymentGroup, ::Google::Cloud::NetworkSecurity::V1::GetInterceptDeploymentGroupRequest, ::Google::Cloud::NetworkSecurity::V1::InterceptDeploymentGroup
|
|
73
|
+
# Creates a deployment group in a given project and location.
|
|
74
|
+
# See https://google.aip.dev/133.
|
|
75
|
+
rpc :CreateInterceptDeploymentGroup, ::Google::Cloud::NetworkSecurity::V1::CreateInterceptDeploymentGroupRequest, ::Google::Longrunning::Operation
|
|
76
|
+
# Updates a deployment group.
|
|
77
|
+
# See https://google.aip.dev/134.
|
|
78
|
+
rpc :UpdateInterceptDeploymentGroup, ::Google::Cloud::NetworkSecurity::V1::UpdateInterceptDeploymentGroupRequest, ::Google::Longrunning::Operation
|
|
79
|
+
# Deletes a deployment group.
|
|
80
|
+
# See https://google.aip.dev/135.
|
|
81
|
+
rpc :DeleteInterceptDeploymentGroup, ::Google::Cloud::NetworkSecurity::V1::DeleteInterceptDeploymentGroupRequest, ::Google::Longrunning::Operation
|
|
82
|
+
# Lists deployments in a given project and location.
|
|
83
|
+
# See https://google.aip.dev/132.
|
|
84
|
+
rpc :ListInterceptDeployments, ::Google::Cloud::NetworkSecurity::V1::ListInterceptDeploymentsRequest, ::Google::Cloud::NetworkSecurity::V1::ListInterceptDeploymentsResponse
|
|
85
|
+
# Gets a specific deployment.
|
|
86
|
+
# See https://google.aip.dev/131.
|
|
87
|
+
rpc :GetInterceptDeployment, ::Google::Cloud::NetworkSecurity::V1::GetInterceptDeploymentRequest, ::Google::Cloud::NetworkSecurity::V1::InterceptDeployment
|
|
88
|
+
# Creates a deployment in a given project and location.
|
|
89
|
+
# See https://google.aip.dev/133.
|
|
90
|
+
rpc :CreateInterceptDeployment, ::Google::Cloud::NetworkSecurity::V1::CreateInterceptDeploymentRequest, ::Google::Longrunning::Operation
|
|
91
|
+
# Updates a deployment.
|
|
92
|
+
# See https://google.aip.dev/134.
|
|
93
|
+
rpc :UpdateInterceptDeployment, ::Google::Cloud::NetworkSecurity::V1::UpdateInterceptDeploymentRequest, ::Google::Longrunning::Operation
|
|
94
|
+
# Deletes a deployment.
|
|
95
|
+
# See https://google.aip.dev/135.
|
|
96
|
+
rpc :DeleteInterceptDeployment, ::Google::Cloud::NetworkSecurity::V1::DeleteInterceptDeploymentRequest, ::Google::Longrunning::Operation
|
|
97
|
+
end
|
|
98
|
+
|
|
99
|
+
Stub = Service.rpc_stub_class
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
end
|
|
104
|
+
end
|