Class: Google::Cloud::NetworkServices::V1::DeleteEndpointPolicyRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. A name of the EndpointPolicy to delete. Must be in the format projects/*/locations/global/endpointPolicies/*.

Returns:

  • (::String)

    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