Class: Google::Cloud::IDS::V1::GetEndpointRequest
- Inherits:
-
Object
- Object
- Google::Cloud::IDS::V1::GetEndpointRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/ids/v1/ids.rb
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |