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,72 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/mirroring.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/mirroring.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\"\xee\x0c\n\x16MirroringEndpointGroup\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.MirroringEndpointGroup.LabelsEntryB\x03\xe0\x41\x01\x12\x63\n\x1amirroring_deployment_group\x18\x05 \x01(\tB?\xe0\x41\x05\xfa\x41\x39\n7networksecurity.googleapis.com/MirroringDeploymentGroup\x12z\n\x1b\x63onnected_deployment_groups\x18\r \x03(\x0b\x32P.google.cloud.networksecurity.v1.MirroringEndpointGroup.ConnectedDeploymentGroupB\x03\xe0\x41\x03\x12Q\n\x05state\x18\x07 \x01(\x0e\x32=.google.cloud.networksecurity.v1.MirroringEndpointGroup.StateB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03\x12O\n\x04type\x18\x0b \x01(\x0e\x32<.google.cloud.networksecurity.v1.MirroringEndpointGroup.TypeB\x03\xe0\x41\x05\x12\x65\n\x0c\x61ssociations\x18\t \x03(\x0b\x32J.google.cloud.networksecurity.v1.MirroringEndpointGroup.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/MirroringDeploymentGroup\x12J\n\tlocations\x18\x02 \x03(\x0b\x32\x32.google.cloud.networksecurity.v1.MirroringLocationB\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/MirroringEndpointGroupAssociation\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.MirroringEndpointGroupAssociation.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\"(\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06\x44IRECT\x10\x01:\xc8\x01\xea\x41\xc4\x01\n5networksecurity.googleapis.com/MirroringEndpointGroup\x12Zprojects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}*\x17mirroringEndpointGroups2\x16mirroringEndpointGroup\"\xd0\x01\n\"ListMirroringEndpointGroupsRequest\x12M\n\x06parent\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\x12\x35networksecurity.googleapis.com/MirroringEndpointGroup\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#ListMirroringEndpointGroupsResponse\x12Z\n\x19mirroring_endpoint_groups\x18\x01 \x03(\x0b\x32\x37.google.cloud.networksecurity.v1.MirroringEndpointGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"o\n GetMirroringEndpointGroupRequest\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5networksecurity.googleapis.com/MirroringEndpointGroup\"\x9f\x02\n#CreateMirroringEndpointGroupRequest\x12M\n\x06parent\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\x12\x35networksecurity.googleapis.com/MirroringEndpointGroup\x12(\n\x1bmirroring_endpoint_group_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12^\n\x18mirroring_endpoint_group\x18\x03 \x01(\x0b\x32\x37.google.cloud.networksecurity.v1.MirroringEndpointGroupB\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#UpdateMirroringEndpointGroupRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12^\n\x18mirroring_endpoint_group\x18\x02 \x01(\x0b\x32\x37.google.cloud.networksecurity.v1.MirroringEndpointGroupB\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#DeleteMirroringEndpointGroupRequest\x12K\n\x04name\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5networksecurity.googleapis.com/MirroringEndpointGroup\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xde\n\n!MirroringEndpointGroupAssociation\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.MirroringEndpointGroupAssociation.LabelsEntryB\x03\xe0\x41\x01\x12_\n\x18mirroring_endpoint_group\x18\x05 \x01(\tB=\xe0\x41\x05\xfa\x41\x37\n5networksecurity.googleapis.com/MirroringEndpointGroup\x12\x37\n\x07network\x18\x06 \x01(\tB&\xe0\x41\x05\xfa\x41 \n\x1e\x63ompute.googleapis.com/Network\x12t\n\x11locations_details\x18\x07 \x03(\x0b\x32R.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.LocationDetailsB\x05\x18\x01\xe0\x41\x03\x12\\\n\x05state\x18\x08 \x01(\x0e\x32H.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.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.MirroringLocationB\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.MirroringEndpointGroupAssociation.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\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x12\n\n\x06\x43LOSED\x10\x05\x12\x0f\n\x0bOUT_OF_SYNC\x10\x06\x12\x11\n\rDELETE_FAILED\x10\x07:\x80\x02\xea\x41\xfc\x01\n@networksecurity.googleapis.com/MirroringEndpointGroupAssociation\x12qprojects/{project}/locations/{location}/mirroringEndpointGroupAssociations/{mirroring_endpoint_group_association}*\"mirroringEndpointGroupAssociations2!mirroringEndpointGroupAssociation\"\xe6\x01\n-ListMirroringEndpointGroupAssociationsRequest\x12X\n\x06parent\x18\x01 \x01(\tBH\xe0\x41\x02\xfa\x41\x42\x12@networksecurity.googleapis.com/MirroringEndpointGroupAssociation\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.ListMirroringEndpointGroupAssociationsResponse\x12q\n%mirroring_endpoint_group_associations\x18\x01 \x03(\x0b\x32\x42.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\x85\x01\n+GetMirroringEndpointGroupAssociationRequest\x12V\n\x04name\x18\x01 \x01(\tBH\xe0\x41\x02\xfa\x41\x42\n@networksecurity.googleapis.com/MirroringEndpointGroupAssociation\"\xd8\x02\n.CreateMirroringEndpointGroupAssociationRequest\x12X\n\x06parent\x18\x01 \x01(\tBH\xe0\x41\x02\xfa\x41\x42\x12@networksecurity.googleapis.com/MirroringEndpointGroupAssociation\x12\x34\n\'mirroring_endpoint_group_association_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12u\n$mirroring_endpoint_group_association\x18\x03 \x01(\x0b\x32\x42.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociationB\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.UpdateMirroringEndpointGroupAssociationRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12u\n$mirroring_endpoint_group_association\x18\x02 \x01(\x0b\x32\x42.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociationB\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.DeleteMirroringEndpointGroupAssociationRequest\x12V\n\x04name\x18\x01 \x01(\tBH\xe0\x41\x02\xfa\x41\x42\n@networksecurity.googleapis.com/MirroringEndpointGroupAssociation\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xd4\n\n\x18MirroringDeploymentGroup\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.MirroringDeploymentGroup.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.MirroringDeploymentGroup.ConnectedEndpointGroupB\x03\xe0\x41\x03\x12g\n\x12nested_deployments\x18\n \x03(\x0b\x32\x44.google.cloud.networksecurity.v1.MirroringDeploymentGroup.DeploymentB\x05\x18\x01\xe0\x41\x03\x12S\n\x05state\x18\x07 \x01(\x0e\x32?.google.cloud.networksecurity.v1.MirroringDeploymentGroup.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.MirroringLocationB\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/MirroringEndpointGroup\x1a\xa6\x01\n\nDeployment\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x03\xfa\x41\x34\n2networksecurity.googleapis.com/MirroringDeployment\x12N\n\x05state\x18\x02 \x01(\x0e\x32:.google.cloud.networksecurity.v1.MirroringDeployment.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\"R\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:\xd2\x01\xea\x41\xce\x01\n7networksecurity.googleapis.com/MirroringDeploymentGroup\x12^projects/{project}/locations/{location}/mirroringDeploymentGroups/{mirroring_deployment_group}*\x19mirroringDeploymentGroups2\x18mirroringDeploymentGroup\"\xd4\x01\n$ListMirroringDeploymentGroupsRequest\x12O\n\x06parent\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\x12\x37networksecurity.googleapis.com/MirroringDeploymentGroup\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%ListMirroringDeploymentGroupsResponse\x12^\n\x1bmirroring_deployment_groups\x18\x01 \x03(\x0b\x32\x39.google.cloud.networksecurity.v1.MirroringDeploymentGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"s\n\"GetMirroringDeploymentGroupRequest\x12M\n\x04name\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\n7networksecurity.googleapis.com/MirroringDeploymentGroup\"\xa9\x02\n%CreateMirroringDeploymentGroupRequest\x12O\n\x06parent\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\x12\x37networksecurity.googleapis.com/MirroringDeploymentGroup\x12*\n\x1dmirroring_deployment_group_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x62\n\x1amirroring_deployment_group\x18\x03 \x01(\x0b\x32\x39.google.cloud.networksecurity.v1.MirroringDeploymentGroupB\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%UpdateMirroringDeploymentGroupRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x62\n\x1amirroring_deployment_group\x18\x02 \x01(\x0b\x32\x39.google.cloud.networksecurity.v1.MirroringDeploymentGroupB\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%DeleteMirroringDeploymentGroupRequest\x12M\n\x04name\x18\x01 \x01(\tB?\xe0\x41\x02\xfa\x41\x39\n7networksecurity.googleapis.com/MirroringDeploymentGroup\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xfb\x06\n\x13MirroringDeployment\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.MirroringDeployment.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\x1amirroring_deployment_group\x18\x06 \x01(\tBB\xe0\x41\x02\xe0\x41\x05\xfa\x41\x39\n7networksecurity.googleapis.com/MirroringDeploymentGroup\x12N\n\x05state\x18\x07 \x01(\x0e\x32:.google.cloud.networksecurity.v1.MirroringDeployment.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/MirroringDeployment\x12Sprojects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}*\x14mirroringDeployments2\x13mirroringDeployment\"\xca\x01\n\x1fListMirroringDeploymentsRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\x12\x32networksecurity.googleapis.com/MirroringDeployment\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 ListMirroringDeploymentsResponse\x12S\n\x15mirroring_deployments\x18\x01 \x03(\x0b\x32\x34.google.cloud.networksecurity.v1.MirroringDeployment\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"i\n\x1dGetMirroringDeploymentRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2networksecurity.googleapis.com/MirroringDeployment\"\x8e\x02\n CreateMirroringDeploymentRequest\x12J\n\x06parent\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\x12\x32networksecurity.googleapis.com/MirroringDeployment\x12$\n\x17mirroring_deployment_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12W\n\x14mirroring_deployment\x18\x03 \x01(\x0b\x32\x34.google.cloud.networksecurity.v1.MirroringDeploymentB\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 UpdateMirroringDeploymentRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12W\n\x14mirroring_deployment\x18\x02 \x01(\x0b\x32\x34.google.cloud.networksecurity.v1.MirroringDeploymentB\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 DeleteMirroringDeploymentRequest\x12H\n\x04name\x18\x01 \x01(\tB:\xe0\x41\x02\xfa\x41\x34\n2networksecurity.googleapis.com/MirroringDeployment\x12\x1f\n\nrequest_id\x18\x02 \x01(\tB\x0b\xe0\x41\x01\xe2\x8c\xcf\xd7\x08\x02\x08\x01\"\xb5\x01\n\x11MirroringLocation\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.MirroringLocation.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\tMirroring\x12\xf6\x01\n\x1bListMirroringEndpointGroups\x12\x43.google.cloud.networksecurity.v1.ListMirroringEndpointGroupsRequest\x1a\x44.google.cloud.networksecurity.v1.ListMirroringEndpointGroupsResponse\"L\xda\x41\x06parent\x82\xd3\xe4\x93\x02=\x12;/v1/{parent=projects/*/locations/*}/mirroringEndpointGroups\x12\xe3\x01\n\x19GetMirroringEndpointGroup\x12\x41.google.cloud.networksecurity.v1.GetMirroringEndpointGroupRequest\x1a\x37.google.cloud.networksecurity.v1.MirroringEndpointGroup\"J\xda\x41\x04name\x82\xd3\xe4\x93\x02=\x12;/v1/{name=projects/*/locations/*/mirroringEndpointGroups/*}\x12\xef\x02\n\x1c\x43reateMirroringEndpointGroup\x12\x44.google.cloud.networksecurity.v1.CreateMirroringEndpointGroupRequest\x1a\x1d.google.longrunning.Operation\"\xe9\x01\xca\x41K\n\x16MirroringEndpointGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41;parent,mirroring_endpoint_group,mirroring_endpoint_group_id\x82\xd3\xe4\x93\x02W\";/v1/{parent=projects/*/locations/*}/mirroringEndpointGroups:\x18mirroring_endpoint_group\x12\xf1\x02\n\x1cUpdateMirroringEndpointGroup\x12\x44.google.cloud.networksecurity.v1.UpdateMirroringEndpointGroupRequest\x1a\x1d.google.longrunning.Operation\"\xeb\x01\xca\x41K\n\x16MirroringEndpointGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41$mirroring_endpoint_group,update_mask\x82\xd3\xe4\x93\x02p2T/v1/{mirroring_endpoint_group.name=projects/*/locations/*/mirroringEndpointGroups/*}:\x18mirroring_endpoint_group\x12\x9d\x02\n\x1c\x44\x65leteMirroringEndpointGroup\x12\x44.google.cloud.networksecurity.v1.DeleteMirroringEndpointGroupRequest\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/*/mirroringEndpointGroups/*}\x12\xa2\x02\n&ListMirroringEndpointGroupAssociations\x12N.google.cloud.networksecurity.v1.ListMirroringEndpointGroupAssociationsRequest\x1aO.google.cloud.networksecurity.v1.ListMirroringEndpointGroupAssociationsResponse\"W\xda\x41\x06parent\x82\xd3\xe4\x93\x02H\x12\x46/v1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations\x12\x8f\x02\n$GetMirroringEndpointGroupAssociation\x12L.google.cloud.networksecurity.v1.GetMirroringEndpointGroupAssociationRequest\x1a\x42.google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation\"U\xda\x41\x04name\x82\xd3\xe4\x93\x02H\x12\x46/v1/{name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}\x12\xbf\x03\n\'CreateMirroringEndpointGroupAssociation\x12O.google.cloud.networksecurity.v1.CreateMirroringEndpointGroupAssociationRequest\x1a\x1d.google.longrunning.Operation\"\xa3\x02\xca\x41V\n!MirroringEndpointGroupAssociation\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41Sparent,mirroring_endpoint_group_association,mirroring_endpoint_group_association_id\x82\xd3\xe4\x93\x02n\"F/v1/{parent=projects/*/locations/*}/mirroringEndpointGroupAssociations:$mirroring_endpoint_group_association\x12\xc2\x03\n\'UpdateMirroringEndpointGroupAssociation\x12O.google.cloud.networksecurity.v1.UpdateMirroringEndpointGroupAssociationRequest\x1a\x1d.google.longrunning.Operation\"\xa6\x02\xca\x41V\n!MirroringEndpointGroupAssociation\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x30mirroring_endpoint_group_association,update_mask\x82\xd3\xe4\x93\x02\x93\x01\x32k/v1/{mirroring_endpoint_group_association.name=projects/*/locations/*/mirroringEndpointGroupAssociations/*}:$mirroring_endpoint_group_association\x12\xbe\x02\n\'DeleteMirroringEndpointGroupAssociation\x12O.google.cloud.networksecurity.v1.DeleteMirroringEndpointGroupAssociationRequest\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/*/mirroringEndpointGroupAssociations/*}\x12\xfe\x01\n\x1dListMirroringDeploymentGroups\x12\x45.google.cloud.networksecurity.v1.ListMirroringDeploymentGroupsRequest\x1a\x46.google.cloud.networksecurity.v1.ListMirroringDeploymentGroupsResponse\"N\xda\x41\x06parent\x82\xd3\xe4\x93\x02?\x12=/v1/{parent=projects/*/locations/*}/mirroringDeploymentGroups\x12\xeb\x01\n\x1bGetMirroringDeploymentGroup\x12\x43.google.cloud.networksecurity.v1.GetMirroringDeploymentGroupRequest\x1a\x39.google.cloud.networksecurity.v1.MirroringDeploymentGroup\"L\xda\x41\x04name\x82\xd3\xe4\x93\x02?\x12=/v1/{name=projects/*/locations/*/mirroringDeploymentGroups/*}\x12\xfd\x02\n\x1e\x43reateMirroringDeploymentGroup\x12\x46.google.cloud.networksecurity.v1.CreateMirroringDeploymentGroupRequest\x1a\x1d.google.longrunning.Operation\"\xf3\x01\xca\x41M\n\x18MirroringDeploymentGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41?parent,mirroring_deployment_group,mirroring_deployment_group_id\x82\xd3\xe4\x93\x02[\"=/v1/{parent=projects/*/locations/*}/mirroringDeploymentGroups:\x1amirroring_deployment_group\x12\xff\x02\n\x1eUpdateMirroringDeploymentGroup\x12\x46.google.cloud.networksecurity.v1.UpdateMirroringDeploymentGroupRequest\x1a\x1d.google.longrunning.Operation\"\xf5\x01\xca\x41M\n\x18MirroringDeploymentGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41&mirroring_deployment_group,update_mask\x82\xd3\xe4\x93\x02v2X/v1/{mirroring_deployment_group.name=projects/*/locations/*/mirroringDeploymentGroups/*}:\x1amirroring_deployment_group\x12\xa3\x02\n\x1e\x44\x65leteMirroringDeploymentGroup\x12\x46.google.cloud.networksecurity.v1.DeleteMirroringDeploymentGroupRequest\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/*/mirroringDeploymentGroups/*}\x12\xea\x01\n\x18ListMirroringDeployments\x12@.google.cloud.networksecurity.v1.ListMirroringDeploymentsRequest\x1a\x41.google.cloud.networksecurity.v1.ListMirroringDeploymentsResponse\"I\xda\x41\x06parent\x82\xd3\xe4\x93\x02:\x12\x38/v1/{parent=projects/*/locations/*}/mirroringDeployments\x12\xd7\x01\n\x16GetMirroringDeployment\x12>.google.cloud.networksecurity.v1.GetMirroringDeploymentRequest\x1a\x34.google.cloud.networksecurity.v1.MirroringDeployment\"G\xda\x41\x04name\x82\xd3\xe4\x93\x02:\x12\x38/v1/{name=projects/*/locations/*/mirroringDeployments/*}\x12\xd7\x02\n\x19\x43reateMirroringDeployment\x12\x41.google.cloud.networksecurity.v1.CreateMirroringDeploymentRequest\x1a\x1d.google.longrunning.Operation\"\xd7\x01\xca\x41H\n\x13MirroringDeployment\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x33parent,mirroring_deployment,mirroring_deployment_id\x82\xd3\xe4\x93\x02P\"8/v1/{parent=projects/*/locations/*}/mirroringDeployments:\x14mirroring_deployment\x12\xd9\x02\n\x19UpdateMirroringDeployment\x12\x41.google.cloud.networksecurity.v1.UpdateMirroringDeploymentRequest\x1a\x1d.google.longrunning.Operation\"\xd9\x01\xca\x41H\n\x13MirroringDeployment\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41 mirroring_deployment,update_mask\x82\xd3\xe4\x93\x02\x65\x32M/v1/{mirroring_deployment.name=projects/*/locations/*/mirroringDeployments/*}:\x14mirroring_deployment\x12\x94\x02\n\x19\x44\x65leteMirroringDeployment\x12\x41.google.cloud.networksecurity.v1.DeleteMirroringDeploymentRequest\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/*/mirroringDeployments/*}\x1aR\xca\x41\x1enetworksecurity.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xd6\x02\n#com.google.cloud.networksecurity.v1B\x0eMirroringProtoP\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\x41\x64\n%compute.googleapis.com/ForwardingRule\x12;projects/{project}/global/forwardingRules/{forwarding_rule}b\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
|
+
MirroringEndpointGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroup").msgclass
|
|
29
|
+
MirroringEndpointGroup::ConnectedDeploymentGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroup.ConnectedDeploymentGroup").msgclass
|
|
30
|
+
MirroringEndpointGroup::AssociationDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroup.AssociationDetails").msgclass
|
|
31
|
+
MirroringEndpointGroup::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroup.State").enummodule
|
|
32
|
+
MirroringEndpointGroup::Type = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroup.Type").enummodule
|
|
33
|
+
ListMirroringEndpointGroupsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListMirroringEndpointGroupsRequest").msgclass
|
|
34
|
+
ListMirroringEndpointGroupsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListMirroringEndpointGroupsResponse").msgclass
|
|
35
|
+
GetMirroringEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetMirroringEndpointGroupRequest").msgclass
|
|
36
|
+
CreateMirroringEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateMirroringEndpointGroupRequest").msgclass
|
|
37
|
+
UpdateMirroringEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateMirroringEndpointGroupRequest").msgclass
|
|
38
|
+
DeleteMirroringEndpointGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteMirroringEndpointGroupRequest").msgclass
|
|
39
|
+
MirroringEndpointGroupAssociation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation").msgclass
|
|
40
|
+
MirroringEndpointGroupAssociation::LocationDetails = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.LocationDetails").msgclass
|
|
41
|
+
MirroringEndpointGroupAssociation::LocationDetails::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.LocationDetails.State").enummodule
|
|
42
|
+
MirroringEndpointGroupAssociation::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringEndpointGroupAssociation.State").enummodule
|
|
43
|
+
ListMirroringEndpointGroupAssociationsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListMirroringEndpointGroupAssociationsRequest").msgclass
|
|
44
|
+
ListMirroringEndpointGroupAssociationsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListMirroringEndpointGroupAssociationsResponse").msgclass
|
|
45
|
+
GetMirroringEndpointGroupAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetMirroringEndpointGroupAssociationRequest").msgclass
|
|
46
|
+
CreateMirroringEndpointGroupAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateMirroringEndpointGroupAssociationRequest").msgclass
|
|
47
|
+
UpdateMirroringEndpointGroupAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateMirroringEndpointGroupAssociationRequest").msgclass
|
|
48
|
+
DeleteMirroringEndpointGroupAssociationRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteMirroringEndpointGroupAssociationRequest").msgclass
|
|
49
|
+
MirroringDeploymentGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringDeploymentGroup").msgclass
|
|
50
|
+
MirroringDeploymentGroup::ConnectedEndpointGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringDeploymentGroup.ConnectedEndpointGroup").msgclass
|
|
51
|
+
MirroringDeploymentGroup::Deployment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringDeploymentGroup.Deployment").msgclass
|
|
52
|
+
MirroringDeploymentGroup::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringDeploymentGroup.State").enummodule
|
|
53
|
+
ListMirroringDeploymentGroupsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListMirroringDeploymentGroupsRequest").msgclass
|
|
54
|
+
ListMirroringDeploymentGroupsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListMirroringDeploymentGroupsResponse").msgclass
|
|
55
|
+
GetMirroringDeploymentGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetMirroringDeploymentGroupRequest").msgclass
|
|
56
|
+
CreateMirroringDeploymentGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateMirroringDeploymentGroupRequest").msgclass
|
|
57
|
+
UpdateMirroringDeploymentGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateMirroringDeploymentGroupRequest").msgclass
|
|
58
|
+
DeleteMirroringDeploymentGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteMirroringDeploymentGroupRequest").msgclass
|
|
59
|
+
MirroringDeployment = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringDeployment").msgclass
|
|
60
|
+
MirroringDeployment::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringDeployment.State").enummodule
|
|
61
|
+
ListMirroringDeploymentsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListMirroringDeploymentsRequest").msgclass
|
|
62
|
+
ListMirroringDeploymentsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListMirroringDeploymentsResponse").msgclass
|
|
63
|
+
GetMirroringDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetMirroringDeploymentRequest").msgclass
|
|
64
|
+
CreateMirroringDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateMirroringDeploymentRequest").msgclass
|
|
65
|
+
UpdateMirroringDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateMirroringDeploymentRequest").msgclass
|
|
66
|
+
DeleteMirroringDeploymentRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteMirroringDeploymentRequest").msgclass
|
|
67
|
+
MirroringLocation = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringLocation").msgclass
|
|
68
|
+
MirroringLocation::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.MirroringLocation.State").enummodule
|
|
69
|
+
end
|
|
70
|
+
end
|
|
71
|
+
end
|
|
72
|
+
end
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/cloud/networksecurity/v1/mirroring.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/mirroring_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module NetworkSecurity
|
|
25
|
+
module V1
|
|
26
|
+
module Mirroring
|
|
27
|
+
# PM2 is the "out-of-band" flavor of the Network Security Integrations product.
|
|
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.Mirroring'
|
|
35
|
+
|
|
36
|
+
# Lists endpoint groups in a given project and location.
|
|
37
|
+
# See https://google.aip.dev/132.
|
|
38
|
+
rpc :ListMirroringEndpointGroups, ::Google::Cloud::NetworkSecurity::V1::ListMirroringEndpointGroupsRequest, ::Google::Cloud::NetworkSecurity::V1::ListMirroringEndpointGroupsResponse
|
|
39
|
+
# Gets a specific endpoint group.
|
|
40
|
+
# See https://google.aip.dev/131.
|
|
41
|
+
rpc :GetMirroringEndpointGroup, ::Google::Cloud::NetworkSecurity::V1::GetMirroringEndpointGroupRequest, ::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroup
|
|
42
|
+
# Creates an endpoint group in a given project and location.
|
|
43
|
+
# See https://google.aip.dev/133.
|
|
44
|
+
rpc :CreateMirroringEndpointGroup, ::Google::Cloud::NetworkSecurity::V1::CreateMirroringEndpointGroupRequest, ::Google::Longrunning::Operation
|
|
45
|
+
# Updates an endpoint group.
|
|
46
|
+
# See https://google.aip.dev/134.
|
|
47
|
+
rpc :UpdateMirroringEndpointGroup, ::Google::Cloud::NetworkSecurity::V1::UpdateMirroringEndpointGroupRequest, ::Google::Longrunning::Operation
|
|
48
|
+
# Deletes an endpoint group.
|
|
49
|
+
# See https://google.aip.dev/135.
|
|
50
|
+
rpc :DeleteMirroringEndpointGroup, ::Google::Cloud::NetworkSecurity::V1::DeleteMirroringEndpointGroupRequest, ::Google::Longrunning::Operation
|
|
51
|
+
# Lists associations in a given project and location.
|
|
52
|
+
# See https://google.aip.dev/132.
|
|
53
|
+
rpc :ListMirroringEndpointGroupAssociations, ::Google::Cloud::NetworkSecurity::V1::ListMirroringEndpointGroupAssociationsRequest, ::Google::Cloud::NetworkSecurity::V1::ListMirroringEndpointGroupAssociationsResponse
|
|
54
|
+
# Gets a specific association.
|
|
55
|
+
# See https://google.aip.dev/131.
|
|
56
|
+
rpc :GetMirroringEndpointGroupAssociation, ::Google::Cloud::NetworkSecurity::V1::GetMirroringEndpointGroupAssociationRequest, ::Google::Cloud::NetworkSecurity::V1::MirroringEndpointGroupAssociation
|
|
57
|
+
# Creates an association in a given project and location.
|
|
58
|
+
# See https://google.aip.dev/133.
|
|
59
|
+
rpc :CreateMirroringEndpointGroupAssociation, ::Google::Cloud::NetworkSecurity::V1::CreateMirroringEndpointGroupAssociationRequest, ::Google::Longrunning::Operation
|
|
60
|
+
# Updates an association.
|
|
61
|
+
# See https://google.aip.dev/134.
|
|
62
|
+
rpc :UpdateMirroringEndpointGroupAssociation, ::Google::Cloud::NetworkSecurity::V1::UpdateMirroringEndpointGroupAssociationRequest, ::Google::Longrunning::Operation
|
|
63
|
+
# Deletes an association.
|
|
64
|
+
# See https://google.aip.dev/135.
|
|
65
|
+
rpc :DeleteMirroringEndpointGroupAssociation, ::Google::Cloud::NetworkSecurity::V1::DeleteMirroringEndpointGroupAssociationRequest, ::Google::Longrunning::Operation
|
|
66
|
+
# Lists deployment groups in a given project and location.
|
|
67
|
+
# See https://google.aip.dev/132.
|
|
68
|
+
rpc :ListMirroringDeploymentGroups, ::Google::Cloud::NetworkSecurity::V1::ListMirroringDeploymentGroupsRequest, ::Google::Cloud::NetworkSecurity::V1::ListMirroringDeploymentGroupsResponse
|
|
69
|
+
# Gets a specific deployment group.
|
|
70
|
+
# See https://google.aip.dev/131.
|
|
71
|
+
rpc :GetMirroringDeploymentGroup, ::Google::Cloud::NetworkSecurity::V1::GetMirroringDeploymentGroupRequest, ::Google::Cloud::NetworkSecurity::V1::MirroringDeploymentGroup
|
|
72
|
+
# Creates a deployment group in a given project and location.
|
|
73
|
+
# See https://google.aip.dev/133.
|
|
74
|
+
rpc :CreateMirroringDeploymentGroup, ::Google::Cloud::NetworkSecurity::V1::CreateMirroringDeploymentGroupRequest, ::Google::Longrunning::Operation
|
|
75
|
+
# Updates a deployment group.
|
|
76
|
+
# See https://google.aip.dev/134.
|
|
77
|
+
rpc :UpdateMirroringDeploymentGroup, ::Google::Cloud::NetworkSecurity::V1::UpdateMirroringDeploymentGroupRequest, ::Google::Longrunning::Operation
|
|
78
|
+
# Deletes a deployment group.
|
|
79
|
+
# See https://google.aip.dev/135.
|
|
80
|
+
rpc :DeleteMirroringDeploymentGroup, ::Google::Cloud::NetworkSecurity::V1::DeleteMirroringDeploymentGroupRequest, ::Google::Longrunning::Operation
|
|
81
|
+
# Lists deployments in a given project and location.
|
|
82
|
+
# See https://google.aip.dev/132.
|
|
83
|
+
rpc :ListMirroringDeployments, ::Google::Cloud::NetworkSecurity::V1::ListMirroringDeploymentsRequest, ::Google::Cloud::NetworkSecurity::V1::ListMirroringDeploymentsResponse
|
|
84
|
+
# Gets a specific deployment.
|
|
85
|
+
# See https://google.aip.dev/131.
|
|
86
|
+
rpc :GetMirroringDeployment, ::Google::Cloud::NetworkSecurity::V1::GetMirroringDeploymentRequest, ::Google::Cloud::NetworkSecurity::V1::MirroringDeployment
|
|
87
|
+
# Creates a deployment in a given project and location.
|
|
88
|
+
# See https://google.aip.dev/133.
|
|
89
|
+
rpc :CreateMirroringDeployment, ::Google::Cloud::NetworkSecurity::V1::CreateMirroringDeploymentRequest, ::Google::Longrunning::Operation
|
|
90
|
+
# Updates a deployment.
|
|
91
|
+
# See https://google.aip.dev/134.
|
|
92
|
+
rpc :UpdateMirroringDeployment, ::Google::Cloud::NetworkSecurity::V1::UpdateMirroringDeploymentRequest, ::Google::Longrunning::Operation
|
|
93
|
+
# Deletes a deployment.
|
|
94
|
+
# See https://google.aip.dev/135.
|
|
95
|
+
rpc :DeleteMirroringDeployment, ::Google::Cloud::NetworkSecurity::V1::DeleteMirroringDeploymentRequest, ::Google::Longrunning::Operation
|
|
96
|
+
end
|
|
97
|
+
|
|
98
|
+
Stub = Service.rpc_stub_class
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
end
|
|
102
|
+
end
|
|
103
|
+
end
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/network_security.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/annotations_pb'
|
|
8
|
+
require 'google/api/client_pb'
|
|
9
|
+
require 'google/cloud/networksecurity/v1/authorization_policy_pb'
|
|
10
|
+
require 'google/cloud/networksecurity/v1/authz_policy_pb'
|
|
11
|
+
require 'google/cloud/networksecurity/v1/backend_authentication_config_pb'
|
|
12
|
+
require 'google/cloud/networksecurity/v1/client_tls_policy_pb'
|
|
13
|
+
require 'google/cloud/networksecurity/v1/common_pb'
|
|
14
|
+
require 'google/cloud/networksecurity/v1/gateway_security_policy_pb'
|
|
15
|
+
require 'google/cloud/networksecurity/v1/gateway_security_policy_rule_pb'
|
|
16
|
+
require 'google/cloud/networksecurity/v1/server_tls_policy_pb'
|
|
17
|
+
require 'google/cloud/networksecurity/v1/tls_inspection_policy_pb'
|
|
18
|
+
require 'google/cloud/networksecurity/v1/url_list_pb'
|
|
19
|
+
require 'google/longrunning/operations_pb'
|
|
20
|
+
require 'google/protobuf/empty_pb'
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
descriptor_data = "\n6google/cloud/networksecurity/v1/network_security.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a:google/cloud/networksecurity/v1/authorization_policy.proto\x1a\x32google/cloud/networksecurity/v1/authz_policy.proto\x1a\x43google/cloud/networksecurity/v1/backend_authentication_config.proto\x1a\x37google/cloud/networksecurity/v1/client_tls_policy.proto\x1a,google/cloud/networksecurity/v1/common.proto\x1a=google/cloud/networksecurity/v1/gateway_security_policy.proto\x1a\x42google/cloud/networksecurity/v1/gateway_security_policy_rule.proto\x1a\x37google/cloud/networksecurity/v1/server_tls_policy.proto\x1a;google/cloud/networksecurity/v1/tls_inspection_policy.proto\x1a.google/cloud/networksecurity/v1/url_list.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto2\xe1\x63\n\x0fNetworkSecurity\x12\xee\x01\n\x19ListAuthorizationPolicies\x12\x41.google.cloud.networksecurity.v1.ListAuthorizationPoliciesRequest\x1a\x42.google.cloud.networksecurity.v1.ListAuthorizationPoliciesResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*}/authorizationPolicies\x12\xd8\x01\n\x16GetAuthorizationPolicy\x12>.google.cloud.networksecurity.v1.GetAuthorizationPolicyRequest\x1a\x34.google.cloud.networksecurity.v1.AuthorizationPolicy\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/authorizationPolicies/*}\x12\xd8\x02\n\x19\x43reateAuthorizationPolicy\x12\x41.google.cloud.networksecurity.v1.CreateAuthorizationPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xd8\x01\xca\x41H\n\x13\x41uthorizationPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x33parent,authorization_policy,authorization_policy_id\x82\xd3\xe4\x93\x02Q\"9/v1/{parent=projects/*/locations/*}/authorizationPolicies:\x14\x61uthorization_policy\x12\xda\x02\n\x19UpdateAuthorizationPolicy\x12\x41.google.cloud.networksecurity.v1.UpdateAuthorizationPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xda\x01\xca\x41H\n\x13\x41uthorizationPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41 authorization_policy,update_mask\x82\xd3\xe4\x93\x02\x66\x32N/v1/{authorization_policy.name=projects/*/locations/*/authorizationPolicies/*}:\x14\x61uthorization_policy\x12\x95\x02\n\x19\x44\x65leteAuthorizationPolicy\x12\x41.google.cloud.networksecurity.v1.DeleteAuthorizationPolicyRequest\x1a\x1d.google.longrunning.Operation\"\x95\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/authorizationPolicies/*}\x12\x8a\x02\n ListBackendAuthenticationConfigs\x12H.google.cloud.networksecurity.v1.ListBackendAuthenticationConfigsRequest\x1aI.google.cloud.networksecurity.v1.ListBackendAuthenticationConfigsResponse\"Q\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x42\x12@/v1/{parent=projects/*/locations/*}/backendAuthenticationConfigs\x12\xf7\x01\n\x1eGetBackendAuthenticationConfig\x12\x46.google.cloud.networksecurity.v1.GetBackendAuthenticationConfigRequest\x1a<.google.cloud.networksecurity.v1.BackendAuthenticationConfig\"O\xda\x41\x04name\x82\xd3\xe4\x93\x02\x42\x12@/v1/{name=projects/*/locations/*/backendAuthenticationConfigs/*}\x12\x92\x03\n!CreateBackendAuthenticationConfig\x12I.google.cloud.networksecurity.v1.CreateBackendAuthenticationConfigRequest\x1a\x1d.google.longrunning.Operation\"\x82\x02\xca\x41P\n\x1b\x42\x61\x63kendAuthenticationConfig\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x45parent,backend_authentication_config,backend_authentication_config_id\x82\xd3\xe4\x93\x02\x61\"@/v1/{parent=projects/*/locations/*}/backendAuthenticationConfigs:\x1d\x62\x61\x63kend_authentication_config\x12\x94\x03\n!UpdateBackendAuthenticationConfig\x12I.google.cloud.networksecurity.v1.UpdateBackendAuthenticationConfigRequest\x1a\x1d.google.longrunning.Operation\"\x84\x02\xca\x41P\n\x1b\x42\x61\x63kendAuthenticationConfig\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41)backend_authentication_config,update_mask\x82\xd3\xe4\x93\x02\x7f\x32^/v1/{backend_authentication_config.name=projects/*/locations/*/backendAuthenticationConfigs/*}:\x1d\x62\x61\x63kend_authentication_config\x12\xac\x02\n!DeleteBackendAuthenticationConfig\x12I.google.cloud.networksecurity.v1.DeleteBackendAuthenticationConfigRequest\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/*/backendAuthenticationConfigs/*}\x12\xde\x01\n\x15ListServerTlsPolicies\x12=.google.cloud.networksecurity.v1.ListServerTlsPoliciesRequest\x1a>.google.cloud.networksecurity.v1.ListServerTlsPoliciesResponse\"F\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{parent=projects/*/locations/*}/serverTlsPolicies\x12\xc8\x01\n\x12GetServerTlsPolicy\x12:.google.cloud.networksecurity.v1.GetServerTlsPolicyRequest\x1a\x30.google.cloud.networksecurity.v1.ServerTlsPolicy\"D\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{name=projects/*/locations/*/serverTlsPolicies/*}\x12\xbf\x02\n\x15\x43reateServerTlsPolicy\x12=.google.cloud.networksecurity.v1.CreateServerTlsPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xc7\x01\xca\x41\x44\n\x0fServerTlsPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41-parent,server_tls_policy,server_tls_policy_id\x82\xd3\xe4\x93\x02J\"5/v1/{parent=projects/*/locations/*}/serverTlsPolicies:\x11server_tls_policy\x12\xc1\x02\n\x15UpdateServerTlsPolicy\x12=.google.cloud.networksecurity.v1.UpdateServerTlsPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xc9\x01\xca\x41\x44\n\x0fServerTlsPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x1dserver_tls_policy,update_mask\x82\xd3\xe4\x93\x02\\2G/v1/{server_tls_policy.name=projects/*/locations/*/serverTlsPolicies/*}:\x11server_tls_policy\x12\x89\x02\n\x15\x44\x65leteServerTlsPolicy\x12=.google.cloud.networksecurity.v1.DeleteServerTlsPolicyRequest\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/*/serverTlsPolicies/*}\x12\xde\x01\n\x15ListClientTlsPolicies\x12=.google.cloud.networksecurity.v1.ListClientTlsPoliciesRequest\x1a>.google.cloud.networksecurity.v1.ListClientTlsPoliciesResponse\"F\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{parent=projects/*/locations/*}/clientTlsPolicies\x12\xc8\x01\n\x12GetClientTlsPolicy\x12:.google.cloud.networksecurity.v1.GetClientTlsPolicyRequest\x1a\x30.google.cloud.networksecurity.v1.ClientTlsPolicy\"D\xda\x41\x04name\x82\xd3\xe4\x93\x02\x37\x12\x35/v1/{name=projects/*/locations/*/clientTlsPolicies/*}\x12\xbf\x02\n\x15\x43reateClientTlsPolicy\x12=.google.cloud.networksecurity.v1.CreateClientTlsPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xc7\x01\xca\x41\x44\n\x0f\x43lientTlsPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41-parent,client_tls_policy,client_tls_policy_id\x82\xd3\xe4\x93\x02J\"5/v1/{parent=projects/*/locations/*}/clientTlsPolicies:\x11\x63lient_tls_policy\x12\xc1\x02\n\x15UpdateClientTlsPolicy\x12=.google.cloud.networksecurity.v1.UpdateClientTlsPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xc9\x01\xca\x41\x44\n\x0f\x43lientTlsPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x1d\x63lient_tls_policy,update_mask\x82\xd3\xe4\x93\x02\\2G/v1/{client_tls_policy.name=projects/*/locations/*/clientTlsPolicies/*}:\x11\x63lient_tls_policy\x12\x89\x02\n\x15\x44\x65leteClientTlsPolicy\x12=.google.cloud.networksecurity.v1.DeleteClientTlsPolicyRequest\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/*/clientTlsPolicies/*}\x12\xf6\x01\n\x1bListGatewaySecurityPolicies\x12\x43.google.cloud.networksecurity.v1.ListGatewaySecurityPoliciesRequest\x1a\x44.google.cloud.networksecurity.v1.ListGatewaySecurityPoliciesResponse\"L\xda\x41\x06parent\x82\xd3\xe4\x93\x02=\x12;/v1/{parent=projects/*/locations/*}/gatewaySecurityPolicies\x12\xe0\x01\n\x18GetGatewaySecurityPolicy\x12@.google.cloud.networksecurity.v1.GetGatewaySecurityPolicyRequest\x1a\x36.google.cloud.networksecurity.v1.GatewaySecurityPolicy\"J\xda\x41\x04name\x82\xd3\xe4\x93\x02=\x12;/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*}\x12\xe9\x02\n\x1b\x43reateGatewaySecurityPolicy\x12\x43.google.cloud.networksecurity.v1.CreateGatewaySecurityPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xe5\x01\xca\x41J\n\x15GatewaySecurityPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x39parent,gateway_security_policy,gateway_security_policy_id\x82\xd3\xe4\x93\x02V\";/v1/{parent=projects/*/locations/*}/gatewaySecurityPolicies:\x17gateway_security_policy\x12\xeb\x02\n\x1bUpdateGatewaySecurityPolicy\x12\x43.google.cloud.networksecurity.v1.UpdateGatewaySecurityPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xe7\x01\xca\x41J\n\x15GatewaySecurityPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41#gateway_security_policy,update_mask\x82\xd3\xe4\x93\x02n2S/v1/{gateway_security_policy.name=projects/*/locations/*/gatewaySecurityPolicies/*}:\x17gateway_security_policy\x12\x9b\x02\n\x1b\x44\x65leteGatewaySecurityPolicy\x12\x43.google.cloud.networksecurity.v1.DeleteGatewaySecurityPolicyRequest\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/*/gatewaySecurityPolicies/*}\x12\x87\x02\n\x1eListGatewaySecurityPolicyRules\x12\x46.google.cloud.networksecurity.v1.ListGatewaySecurityPolicyRulesRequest\x1aG.google.cloud.networksecurity.v1.ListGatewaySecurityPolicyRulesResponse\"T\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x45\x12\x43/v1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules\x12\xf4\x01\n\x1cGetGatewaySecurityPolicyRule\x12\x44.google.cloud.networksecurity.v1.GetGatewaySecurityPolicyRuleRequest\x1a:.google.cloud.networksecurity.v1.GatewaySecurityPolicyRule\"R\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45\x12\x43/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}\x12\x8c\x03\n\x1f\x43reateGatewaySecurityPolicyRule\x12G.google.cloud.networksecurity.v1.CreateGatewaySecurityPolicyRuleRequest\x1a\x1d.google.longrunning.Operation\"\x80\x02\xca\x41N\n\x19GatewaySecurityPolicyRule\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x43parent,gateway_security_policy_rule,gateway_security_policy_rule_id\x82\xd3\xe4\x93\x02\x63\"C/v1/{parent=projects/*/locations/*/gatewaySecurityPolicies/*}/rules:\x1cgateway_security_policy_rule\x12\x8f\x03\n\x1fUpdateGatewaySecurityPolicyRule\x12G.google.cloud.networksecurity.v1.UpdateGatewaySecurityPolicyRuleRequest\x1a\x1d.google.longrunning.Operation\"\x83\x02\xca\x41N\n\x19GatewaySecurityPolicyRule\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41(gateway_security_policy_rule,update_mask\x82\xd3\xe4\x93\x02\x80\x01\x32`/v1/{gateway_security_policy_rule.name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}:\x1cgateway_security_policy_rule\x12\xab\x02\n\x1f\x44\x65leteGatewaySecurityPolicyRule\x12G.google.cloud.networksecurity.v1.DeleteGatewaySecurityPolicyRuleRequest\x1a\x1d.google.longrunning.Operation\"\x9f\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x45*C/v1/{name=projects/*/locations/*/gatewaySecurityPolicies/*/rules/*}\x12\xba\x01\n\x0cListUrlLists\x12\x34.google.cloud.networksecurity.v1.ListUrlListsRequest\x1a\x35.google.cloud.networksecurity.v1.ListUrlListsResponse\"=\xda\x41\x06parent\x82\xd3\xe4\x93\x02.\x12,/v1/{parent=projects/*/locations/*}/urlLists\x12\xa7\x01\n\nGetUrlList\x12\x32.google.cloud.networksecurity.v1.GetUrlListRequest\x1a(.google.cloud.networksecurity.v1.UrlList\";\xda\x41\x04name\x82\xd3\xe4\x93\x02.\x12,/v1/{name=projects/*/locations/*/urlLists/*}\x12\x83\x02\n\rCreateUrlList\x12\x35.google.cloud.networksecurity.v1.CreateUrlListRequest\x1a\x1d.google.longrunning.Operation\"\x9b\x01\xca\x41<\n\x07UrlList\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x1bparent,url_list,url_list_id\x82\xd3\xe4\x93\x02\x38\",/v1/{parent=projects/*/locations/*}/urlLists:\x08url_list\x12\x85\x02\n\rUpdateUrlList\x12\x35.google.cloud.networksecurity.v1.UpdateUrlListRequest\x1a\x1d.google.longrunning.Operation\"\x9d\x01\xca\x41<\n\x07UrlList\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x14url_list,update_mask\x82\xd3\xe4\x93\x02\x41\x32\x35/v1/{url_list.name=projects/*/locations/*/urlLists/*}:\x08url_list\x12\xf0\x01\n\rDeleteUrlList\x12\x35.google.cloud.networksecurity.v1.DeleteUrlListRequest\x1a\x1d.google.longrunning.Operation\"\x88\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/*/urlLists/*}\x12\xee\x01\n\x19ListTlsInspectionPolicies\x12\x41.google.cloud.networksecurity.v1.ListTlsInspectionPoliciesRequest\x1a\x42.google.cloud.networksecurity.v1.ListTlsInspectionPoliciesResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*}/tlsInspectionPolicies\x12\xd8\x01\n\x16GetTlsInspectionPolicy\x12>.google.cloud.networksecurity.v1.GetTlsInspectionPolicyRequest\x1a\x34.google.cloud.networksecurity.v1.TlsInspectionPolicy\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/tlsInspectionPolicies/*}\x12\xdb\x02\n\x19\x43reateTlsInspectionPolicy\x12\x41.google.cloud.networksecurity.v1.CreateTlsInspectionPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xdb\x01\xca\x41H\n\x13TlsInspectionPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x35parent,tls_inspection_policy,tls_inspection_policy_id\x82\xd3\xe4\x93\x02R\"9/v1/{parent=projects/*/locations/*}/tlsInspectionPolicies:\x15tls_inspection_policy\x12\xdd\x02\n\x19UpdateTlsInspectionPolicy\x12\x41.google.cloud.networksecurity.v1.UpdateTlsInspectionPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xdd\x01\xca\x41H\n\x13TlsInspectionPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41!tls_inspection_policy,update_mask\x82\xd3\xe4\x93\x02h2O/v1/{tls_inspection_policy.name=projects/*/locations/*/tlsInspectionPolicies/*}:\x15tls_inspection_policy\x12\x95\x02\n\x19\x44\x65leteTlsInspectionPolicy\x12\x41.google.cloud.networksecurity.v1.DeleteTlsInspectionPolicyRequest\x1a\x1d.google.longrunning.Operation\"\x95\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/tlsInspectionPolicies/*}\x12\xce\x01\n\x11ListAuthzPolicies\x12\x39.google.cloud.networksecurity.v1.ListAuthzPoliciesRequest\x1a:.google.cloud.networksecurity.v1.ListAuthzPoliciesResponse\"B\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{parent=projects/*/locations/*}/authzPolicies\x12\xb8\x01\n\x0eGetAuthzPolicy\x12\x36.google.cloud.networksecurity.v1.GetAuthzPolicyRequest\x1a,.google.cloud.networksecurity.v1.AuthzPolicy\"@\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{name=projects/*/locations/*/authzPolicies/*}\x12\xa0\x02\n\x11\x43reateAuthzPolicy\x12\x39.google.cloud.networksecurity.v1.CreateAuthzPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xb0\x01\xca\x41@\n\x0b\x41uthzPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41#parent,authz_policy,authz_policy_id\x82\xd3\xe4\x93\x02\x41\"1/v1/{parent=projects/*/locations/*}/authzPolicies:\x0c\x61uthz_policy\x12\xa2\x02\n\x11UpdateAuthzPolicy\x12\x39.google.cloud.networksecurity.v1.UpdateAuthzPolicyRequest\x1a\x1d.google.longrunning.Operation\"\xb2\x01\xca\x41@\n\x0b\x41uthzPolicy\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x18\x61uthz_policy,update_mask\x82\xd3\xe4\x93\x02N2>/v1/{authz_policy.name=projects/*/locations/*/authzPolicies/*}:\x0c\x61uthz_policy\x12\xfd\x01\n\x11\x44\x65leteAuthzPolicy\x12\x39.google.cloud.networksecurity.v1.DeleteAuthzPolicyRequest\x1a\x1d.google.longrunning.Operation\"\x8d\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33*1/v1/{name=projects/*/locations/*/authzPolicies/*}\x1aR\xca\x41\x1enetworksecurity.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xdf\x01\n#com.google.cloud.networksecurity.v1P\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"
|
|
24
|
+
|
|
25
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
26
|
+
pool.add_serialized_file(descriptor_data)
|
|
27
|
+
|
|
28
|
+
module Google
|
|
29
|
+
module Cloud
|
|
30
|
+
module NetworkSecurity
|
|
31
|
+
module V1
|
|
32
|
+
end
|
|
33
|
+
end
|
|
34
|
+
end
|
|
35
|
+
end
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
# Source: google/cloud/networksecurity/v1/network_security.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/network_security_pb'
|
|
21
|
+
|
|
22
|
+
module Google
|
|
23
|
+
module Cloud
|
|
24
|
+
module NetworkSecurity
|
|
25
|
+
module V1
|
|
26
|
+
module NetworkSecurity
|
|
27
|
+
# Network Security API provides resources to configure authentication and
|
|
28
|
+
# authorization policies. Refer to per API resource documentation for more
|
|
29
|
+
# information.
|
|
30
|
+
class Service
|
|
31
|
+
|
|
32
|
+
include ::GRPC::GenericService
|
|
33
|
+
|
|
34
|
+
self.marshal_class_method = :encode
|
|
35
|
+
self.unmarshal_class_method = :decode
|
|
36
|
+
self.service_name = 'google.cloud.networksecurity.v1.NetworkSecurity'
|
|
37
|
+
|
|
38
|
+
# Lists AuthorizationPolicies in a given project and location.
|
|
39
|
+
rpc :ListAuthorizationPolicies, ::Google::Cloud::NetworkSecurity::V1::ListAuthorizationPoliciesRequest, ::Google::Cloud::NetworkSecurity::V1::ListAuthorizationPoliciesResponse
|
|
40
|
+
# Gets details of a single AuthorizationPolicy.
|
|
41
|
+
rpc :GetAuthorizationPolicy, ::Google::Cloud::NetworkSecurity::V1::GetAuthorizationPolicyRequest, ::Google::Cloud::NetworkSecurity::V1::AuthorizationPolicy
|
|
42
|
+
# Creates a new AuthorizationPolicy in a given project and location.
|
|
43
|
+
rpc :CreateAuthorizationPolicy, ::Google::Cloud::NetworkSecurity::V1::CreateAuthorizationPolicyRequest, ::Google::Longrunning::Operation
|
|
44
|
+
# Updates the parameters of a single AuthorizationPolicy.
|
|
45
|
+
rpc :UpdateAuthorizationPolicy, ::Google::Cloud::NetworkSecurity::V1::UpdateAuthorizationPolicyRequest, ::Google::Longrunning::Operation
|
|
46
|
+
# Deletes a single AuthorizationPolicy.
|
|
47
|
+
rpc :DeleteAuthorizationPolicy, ::Google::Cloud::NetworkSecurity::V1::DeleteAuthorizationPolicyRequest, ::Google::Longrunning::Operation
|
|
48
|
+
# Lists BackendAuthenticationConfigs in a given project and location.
|
|
49
|
+
rpc :ListBackendAuthenticationConfigs, ::Google::Cloud::NetworkSecurity::V1::ListBackendAuthenticationConfigsRequest, ::Google::Cloud::NetworkSecurity::V1::ListBackendAuthenticationConfigsResponse
|
|
50
|
+
# Gets details of a single BackendAuthenticationConfig to
|
|
51
|
+
# BackendAuthenticationConfig.
|
|
52
|
+
rpc :GetBackendAuthenticationConfig, ::Google::Cloud::NetworkSecurity::V1::GetBackendAuthenticationConfigRequest, ::Google::Cloud::NetworkSecurity::V1::BackendAuthenticationConfig
|
|
53
|
+
# Creates a new BackendAuthenticationConfig in a given project and location.
|
|
54
|
+
rpc :CreateBackendAuthenticationConfig, ::Google::Cloud::NetworkSecurity::V1::CreateBackendAuthenticationConfigRequest, ::Google::Longrunning::Operation
|
|
55
|
+
# Updates the parameters of a single BackendAuthenticationConfig to
|
|
56
|
+
# BackendAuthenticationConfig.
|
|
57
|
+
rpc :UpdateBackendAuthenticationConfig, ::Google::Cloud::NetworkSecurity::V1::UpdateBackendAuthenticationConfigRequest, ::Google::Longrunning::Operation
|
|
58
|
+
# Deletes a single BackendAuthenticationConfig to
|
|
59
|
+
# BackendAuthenticationConfig.
|
|
60
|
+
rpc :DeleteBackendAuthenticationConfig, ::Google::Cloud::NetworkSecurity::V1::DeleteBackendAuthenticationConfigRequest, ::Google::Longrunning::Operation
|
|
61
|
+
# Lists ServerTlsPolicies in a given project and location.
|
|
62
|
+
rpc :ListServerTlsPolicies, ::Google::Cloud::NetworkSecurity::V1::ListServerTlsPoliciesRequest, ::Google::Cloud::NetworkSecurity::V1::ListServerTlsPoliciesResponse
|
|
63
|
+
# Gets details of a single ServerTlsPolicy.
|
|
64
|
+
rpc :GetServerTlsPolicy, ::Google::Cloud::NetworkSecurity::V1::GetServerTlsPolicyRequest, ::Google::Cloud::NetworkSecurity::V1::ServerTlsPolicy
|
|
65
|
+
# Creates a new ServerTlsPolicy in a given project and location.
|
|
66
|
+
rpc :CreateServerTlsPolicy, ::Google::Cloud::NetworkSecurity::V1::CreateServerTlsPolicyRequest, ::Google::Longrunning::Operation
|
|
67
|
+
# Updates the parameters of a single ServerTlsPolicy.
|
|
68
|
+
rpc :UpdateServerTlsPolicy, ::Google::Cloud::NetworkSecurity::V1::UpdateServerTlsPolicyRequest, ::Google::Longrunning::Operation
|
|
69
|
+
# Deletes a single ServerTlsPolicy.
|
|
70
|
+
rpc :DeleteServerTlsPolicy, ::Google::Cloud::NetworkSecurity::V1::DeleteServerTlsPolicyRequest, ::Google::Longrunning::Operation
|
|
71
|
+
# Lists ClientTlsPolicies in a given project and location.
|
|
72
|
+
rpc :ListClientTlsPolicies, ::Google::Cloud::NetworkSecurity::V1::ListClientTlsPoliciesRequest, ::Google::Cloud::NetworkSecurity::V1::ListClientTlsPoliciesResponse
|
|
73
|
+
# Gets details of a single ClientTlsPolicy.
|
|
74
|
+
rpc :GetClientTlsPolicy, ::Google::Cloud::NetworkSecurity::V1::GetClientTlsPolicyRequest, ::Google::Cloud::NetworkSecurity::V1::ClientTlsPolicy
|
|
75
|
+
# Creates a new ClientTlsPolicy in a given project and location.
|
|
76
|
+
rpc :CreateClientTlsPolicy, ::Google::Cloud::NetworkSecurity::V1::CreateClientTlsPolicyRequest, ::Google::Longrunning::Operation
|
|
77
|
+
# Updates the parameters of a single ClientTlsPolicy.
|
|
78
|
+
rpc :UpdateClientTlsPolicy, ::Google::Cloud::NetworkSecurity::V1::UpdateClientTlsPolicyRequest, ::Google::Longrunning::Operation
|
|
79
|
+
# Deletes a single ClientTlsPolicy.
|
|
80
|
+
rpc :DeleteClientTlsPolicy, ::Google::Cloud::NetworkSecurity::V1::DeleteClientTlsPolicyRequest, ::Google::Longrunning::Operation
|
|
81
|
+
# Lists GatewaySecurityPolicies in a given project and location.
|
|
82
|
+
rpc :ListGatewaySecurityPolicies, ::Google::Cloud::NetworkSecurity::V1::ListGatewaySecurityPoliciesRequest, ::Google::Cloud::NetworkSecurity::V1::ListGatewaySecurityPoliciesResponse
|
|
83
|
+
# Gets details of a single GatewaySecurityPolicy.
|
|
84
|
+
rpc :GetGatewaySecurityPolicy, ::Google::Cloud::NetworkSecurity::V1::GetGatewaySecurityPolicyRequest, ::Google::Cloud::NetworkSecurity::V1::GatewaySecurityPolicy
|
|
85
|
+
# Creates a new GatewaySecurityPolicy in a given project and location.
|
|
86
|
+
rpc :CreateGatewaySecurityPolicy, ::Google::Cloud::NetworkSecurity::V1::CreateGatewaySecurityPolicyRequest, ::Google::Longrunning::Operation
|
|
87
|
+
# Updates the parameters of a single GatewaySecurityPolicy.
|
|
88
|
+
rpc :UpdateGatewaySecurityPolicy, ::Google::Cloud::NetworkSecurity::V1::UpdateGatewaySecurityPolicyRequest, ::Google::Longrunning::Operation
|
|
89
|
+
# Deletes a single GatewaySecurityPolicy.
|
|
90
|
+
rpc :DeleteGatewaySecurityPolicy, ::Google::Cloud::NetworkSecurity::V1::DeleteGatewaySecurityPolicyRequest, ::Google::Longrunning::Operation
|
|
91
|
+
# Lists GatewaySecurityPolicyRules in a given project and location.
|
|
92
|
+
rpc :ListGatewaySecurityPolicyRules, ::Google::Cloud::NetworkSecurity::V1::ListGatewaySecurityPolicyRulesRequest, ::Google::Cloud::NetworkSecurity::V1::ListGatewaySecurityPolicyRulesResponse
|
|
93
|
+
# Gets details of a single GatewaySecurityPolicyRule.
|
|
94
|
+
rpc :GetGatewaySecurityPolicyRule, ::Google::Cloud::NetworkSecurity::V1::GetGatewaySecurityPolicyRuleRequest, ::Google::Cloud::NetworkSecurity::V1::GatewaySecurityPolicyRule
|
|
95
|
+
# Creates a new GatewaySecurityPolicy in a given project and location.
|
|
96
|
+
rpc :CreateGatewaySecurityPolicyRule, ::Google::Cloud::NetworkSecurity::V1::CreateGatewaySecurityPolicyRuleRequest, ::Google::Longrunning::Operation
|
|
97
|
+
# Updates the parameters of a single GatewaySecurityPolicyRule.
|
|
98
|
+
rpc :UpdateGatewaySecurityPolicyRule, ::Google::Cloud::NetworkSecurity::V1::UpdateGatewaySecurityPolicyRuleRequest, ::Google::Longrunning::Operation
|
|
99
|
+
# Deletes a single GatewaySecurityPolicyRule.
|
|
100
|
+
rpc :DeleteGatewaySecurityPolicyRule, ::Google::Cloud::NetworkSecurity::V1::DeleteGatewaySecurityPolicyRuleRequest, ::Google::Longrunning::Operation
|
|
101
|
+
# Lists UrlLists in a given project and location.
|
|
102
|
+
rpc :ListUrlLists, ::Google::Cloud::NetworkSecurity::V1::ListUrlListsRequest, ::Google::Cloud::NetworkSecurity::V1::ListUrlListsResponse
|
|
103
|
+
# Gets details of a single UrlList.
|
|
104
|
+
rpc :GetUrlList, ::Google::Cloud::NetworkSecurity::V1::GetUrlListRequest, ::Google::Cloud::NetworkSecurity::V1::UrlList
|
|
105
|
+
# Creates a new UrlList in a given project and location.
|
|
106
|
+
rpc :CreateUrlList, ::Google::Cloud::NetworkSecurity::V1::CreateUrlListRequest, ::Google::Longrunning::Operation
|
|
107
|
+
# Updates the parameters of a single UrlList.
|
|
108
|
+
rpc :UpdateUrlList, ::Google::Cloud::NetworkSecurity::V1::UpdateUrlListRequest, ::Google::Longrunning::Operation
|
|
109
|
+
# Deletes a single UrlList.
|
|
110
|
+
rpc :DeleteUrlList, ::Google::Cloud::NetworkSecurity::V1::DeleteUrlListRequest, ::Google::Longrunning::Operation
|
|
111
|
+
# Lists TlsInspectionPolicies in a given project and location.
|
|
112
|
+
rpc :ListTlsInspectionPolicies, ::Google::Cloud::NetworkSecurity::V1::ListTlsInspectionPoliciesRequest, ::Google::Cloud::NetworkSecurity::V1::ListTlsInspectionPoliciesResponse
|
|
113
|
+
# Gets details of a single TlsInspectionPolicy.
|
|
114
|
+
rpc :GetTlsInspectionPolicy, ::Google::Cloud::NetworkSecurity::V1::GetTlsInspectionPolicyRequest, ::Google::Cloud::NetworkSecurity::V1::TlsInspectionPolicy
|
|
115
|
+
# Creates a new TlsInspectionPolicy in a given project and location.
|
|
116
|
+
rpc :CreateTlsInspectionPolicy, ::Google::Cloud::NetworkSecurity::V1::CreateTlsInspectionPolicyRequest, ::Google::Longrunning::Operation
|
|
117
|
+
# Updates the parameters of a single TlsInspectionPolicy.
|
|
118
|
+
rpc :UpdateTlsInspectionPolicy, ::Google::Cloud::NetworkSecurity::V1::UpdateTlsInspectionPolicyRequest, ::Google::Longrunning::Operation
|
|
119
|
+
# Deletes a single TlsInspectionPolicy.
|
|
120
|
+
rpc :DeleteTlsInspectionPolicy, ::Google::Cloud::NetworkSecurity::V1::DeleteTlsInspectionPolicyRequest, ::Google::Longrunning::Operation
|
|
121
|
+
# Lists AuthzPolicies in a given project and location.
|
|
122
|
+
rpc :ListAuthzPolicies, ::Google::Cloud::NetworkSecurity::V1::ListAuthzPoliciesRequest, ::Google::Cloud::NetworkSecurity::V1::ListAuthzPoliciesResponse
|
|
123
|
+
# Gets details of a single AuthzPolicy.
|
|
124
|
+
rpc :GetAuthzPolicy, ::Google::Cloud::NetworkSecurity::V1::GetAuthzPolicyRequest, ::Google::Cloud::NetworkSecurity::V1::AuthzPolicy
|
|
125
|
+
# Creates a new AuthzPolicy in a given project and location.
|
|
126
|
+
rpc :CreateAuthzPolicy, ::Google::Cloud::NetworkSecurity::V1::CreateAuthzPolicyRequest, ::Google::Longrunning::Operation
|
|
127
|
+
# Updates the parameters of a single AuthzPolicy.
|
|
128
|
+
rpc :UpdateAuthzPolicy, ::Google::Cloud::NetworkSecurity::V1::UpdateAuthzPolicyRequest, ::Google::Longrunning::Operation
|
|
129
|
+
# Deletes a single AuthzPolicy.
|
|
130
|
+
rpc :DeleteAuthzPolicy, ::Google::Cloud::NetworkSecurity::V1::DeleteAuthzPolicyRequest, ::Google::Longrunning::Operation
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
Stub = Service.rpc_stub_class
|
|
134
|
+
end
|
|
135
|
+
end
|
|
136
|
+
end
|
|
137
|
+
end
|
|
138
|
+
end
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/security_profile_group_intercept.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
require 'google/api/resource_pb'
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
descriptor_data = "\nFgoogle/cloud/networksecurity/v1/security_profile_group_intercept.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"y\n\x16\x43ustomInterceptProfile\x12_\n\x18intercept_endpoint_group\x18\x01 \x01(\tB=\xe0\x41\x02\xfa\x41\x37\n5networksecurity.googleapis.com/InterceptEndpointGroupB\x83\x02\n#com.google.cloud.networksecurity.v1B\"SecurityProfileGroupInterceptProtoP\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"
|
|
12
|
+
|
|
13
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
|
15
|
+
|
|
16
|
+
module Google
|
|
17
|
+
module Cloud
|
|
18
|
+
module NetworkSecurity
|
|
19
|
+
module V1
|
|
20
|
+
CustomInterceptProfile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CustomInterceptProfile").msgclass
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/security_profile_group_mirroring.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
require 'google/api/resource_pb'
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
descriptor_data = "\nFgoogle/cloud/networksecurity/v1/security_profile_group_mirroring.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"|\n\x16\x43ustomMirroringProfile\x12\x62\n\x18mirroring_endpoint_group\x18\x01 \x01(\tB@\xe0\x41\x02\xe0\x41\x05\xfa\x41\x37\n5networksecurity.googleapis.com/MirroringEndpointGroupB\x83\x02\n#com.google.cloud.networksecurity.v1B\"SecurityProfileGroupMirroringProtoP\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"
|
|
12
|
+
|
|
13
|
+
pool = ::Google::Protobuf::DescriptorPool.generated_pool
|
|
14
|
+
pool.add_serialized_file(descriptor_data)
|
|
15
|
+
|
|
16
|
+
module Google
|
|
17
|
+
module Cloud
|
|
18
|
+
module NetworkSecurity
|
|
19
|
+
module V1
|
|
20
|
+
CustomMirroringProfile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CustomMirroringProfile").msgclass
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
end
|
|
24
|
+
end
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/security_profile_group.proto
|
|
4
|
+
|
|
5
|
+
require 'google/protobuf'
|
|
6
|
+
|
|
7
|
+
require 'google/api/field_behavior_pb'
|
|
8
|
+
require 'google/api/resource_pb'
|
|
9
|
+
require 'google/cloud/networksecurity/v1/security_profile_group_intercept_pb'
|
|
10
|
+
require 'google/cloud/networksecurity/v1/security_profile_group_mirroring_pb'
|
|
11
|
+
require 'google/cloud/networksecurity/v1/security_profile_group_threatprevention_pb'
|
|
12
|
+
require 'google/cloud/networksecurity/v1/security_profile_group_urlfiltering_pb'
|
|
13
|
+
require 'google/protobuf/timestamp_pb'
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
descriptor_data = "\n<google/cloud/networksecurity/v1/security_profile_group.proto\x12\x1fgoogle.cloud.networksecurity.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x46google/cloud/networksecurity/v1/security_profile_group_intercept.proto\x1a\x46google/cloud/networksecurity/v1/security_profile_group_mirroring.proto\x1aMgoogle/cloud/networksecurity/v1/security_profile_group_threatprevention.proto\x1aIgoogle/cloud/networksecurity/v1/security_profile_group_urlfiltering.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc3\x07\n\x14SecurityProfileGroup\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x08\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\x04\x65tag\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12\x19\n\x0c\x64\x61ta_path_id\x18\x0c \x01(\x04\x42\x03\xe0\x41\x03\x12V\n\x06labels\x18\x07 \x03(\x0b\x32\x41.google.cloud.networksecurity.v1.SecurityProfileGroup.LabelsEntryB\x03\xe0\x41\x01\x12Y\n\x19threat_prevention_profile\x18\x06 \x01(\tB6\xe0\x41\x01\xfa\x41\x30\n.networksecurity.googleapis.com/SecurityProfile\x12X\n\x18\x63ustom_mirroring_profile\x18\x08 \x01(\tB6\xe0\x41\x01\xfa\x41\x30\n.networksecurity.googleapis.com/SecurityProfile\x12X\n\x18\x63ustom_intercept_profile\x18\t \x01(\tB6\xe0\x41\x01\xfa\x41\x30\n.networksecurity.googleapis.com/SecurityProfile\x12U\n\x15url_filtering_profile\x18\x0b \x01(\tB6\xe0\x41\x01\xfa\x41\x30\n.networksecurity.googleapis.com/SecurityProfile\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\xf3\x01\xea\x41\xef\x01\n3networksecurity.googleapis.com/SecurityProfileGroup\x12`organizations/{organization}/locations/{location}/securityProfileGroups/{security_profile_group}\x12Vprojects/{project}/locations/{location}/securityProfileGroups/{security_profile_group}\"\xed\x08\n\x0fSecurityProfile\x12]\n\x19threat_prevention_profile\x18\x07 \x01(\x0b\x32\x38.google.cloud.networksecurity.v1.ThreatPreventionProfileH\x00\x12[\n\x18\x63ustom_mirroring_profile\x18\t \x01(\x0b\x32\x37.google.cloud.networksecurity.v1.CustomMirroringProfileH\x00\x12[\n\x18\x63ustom_intercept_profile\x18\n \x01(\x0b\x32\x37.google.cloud.networksecurity.v1.CustomInterceptProfileH\x00\x12U\n\x15url_filtering_profile\x18\x0c \x01(\x0b\x32\x34.google.cloud.networksecurity.v1.UrlFilteringProfileH\x00\x12\x14\n\x04name\x18\x01 \x01(\tB\x06\xe0\x41\x05\xe0\x41\x08\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x34\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x11\n\x04\x65tag\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12Q\n\x06labels\x18\x08 \x03(\x0b\x32<.google.cloud.networksecurity.v1.SecurityProfile.LabelsEntryB\x03\xe0\x41\x01\x12O\n\x04type\x18\x06 \x01(\x0e\x32<.google.cloud.networksecurity.v1.SecurityProfile.ProfileTypeB\x03\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\"\x81\x01\n\x0bProfileType\x12\x1c\n\x18PROFILE_TYPE_UNSPECIFIED\x10\x00\x12\x15\n\x11THREAT_PREVENTION\x10\x01\x12\x14\n\x10\x43USTOM_MIRRORING\x10\x02\x12\x14\n\x10\x43USTOM_INTERCEPT\x10\x03\x12\x11\n\rURL_FILTERING\x10\x05:\xd8\x01\xea\x41\xd4\x01\n.networksecurity.googleapis.com/SecurityProfile\x12Uorganizations/{organization}/locations/{location}/securityProfiles/{security_profile}\x12Kprojects/{project}/locations/{location}/securityProfiles/{security_profile}B\t\n\x07profileB\xfa\x01\n#com.google.cloud.networksecurity.v1B\x19SecurityProfileGroupProtoP\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"
|
|
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
|
+
SecurityProfileGroup = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.SecurityProfileGroup").msgclass
|
|
26
|
+
SecurityProfile = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.SecurityProfile").msgclass
|
|
27
|
+
SecurityProfile::ProfileType = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.SecurityProfile.ProfileType").enummodule
|
|
28
|
+
end
|
|
29
|
+
end
|
|
30
|
+
end
|
|
31
|
+
end
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# source: google/cloud/networksecurity/v1/security_profile_group_service.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/cloud/networksecurity/v1/security_profile_group_pb'
|
|
13
|
+
require 'google/longrunning/operations_pb'
|
|
14
|
+
require 'google/protobuf/empty_pb'
|
|
15
|
+
require 'google/protobuf/field_mask_pb'
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
descriptor_data = "\nDgoogle/cloud/networksecurity/v1/security_profile_group_service.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/cloud/networksecurity/v1/security_profile_group.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\xa0\x01\n ListSecurityProfileGroupsRequest\x12K\n\x06parent\x18\x01 \x01(\tB;\xe0\x41\x02\xfa\x41\x35\x12\x33networksecurity.googleapis.com/SecurityProfileGroup\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\"\x94\x01\n!ListSecurityProfileGroupsResponse\x12V\n\x17security_profile_groups\x18\x01 \x03(\x0b\x32\x35.google.cloud.networksecurity.v1.SecurityProfileGroup\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"k\n\x1eGetSecurityProfileGroupRequest\x12I\n\x04name\x18\x01 \x01(\tB;\xe0\x41\x02\xfa\x41\x35\n3networksecurity.googleapis.com/SecurityProfileGroup\"\xf4\x01\n!CreateSecurityProfileGroupRequest\x12K\n\x06parent\x18\x01 \x01(\tB;\xe0\x41\x02\xfa\x41\x35\x12\x33networksecurity.googleapis.com/SecurityProfileGroup\x12&\n\x19security_profile_group_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12Z\n\x16security_profile_group\x18\x03 \x01(\x0b\x32\x35.google.cloud.networksecurity.v1.SecurityProfileGroupB\x03\xe0\x41\x02\"\xb5\x01\n!UpdateSecurityProfileGroupRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12Z\n\x16security_profile_group\x18\x02 \x01(\x0b\x32\x35.google.cloud.networksecurity.v1.SecurityProfileGroupB\x03\xe0\x41\x02\"\x81\x01\n!DeleteSecurityProfileGroupRequest\x12I\n\x04name\x18\x01 \x01(\tB;\xe0\x41\x02\xfa\x41\x35\n3networksecurity.googleapis.com/SecurityProfileGroup\x12\x11\n\x04\x65tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x96\x01\n\x1bListSecurityProfilesRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.networksecurity.googleapis.com/SecurityProfile\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\"\x84\x01\n\x1cListSecurityProfilesResponse\x12K\n\x11security_profiles\x18\x01 \x03(\x0b\x32\x30.google.cloud.networksecurity.v1.SecurityProfile\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"a\n\x19GetSecurityProfileRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.networksecurity.googleapis.com/SecurityProfile\"\xd9\x01\n\x1c\x43reateSecurityProfileRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.networksecurity.googleapis.com/SecurityProfile\x12 \n\x13security_profile_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12O\n\x10security_profile\x18\x03 \x01(\x0b\x32\x30.google.cloud.networksecurity.v1.SecurityProfileB\x03\xe0\x41\x02\"\xa5\x01\n\x1cUpdateSecurityProfileRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12O\n\x10security_profile\x18\x02 \x01(\x0b\x32\x30.google.cloud.networksecurity.v1.SecurityProfileB\x03\xe0\x41\x02\"w\n\x1c\x44\x65leteSecurityProfileRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.networksecurity.googleapis.com/SecurityProfile\x12\x11\n\x04\x65tag\x18\x02 \x01(\tB\x03\xe0\x41\x01\x32\xd4\x16\n\x1bSecurityProfileGroupService\x12\xee\x01\n\x19ListSecurityProfileGroups\x12\x41.google.cloud.networksecurity.v1.ListSecurityProfileGroupsRequest\x1a\x42.google.cloud.networksecurity.v1.ListSecurityProfileGroupsResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=projects/*/locations/*}/securityProfileGroups\x12\xdb\x01\n\x17GetSecurityProfileGroup\x12?.google.cloud.networksecurity.v1.GetSecurityProfileGroupRequest\x1a\x35.google.cloud.networksecurity.v1.SecurityProfileGroup\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=projects/*/locations/*/securityProfileGroups/*}\x12\xe1\x02\n\x1a\x43reateSecurityProfileGroup\x12\x42.google.cloud.networksecurity.v1.CreateSecurityProfileGroupRequest\x1a\x1d.google.longrunning.Operation\"\xdf\x01\xca\x41I\n\x14SecurityProfileGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x37parent,security_profile_group,security_profile_group_id\x82\xd3\xe4\x93\x02S\"9/v1/{parent=projects/*/locations/*}/securityProfileGroups:\x16security_profile_group\x12\xe3\x02\n\x1aUpdateSecurityProfileGroup\x12\x42.google.cloud.networksecurity.v1.UpdateSecurityProfileGroupRequest\x1a\x1d.google.longrunning.Operation\"\xe1\x01\xca\x41I\n\x14SecurityProfileGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\"security_profile_group,update_mask\x82\xd3\xe4\x93\x02j2P/v1/{security_profile_group.name=projects/*/locations/*/securityProfileGroups/*}:\x16security_profile_group\x12\x97\x02\n\x1a\x44\x65leteSecurityProfileGroup\x12\x42.google.cloud.networksecurity.v1.DeleteSecurityProfileGroupRequest\x1a\x1d.google.longrunning.Operation\"\x95\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02;*9/v1/{name=projects/*/locations/*/securityProfileGroups/*}\x12\xda\x01\n\x14ListSecurityProfiles\x12<.google.cloud.networksecurity.v1.ListSecurityProfilesRequest\x1a=.google.cloud.networksecurity.v1.ListSecurityProfilesResponse\"E\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{parent=projects/*/locations/*}/securityProfiles\x12\xc7\x01\n\x12GetSecurityProfile\x12:.google.cloud.networksecurity.v1.GetSecurityProfileRequest\x1a\x30.google.cloud.networksecurity.v1.SecurityProfile\"C\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{name=projects/*/locations/*/securityProfiles/*}\x12\xbb\x02\n\x15\x43reateSecurityProfile\x12=.google.cloud.networksecurity.v1.CreateSecurityProfileRequest\x1a\x1d.google.longrunning.Operation\"\xc3\x01\xca\x41\x44\n\x0fSecurityProfile\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41+parent,security_profile,security_profile_id\x82\xd3\xe4\x93\x02H\"4/v1/{parent=projects/*/locations/*}/securityProfiles:\x10security_profile\x12\xbd\x02\n\x15UpdateSecurityProfile\x12=.google.cloud.networksecurity.v1.UpdateSecurityProfileRequest\x1a\x1d.google.longrunning.Operation\"\xc5\x01\xca\x41\x44\n\x0fSecurityProfile\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x1csecurity_profile,update_mask\x82\xd3\xe4\x93\x02Y2E/v1/{security_profile.name=projects/*/locations/*/securityProfiles/*}:\x10security_profile\x12\x88\x02\n\x15\x44\x65leteSecurityProfile\x12=.google.cloud.networksecurity.v1.DeleteSecurityProfileRequest\x1a\x1d.google.longrunning.Operation\"\x90\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36*4/v1/{name=projects/*/locations/*/securityProfiles/*}\x1aR\xca\x41\x1enetworksecurity.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platform2\x92\x17\n\'OrganizationSecurityProfileGroupService\x12\xf3\x01\n\x19ListSecurityProfileGroups\x12\x41.google.cloud.networksecurity.v1.ListSecurityProfileGroupsRequest\x1a\x42.google.cloud.networksecurity.v1.ListSecurityProfileGroupsResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1/{parent=organizations/*/locations/*}/securityProfileGroups\x12\xe0\x01\n\x17GetSecurityProfileGroup\x12?.google.cloud.networksecurity.v1.GetSecurityProfileGroupRequest\x1a\x35.google.cloud.networksecurity.v1.SecurityProfileGroup\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1/{name=organizations/*/locations/*/securityProfileGroups/*}\x12\xe6\x02\n\x1a\x43reateSecurityProfileGroup\x12\x42.google.cloud.networksecurity.v1.CreateSecurityProfileGroupRequest\x1a\x1d.google.longrunning.Operation\"\xe4\x01\xca\x41I\n\x14SecurityProfileGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x37parent,security_profile_group,security_profile_group_id\x82\xd3\xe4\x93\x02X\">/v1/{parent=organizations/*/locations/*}/securityProfileGroups:\x16security_profile_group\x12\xe8\x02\n\x1aUpdateSecurityProfileGroup\x12\x42.google.cloud.networksecurity.v1.UpdateSecurityProfileGroupRequest\x1a\x1d.google.longrunning.Operation\"\xe6\x01\xca\x41I\n\x14SecurityProfileGroup\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\"security_profile_group,update_mask\x82\xd3\xe4\x93\x02o2U/v1/{security_profile_group.name=organizations/*/locations/*/securityProfileGroups/*}:\x16security_profile_group\x12\x9c\x02\n\x1a\x44\x65leteSecurityProfileGroup\x12\x42.google.cloud.networksecurity.v1.DeleteSecurityProfileGroupRequest\x1a\x1d.google.longrunning.Operation\"\x9a\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/*/securityProfileGroups/*}\x12\xdf\x01\n\x14ListSecurityProfiles\x12<.google.cloud.networksecurity.v1.ListSecurityProfilesRequest\x1a=.google.cloud.networksecurity.v1.ListSecurityProfilesResponse\"J\xda\x41\x06parent\x82\xd3\xe4\x93\x02;\x12\x39/v1/{parent=organizations/*/locations/*}/securityProfiles\x12\xcc\x01\n\x12GetSecurityProfile\x12:.google.cloud.networksecurity.v1.GetSecurityProfileRequest\x1a\x30.google.cloud.networksecurity.v1.SecurityProfile\"H\xda\x41\x04name\x82\xd3\xe4\x93\x02;\x12\x39/v1/{name=organizations/*/locations/*/securityProfiles/*}\x12\xc0\x02\n\x15\x43reateSecurityProfile\x12=.google.cloud.networksecurity.v1.CreateSecurityProfileRequest\x1a\x1d.google.longrunning.Operation\"\xc8\x01\xca\x41\x44\n\x0fSecurityProfile\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41+parent,security_profile,security_profile_id\x82\xd3\xe4\x93\x02M\"9/v1/{parent=organizations/*/locations/*}/securityProfiles:\x10security_profile\x12\xc2\x02\n\x15UpdateSecurityProfile\x12=.google.cloud.networksecurity.v1.UpdateSecurityProfileRequest\x1a\x1d.google.longrunning.Operation\"\xca\x01\xca\x41\x44\n\x0fSecurityProfile\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x1csecurity_profile,update_mask\x82\xd3\xe4\x93\x02^2J/v1/{security_profile.name=organizations/*/locations/*/securityProfiles/*}:\x10security_profile\x12\x8d\x02\n\x15\x44\x65leteSecurityProfile\x12=.google.cloud.networksecurity.v1.DeleteSecurityProfileRequest\x1a\x1d.google.longrunning.Operation\"\x95\x01\xca\x41J\n\x15google.protobuf.Empty\x12\x31google.cloud.networksecurity.v1.OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02;*9/v1/{name=organizations/*/locations/*/securityProfiles/*}\x1aR\xca\x41\x1enetworksecurity.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x81\x02\n#com.google.cloud.networksecurity.v1B SecurityProfileGroupServiceProtoP\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"
|
|
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
|
+
ListSecurityProfileGroupsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListSecurityProfileGroupsRequest").msgclass
|
|
28
|
+
ListSecurityProfileGroupsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListSecurityProfileGroupsResponse").msgclass
|
|
29
|
+
GetSecurityProfileGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetSecurityProfileGroupRequest").msgclass
|
|
30
|
+
CreateSecurityProfileGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateSecurityProfileGroupRequest").msgclass
|
|
31
|
+
UpdateSecurityProfileGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateSecurityProfileGroupRequest").msgclass
|
|
32
|
+
DeleteSecurityProfileGroupRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteSecurityProfileGroupRequest").msgclass
|
|
33
|
+
ListSecurityProfilesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListSecurityProfilesRequest").msgclass
|
|
34
|
+
ListSecurityProfilesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.ListSecurityProfilesResponse").msgclass
|
|
35
|
+
GetSecurityProfileRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.GetSecurityProfileRequest").msgclass
|
|
36
|
+
CreateSecurityProfileRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.CreateSecurityProfileRequest").msgclass
|
|
37
|
+
UpdateSecurityProfileRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.UpdateSecurityProfileRequest").msgclass
|
|
38
|
+
DeleteSecurityProfileRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.networksecurity.v1.DeleteSecurityProfileRequest").msgclass
|
|
39
|
+
end
|
|
40
|
+
end
|
|
41
|
+
end
|
|
42
|
+
end
|