Reference documentation and code samples for the Google Cloud Financial Services V1 Client class ListDatasetsResponse.
Response for retrieving a list of Datasets
Generated from protobuf message google.cloud.financialservices.v1.ListDatasetsResponse
Namespace
Google \ Cloud \ FinancialServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description | 
| data | arrayOptional. Data for populating the Message object. | 
| ↳ datasets | array<Dataset>List of Dataset resources | 
| ↳ next_page_token | stringThis token should be passed to the next ListDatasetsRequest to retrieve the next page of Datasets (empty indicates we are done). | 
| ↳ unreachable | arrayLocations that could not be reached. | 
getDatasets
List of Dataset resources
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setDatasets
List of Dataset resources
| Parameter | |
|---|---|
| Name | Description | 
| var | array<Dataset> | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getNextPageToken
This token should be passed to the next ListDatasetsRequest to retrieve the next page of Datasets (empty indicates we are done).
| Returns | |
|---|---|
| Type | Description | 
| string | |
setNextPageToken
This token should be passed to the next ListDatasetsRequest to retrieve the next page of Datasets (empty indicates we are done).
| Parameter | |
|---|---|
| Name | Description | 
| var | string | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |
getUnreachable
Locations that could not be reached.
| Returns | |
|---|---|
| Type | Description | 
| Google\Protobuf\Internal\RepeatedField | |
setUnreachable
Locations that could not be reached.
| Parameter | |
|---|---|
| Name | Description | 
| var | string[] | 
| Returns | |
|---|---|
| Type | Description | 
| $this | |