Class: Google::Cloud::IDS::V1::GetEndpointRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ids/v1/ids.rb

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the endpoint to retrieve. Format: projects/{project}/locations/{location}/endpoints/{endpoint}.

Returns:

  • (::String)

    Required. The name of the endpoint to retrieve. Format: projects/{project}/locations/{location}/endpoints/{endpoint}



156
157
158
159
# File 'proto_docs/google/cloud/ids/v1/ids.rb', line 156

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