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 messagegoogle.cloud.financialservices.v1.ListDatasetsRequest
Namespace
Google \ Cloud \ FinancialServices \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
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.
Returns
Type
Description
string
setParent
Required. The parent of the Dataset is the Instance.
Parameter
Name
Description
var
string
Returns
Type
Description
$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.
Returns
Type
Description
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.
Parameter
Name
Description
var
int
Returns
Type
Description
$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.
Returns
Type
Description
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Specify a filter to narrow search results.
Returns
Type
Description
string
setFilter
Specify a filter to narrow search results.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Specify a field to use for ordering.
Returns
Type
Description
string
setOrderBy
Specify a field to use for ordering.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent of the Dataset is the Instance. Please seeAMLClient::instanceName()for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Financial Services V1 Client - Class ListDatasetsRequest (0.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.1.1 (latest)](/php/docs/reference/cloud-financialservices/latest/V1.ListDatasetsRequest)\n- [0.1.0](/php/docs/reference/cloud-financialservices/0.1.0/V1.ListDatasetsRequest) \nReference documentation and code samples for the Google Cloud Financial Services V1 Client class ListDatasetsRequest.\n\nRequest for retrieving a paginated list of Dataset resources that meet the\nspecified criteria.\n\nGenerated from protobuf message `google.cloud.financialservices.v1.ListDatasetsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ FinancialServices \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent of the Dataset is the Instance.\n\n### setParent\n\nRequired. The parent of the Dataset is the Instance.\n\n### getPageSize\n\nThe number of resources to be included in the response. The response\ncontains a next_page_token, which can be used to retrieve the next page of\nresources.\n\n### setPageSize\n\nThe number of resources to be included in the response. The response\ncontains a next_page_token, which can be used to retrieve the next page of\nresources.\n\n### getPageToken\n\nIn case of paginated results, this is the token that was returned in the\nprevious ListDatasetResponse. It should be copied here to retrieve the\nnext page of resources. Empty will give the first page of\nListDatasetRequest, and the last page will return an empty page_token.\n\n### setPageToken\n\nIn case of paginated results, this is the token that was returned in the\nprevious ListDatasetResponse. It should be copied here to retrieve the\nnext page of resources. Empty will give the first page of\nListDatasetRequest, and the last page will return an empty page_token.\n\n### getFilter\n\nSpecify a filter to narrow search results.\n\n### setFilter\n\nSpecify a filter to narrow search results.\n\n### getOrderBy\n\nSpecify a field to use for ordering.\n\n### setOrderBy\n\nSpecify a field to use for ordering.\n\n### static::build"]]