Interface ListAnnotatedDatasetsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListAnnotatedDatasetsResponse
,ListAnnotatedDatasetsResponse.Builder
public interface ListAnnotatedDatasetsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotatedDataset
getAnnotatedDatasets(int index)
The list of annotated datasets to return.int
getAnnotatedDatasetsCount()
The list of annotated datasets to return.List<AnnotatedDataset>
getAnnotatedDatasetsList()
The list of annotated datasets to return.AnnotatedDatasetOrBuilder
getAnnotatedDatasetsOrBuilder(int index)
The list of annotated datasets to return.List<? extends AnnotatedDatasetOrBuilder>
getAnnotatedDatasetsOrBuilderList()
The list of annotated datasets to return.String
getNextPageToken()
A token to retrieve next page of results.com.google.protobuf.ByteString
getNextPageTokenBytes()
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
-
getAnnotatedDatasetsList
List<AnnotatedDataset> getAnnotatedDatasetsList()
The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
-
getAnnotatedDatasets
AnnotatedDataset getAnnotatedDatasets(int index)
The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
-
getAnnotatedDatasetsCount
int getAnnotatedDatasetsCount()
The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
-
getAnnotatedDatasetsOrBuilderList
List<? extends AnnotatedDatasetOrBuilder> getAnnotatedDatasetsOrBuilderList()
The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
-
getAnnotatedDatasetsOrBuilder
AnnotatedDatasetOrBuilder getAnnotatedDatasetsOrBuilder(int index)
The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 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.
-
-