Class: Google::Cloud::Location::GetLocationRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Location::GetLocationRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/location/locations.rb
Overview
The request message for Locations.GetLocation.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Resource name for the location.
Instance Attribute Details
#name ⇒ ::String
Returns Resource name for the location.
57 58 59 60 |
# File 'proto_docs/google/cloud/location/locations.rb', line 57 class GetLocationRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |