public sealed class ListDatasetsResponse : IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable, IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessageResponse message for [AutoMl.ListDatasets][google.cloud.automl.v1.AutoMl.ListDatasets].
Implements
IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable, IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.AutoML.V1Assembly
Google.Cloud.AutoML.V1.dll
Constructors
ListDatasetsResponse()
public ListDatasetsResponse()ListDatasetsResponse(ListDatasetsResponse)
public ListDatasetsResponse(ListDatasetsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListDatasetsResponse |
Properties
Datasets
public RepeatedField<Dataset> Datasets { get; }The datasets read.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Dataset> |
|
NextPageToken
public string NextPageToken { get; set; }A token to retrieve next page of results. Pass to [ListDatasetsRequest.page_token][google.cloud.automl.v1.ListDatasetsRequest.page_token] to obtain that page.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Methods
GetEnumerator()
public IEnumerator<Dataset> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Dataset> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|