GetLocationRequest
class GetLocationRequest extends Message
The request message for [Locations.GetLocation][google.cloud.location.Locations.GetLocation].
Generated from protobuf message google.cloud.location.GetLocationRequest
Properties
protected | $name | Resource name for the location. |
Methods
__construct(array $data = NULL)
Constructor.
string
getName()
Resource name for the location.
$this
setName(string $var)
Resource name for the location.
Details
at line 35
__construct(array $data = NULL)
Constructor.
at line 46
string
getName()
Resource name for the location.
Generated from protobuf field string name = 1;
at line 58
$this
setName(string $var)
Resource name for the location.
Generated from protobuf field string name = 1;