The response message for [Locations.ListLocations][google.cloud.location.Locations.ListLocations].
Generated from protobuf message google.cloud.location.ListLocationsResponse
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getLocations() A list of locations that matches the specified filter in the request. Generated from protobuf field repeated .google.cloud.location.Location locations = 1;
|
| public getNextPageToken() The standard List next-page token. Generated from protobuf field string next_page_token = 2;
|
| public setLocations( $var) A list of locations that matches the specified filter in the request. Generated from protobuf field repeated .google.cloud.location.Location locations = 1;
|
| public setNextPageToken( $var) The standard List next-page token. Generated from protobuf field string next_page_token = 2;
|
| Properties |
| protected $next_page_token = '' The standard List next-page token. Generated from protobuf field string next_page_token = 2; |
| Methods |
| Properties |
| private $locations = NULL A list of locations that matches the specified filter in the request. Generated from protobuf field repeated .google.cloud.location.Location locations = 1; |