Class ListDatasetsResponse
Response message for [AutoMl.ListDatasets][google.cloud.automl.v1.AutoMl.ListDatasets].
Inheritance
System.Object
ListDatasetsResponse
Implements
System.Collections.Generic.IEnumerable<Dataset>
System.Collections.IEnumerable
System.IEquatable<ListDatasetsResponse>
Google.Protobuf.IBufferMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class ListDatasetsResponse : IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable, IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage
Constructors
ListDatasetsResponse()
Declaration
public ListDatasetsResponse()
ListDatasetsResponse(ListDatasetsResponse)
Declaration
public ListDatasetsResponse(ListDatasetsResponse other)
Parameters
Type | Name | Description |
---|---|---|
ListDatasetsResponse | other |
Properties
Datasets
The datasets read.
Declaration
public RepeatedField<Dataset> Datasets { get; }
Property Value
Type | Description |
---|---|
RepeatedField<Dataset> |
NextPageToken
A token to retrieve next page of results. Pass to [ListDatasetsRequest.page_token][google.cloud.automl.v1.ListDatasetsRequest.page_token] to obtain that page.
Declaration
public string NextPageToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Methods
GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Declaration
public IEnumerator<Dataset> GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerator<Dataset> |
Implements
System.Collections.Generic.IEnumerable<T>.GetEnumerator()
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System.Collections.IEnumerator |
Implements
System.Collections.IEnumerable.GetEnumerator()