Reference documentation and code samples for the Google Cloud Redis V1 Client class ListInstancesRequest.
Request for ListInstances .
Generated from protobuf message google.cloud.redis.v1.ListInstancesRequest
Namespace
Google \ Cloud \ Redis \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id}
where location_id
refers to a GCP region.
↳ page_size
int
The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's next_page_token
to determine if there are more instances left to be queried.
↳ page_token
string
The next_page_token
value returned from a previous ListInstances
request, if any.
getParent
Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id}
where location_id
refers to a GCP region.
string
setParent
Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id}
where location_id
refers to a GCP region.
var
string
$this
getPageSize
The maximum number of items to return.
If not specified, a default value of 1000 will be used by the service.
Regardless of the page_size value, the response may include a partial list
and a caller should only rely on response's next_page_token
to determine if there are more instances left to be queried.
int
setPageSize
The maximum number of items to return.
If not specified, a default value of 1000 will be used by the service.
Regardless of the page_size value, the response may include a partial list
and a caller should only rely on response's next_page_token
to determine if there are more instances left to be queried.
var
int
$this
getPageToken
The next_page_token
value returned from a previous ListInstances
request, if
any.
string
setPageToken
The next_page_token
value returned from a previous ListInstances
request, if
any.
var
string
$this
static::build
parent
string
Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id}
where location_id
refers to a GCP region. Please see Google\Cloud\Redis\V1\CloudRedisClient::locationName()
for help formatting this field.