Class ListAnnotatedDatasetsResponse
Results of listing annotated datasets for a dataset.
Inheritance
System.Object
ListAnnotatedDatasetsResponse
Implements
System.IEquatable<ListAnnotatedDatasetsResponse>
Google.Protobuf.IBufferMessage
System.Collections.Generic.IEnumerable<AnnotatedDataset>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class ListAnnotatedDatasetsResponse : IMessage<ListAnnotatedDatasetsResponse>, IEquatable<ListAnnotatedDatasetsResponse>, IDeepCloneable<ListAnnotatedDatasetsResponse>, IBufferMessage, IMessage, IPageResponse<AnnotatedDataset>, IEnumerable<AnnotatedDataset>, IEnumerable
Constructors
ListAnnotatedDatasetsResponse()
Declaration
public ListAnnotatedDatasetsResponse()
ListAnnotatedDatasetsResponse(ListAnnotatedDatasetsResponse)
Declaration
public ListAnnotatedDatasetsResponse(ListAnnotatedDatasetsResponse other)
Parameters
| Type | Name | Description |
|---|---|---|
| ListAnnotatedDatasetsResponse | other |
Properties
AnnotatedDatasets
The list of annotated datasets to return.
Declaration
public RepeatedField<AnnotatedDataset> AnnotatedDatasets { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<AnnotatedDataset> |
NextPageToken
A token to retrieve next page of results.
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<AnnotatedDataset> GetEnumerator()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IEnumerator<AnnotatedDataset> |
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()