Reference documentation and code samples for the Google Cloud Location Finder V1 Client class SearchCloudLocationsResponse.
Message for response to searching cloud locations.
Generated from protobuf message google.cloud.locationfinder.v1.SearchCloudLocationsResponse
Namespace
Google \ Cloud \ LocationFinder \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ cloud_locations |
array<CloudLocation>
Output only. List of cloud locations. |
↳ next_page_token |
string
Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token in subsequent requests to retrieve the next page. If this field is not present, there are no subsequent results. |
getCloudLocations
Output only. List of cloud locations.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setCloudLocations
Output only. List of cloud locations.
| Parameter | |
|---|---|
| Name | Description |
var |
array<CloudLocation>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token in subsequent requests to retrieve the next page. If this field is not present, there are no subsequent results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
Output only. The continuation token, used to page through large result sets. Provide this value in a subsequent request as page_token in subsequent requests to retrieve the next page. If this field is not present, there are no subsequent results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|