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.

Parameters

array $data { Optional. Data for populating the Message object.

@type string $name
      Resource name for the location.

}

at line 46
string getName()

Resource name for the location.

Generated from protobuf field string name = 1;

Return Value

string

at line 58
$this setName(string $var)

Resource name for the location.

Generated from protobuf field string name = 1;

Parameters

string $var

Return Value

$this