Class: Google::Cloud::NetworkSecurity::V1::DeleteInterceptDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::DeleteInterceptDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/intercept.rb
Overview
Request message for DeleteInterceptDeployment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#request_id ⇒ ::String
Optional.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the resource.
926 927 928 929 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 926 class DeleteInterceptDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#request_id ⇒ ::String
Returns Optional. A unique identifier for this request. Must be a UUID4.
This request is only idempotent if a request_id is provided.
See https://google.aip.dev/155 for more details.
926 927 928 929 |
# File 'proto_docs/google/cloud/networksecurity/v1/intercept.rb', line 926 class DeleteInterceptDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |