Class: Google::Cloud::Location::GetLocationRequest

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

Instance Attribute Details

#name::String

Returns Resource name for the location.

Returns:

  • (::String)

    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