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.
Implements
IMessage<ListAnnotationSpecSetsResponse>, IEquatable<ListAnnotationSpecSetsResponse>, IDeepCloneable<ListAnnotationSpecSetsResponse>, IBufferMessage, IMessage, IPageResponse<AnnotationSpecSet>, IEnumerable<AnnotationSpecSet>, IEnumerableNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
ListAnnotationSpecSetsResponse()
public ListAnnotationSpecSetsResponse()
ListAnnotationSpecSetsResponse(ListAnnotationSpecSetsResponse)
public ListAnnotationSpecSetsResponse(ListAnnotationSpecSetsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListAnnotationSpecSetsResponse |
Properties
AnnotationSpecSets
public RepeatedField<AnnotationSpecSet> AnnotationSpecSets { get; }
The list of annotation spec sets.
Property Value | |
---|---|
Type | Description |
RepeatedField<AnnotationSpecSet> |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve next page of results.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<AnnotationSpecSet> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<AnnotationSpecSet> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |