Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ListDatasetsRequest.
Request for retrieving a paginated list of Dataset resources that meet the specified criteria.
Generated from protobuf message google.cloud.financialservices.v1.ListDatasetsRequest
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent of the Dataset is the 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 ListDatasetResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListDatasetRequest, and the last page will return an empty page_token.
↳ 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 Dataset is the Instance.
string
setParent
Required. The parent of the Dataset is the 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 ListDatasetResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListDatasetRequest, and the last page will return an empty page_token.
string
setPageToken
In case of paginated results, this is the token that was returned in the previous ListDatasetResponse. It should be copied here to retrieve the next page of resources. Empty will give the first page of ListDatasetRequest, and the last page will return an empty page_token.
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 Dataset is the Instance. Please see AMLClient::instanceName() for help formatting this field.