ListLocationsRequest
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
Constructor.
The resource that owns the locations collection, if applicable.
The resource that owns the locations collection, if applicable.
The standard list filter.
The standard list filter.
The standard list page size.
The standard list page size.
The standard list page token.
The standard list page token.
Details
at line 59
__construct(array $data = NULL)
Constructor.
at line 70
string
getName()
The resource that owns the locations collection, if applicable.
Generated from protobuf field string name = 1;
at line 82
$this
setName(string $var)
The resource that owns the locations collection, if applicable.
Generated from protobuf field string name = 1;
at line 96
string
getFilter()
The standard list filter.
Generated from protobuf field string filter = 2;
at line 108
$this
setFilter(string $var)
The standard list filter.
Generated from protobuf field string filter = 2;
at line 122
int
getPageSize()
The standard list page size.
Generated from protobuf field int32 page_size = 3;
at line 134
$this
setPageSize(int $var)
The standard list page size.
Generated from protobuf field int32 page_size = 3;
at line 148
string
getPageToken()
The standard list page token.
Generated from protobuf field string page_token = 4;
at line 160
$this
setPageToken(string $var)
The standard list page token.
Generated from protobuf field string page_token = 4;