Class ListAnnotationSpecSetsResponse (1.0.0-beta03)

public sealed class ListAnnotationSpecSetsResponse : IMessage<ListAnnotationSpecSetsResponse>, IEquatable<ListAnnotationSpecSetsResponse>, IDeepCloneable<ListAnnotationSpecSetsResponse>, IBufferMessage, IMessage, IPageResponse<AnnotationSpecSet>, IEnumerable<AnnotationSpecSet>, IEnumerable

Results of listing annotation spec set under a project.

Inheritance

Object > ListAnnotationSpecSetsResponse

Namespace

Google.Cloud.DataLabeling.V1Beta1

Assembly

Google.Cloud.DataLabeling.V1Beta1.dll

Constructors

ListAnnotationSpecSetsResponse()

public ListAnnotationSpecSetsResponse()

ListAnnotationSpecSetsResponse(ListAnnotationSpecSetsResponse)

public ListAnnotationSpecSetsResponse(ListAnnotationSpecSetsResponse other)
Parameter
NameDescription
otherListAnnotationSpecSetsResponse

Properties

AnnotationSpecSets

public RepeatedField<AnnotationSpecSet> AnnotationSpecSets { get; }

The list of annotation spec sets.

Property Value
TypeDescription
RepeatedField<AnnotationSpecSet>

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<AnnotationSpecSet> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<AnnotationSpecSet>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator