Interface ListAnnotationSpecSetsResponseOrBuilder (0.137.0)

public interface ListAnnotationSpecSetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAnnotationSpecSets(int index)

public abstract AnnotationSpecSet getAnnotationSpecSets(int index)

The list of annotation spec sets.

repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotationSpecSet

getAnnotationSpecSetsCount()

public abstract int getAnnotationSpecSetsCount()

The list of annotation spec sets.

repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;

Returns
TypeDescription
int

getAnnotationSpecSetsList()

public abstract List<AnnotationSpecSet> getAnnotationSpecSetsList()

The list of annotation spec sets.

repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;

Returns
TypeDescription
List<AnnotationSpecSet>

getAnnotationSpecSetsOrBuilder(int index)

public abstract AnnotationSpecSetOrBuilder getAnnotationSpecSetsOrBuilder(int index)

The list of annotation spec sets.

repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotationSpecSetOrBuilder

getAnnotationSpecSetsOrBuilderList()

public abstract List<? extends AnnotationSpecSetOrBuilder> getAnnotationSpecSetsOrBuilderList()

The list of annotation spec sets.

repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;

Returns
TypeDescription
List<? extends com.google.cloud.datalabeling.v1beta1.AnnotationSpecSetOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token to retrieve next page of results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.