Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class ListInstancesRequest.
Request message for ListInstances .
Generated from protobuf message google.cloud.memorystore.v1beta.ListInstancesRequest
Namespace
Google \ Cloud \ Memorystore \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent to list instances from. Format: projects/{project}/locations/{location}
↳ page_size
int
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
↳ page_token
string
Optional. A token identifying a page of results the server should return.
↳ filter
string
Optional. Expression for filtering results.
↳ order_by
string
Optional. Sort results by a defined order. Supported values: "name", "create_time".
getParent
Required. The parent to list instances from.
Format: projects/{project}/locations/{location}
string
setParent
Required. The parent to list instances from.
Format: projects/{project}/locations/{location}
var
string
$this
getPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
int
setPageSize
Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
var
int
$this
getPageToken
Optional. A token identifying a page of results the server should return.
string
setPageToken
Optional. A token identifying a page of results the server should return.
var
string
$this
getFilter
Optional. Expression for filtering results.
string
setFilter
Optional. Expression for filtering results.
var
string
$this
getOrderBy
Optional. Sort results by a defined order. Supported values: "name", "create_time".
string
setOrderBy
Optional. Sort results by a defined order. Supported values: "name", "create_time".
var
string
$this
static::build
parent
string
Required. The parent to list instances from. Format: projects/{project}/locations/{location} Please see MemorystoreClient::locationName() for help formatting this field.