Class: Google::Cloud::NetworkServices::V1::GetEndpointPolicyRequest

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 GetEndpointPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



144
145
146
147
# File 'proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb', line 144

class GetEndpointPolicyRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end