Class: Google::Cloud::NetworkServices::V1::DeleteEndpointPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkServices::V1::DeleteEndpointPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb
Overview
Request used with the DeleteEndpointPolicy method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the EndpointPolicy to delete. Must be in the format
projects/*/locations/global/endpointPolicies/*
.
187 188 189 190 |
# File 'proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb', line 187 class DeleteEndpointPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |