public sealed class ListDatasetsResponse : IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable
Results of listing datasets within a project.
Implements
IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerableNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListDatasetsResponse()
public ListDatasetsResponse()
ListDatasetsResponse(ListDatasetsResponse)
public ListDatasetsResponse(ListDatasetsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListDatasetsResponse |
Properties
Datasets
public RepeatedField<Dataset> Datasets { get; }
The list of datasets to return.
Property Value | |
---|---|
Type | Description |
RepeatedField<Dataset> |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results.
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 |