class ListLocationsRequest extends Message

The request message for [Locations.ListLocations][google.cloud.location.Locations.ListLocations].

Generated from protobuf message google.cloud.location.ListLocationsRequest

Properties

protected $name The resource that owns the locations collection, if applicable.
protected $filter The standard list filter.
protected $page_size The standard list page size.
protected $page_token The standard list page token.

Methods

__construct(array $data = NULL)

Constructor.

string
getName()

The resource that owns the locations collection, if applicable.

$this
setName(string $var)

The resource that owns the locations collection, if applicable.

string
getFilter()

The standard list filter.

$this
setFilter(string $var)

The standard list filter.

int
getPageSize()

The standard list page size.

$this
setPageSize(int $var)

The standard list page size.

string
getPageToken()

The standard list page token.

$this
setPageToken(string $var)

The standard list page token.

Details

at line 59
__construct(array $data = NULL)

Constructor.

Parameters

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

@type string $name
      The resource that owns the locations collection, if applicable.
@type string $filter
      The standard list filter.
@type int $page_size
      The standard list page size.
@type string $page_token
      The standard list page token.

}

at line 70
string getName()

The resource that owns the locations collection, if applicable.

Generated from protobuf field string name = 1;

Return Value

string

at line 82
$this setName(string $var)

The resource that owns the locations collection, if applicable.

Generated from protobuf field string name = 1;

Parameters

string $var

Return Value

$this

at line 96
string getFilter()

The standard list filter.

Generated from protobuf field string filter = 2;

Return Value

string

at line 108
$this setFilter(string $var)

The standard list filter.

Generated from protobuf field string filter = 2;

Parameters

string $var

Return Value

$this

at line 122
int getPageSize()

The standard list page size.

Generated from protobuf field int32 page_size = 3;

Return Value

int

at line 134
$this setPageSize(int $var)

The standard list page size.

Generated from protobuf field int32 page_size = 3;

Parameters

int $var

Return Value

$this

at line 148
string getPageToken()

The standard list page token.

Generated from protobuf field string page_token = 4;

Return Value

string

at line 160
$this setPageToken(string $var)

The standard list page token.

Generated from protobuf field string page_token = 4;

Parameters

string $var

Return Value

$this