Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ListInstancesRequest.
Request for retrieving a paginated list of Instance resources that meet the specified criteria.
Generated from protobuf message google.cloud.financialservices.v1.ListInstancesRequest
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent of the Instance is the location for that Instance. Every location has exactly one instance.
↳ page_size
int
The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
↳ page_token
string
In case of paginated results, this is the token that was returned in the previous ListInstancesResponse. It should be copied here to retrieve the next page of resources. This will be empty for the first instance of ListInstancesRequest.
↳ filter
string
Specify a filter to narrow search results.
↳ order_by
string
Specify a field to use for ordering.
getParent
Required. The parent of the Instance is the location for that Instance.
Every location has exactly one instance.
string
setParent
Required. The parent of the Instance is the location for that Instance.
Every location has exactly one instance.
var
string
$this
getPageSize
The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
int
setPageSize
The number of resources to be included in the response. The response contains a next_page_token, which can be used to retrieve the next page of resources.
var
int
$this
getPageToken
In case of paginated results, this is the token that was returned in the previous ListInstancesResponse. It should be copied here to retrieve the next page of resources. This will be empty for the first instance of ListInstancesRequest.
string
setPageToken
In case of paginated results, this is the token that was returned in the previous ListInstancesResponse. It should be copied here to retrieve the next page of resources. This will be empty for the first instance of ListInstancesRequest.
var
string
$this
getFilter
Specify a filter to narrow search results.
string
setFilter
Specify a filter to narrow search results.
var
string
$this
getOrderBy
Specify a field to use for ordering.
string
setOrderBy
Specify a field to use for ordering.
var
string
$this
static::build
parent
string
Required. The parent of the Instance is the location for that Instance. Every location has exactly one instance. Please see AMLClient::locationName() for help formatting this field.