Interface ListAnnotationSpecSetsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAnnotationSpecSetsResponse,ListAnnotationSpecSetsResponse.Builder
public interface ListAnnotationSpecSetsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationSpecSetgetAnnotationSpecSets(int index)The list of annotation spec sets.intgetAnnotationSpecSetsCount()The list of annotation spec sets.List<AnnotationSpecSet>getAnnotationSpecSetsList()The list of annotation spec sets.AnnotationSpecSetOrBuildergetAnnotationSpecSetsOrBuilder(int index)The list of annotation spec sets.List<? extends AnnotationSpecSetOrBuilder>getAnnotationSpecSetsOrBuilderList()The list of annotation spec sets.StringgetNextPageToken()A token to retrieve next page of results.com.google.protobuf.ByteStringgetNextPageTokenBytes()A token to retrieve next page of results.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAnnotationSpecSetsList
List<AnnotationSpecSet> getAnnotationSpecSetsList()
The list of annotation spec sets.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
-
getAnnotationSpecSets
AnnotationSpecSet getAnnotationSpecSets(int index)
The list of annotation spec sets.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
-
getAnnotationSpecSetsCount
int getAnnotationSpecSetsCount()
The list of annotation spec sets.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
-
getAnnotationSpecSetsOrBuilderList
List<? extends AnnotationSpecSetOrBuilder> getAnnotationSpecSetsOrBuilderList()
The list of annotation spec sets.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
-
getAnnotationSpecSetsOrBuilder
AnnotationSpecSetOrBuilder getAnnotationSpecSetsOrBuilder(int index)
The list of annotation spec sets.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
-
getNextPageToken
String getNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-
-