public sealed class ListDatasetsResponse : IMessage<ListDatasetsResponse>, IEquatable<ListDatasetsResponse>, IDeepCloneable<ListDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<Dataset>, IEnumerable<Dataset>, IEnumerable
Reference documentation and code samples for the Google Cloud Translation v3 API class ListDatasetsResponse.
Response message for ListDatasets.
Implements
IMessageListDatasetsResponse, IEquatableListDatasetsResponse, IDeepCloneableListDatasetsResponse, IBufferMessage, IMessage, IPageResponseDataset, IEnumerableDataset, IEnumerableNamespace
Google.Cloud.Translate.V3Assembly
Google.Cloud.Translate.V3.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 |
RepeatedFieldDataset |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results. Pass this token to the page_token field in the ListDatasetsRequest to obtain the corresponding 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 |
IEnumeratorDataset |