Data Labeling v1beta1 API - Class ListDatasetsResponse (2.0.0-beta03)

public sealed class ListDatasetsResponse : IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable

Reference documentation and code samples for the Data Labeling v1beta1 API class ListDatasetsResponse.

Results of listing datasets within a project.

Inheritance

object > ListDatasetsResponse

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

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
RepeatedFieldDataset

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
IEnumeratorDataset