public interface ListAnnotatedDatasetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotatedDatasets(int index)
public abstract AnnotatedDataset getAnnotatedDatasets(int index)The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
| Name | Description |
index |
int |
| Type | Description |
AnnotatedDataset |
getAnnotatedDatasetsCount()
public abstract int getAnnotatedDatasetsCount()The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
| Type | Description |
int |
getAnnotatedDatasetsList()
public abstract List<AnnotatedDataset> getAnnotatedDatasetsList()The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
| Type | Description |
List<AnnotatedDataset> |
getAnnotatedDatasetsOrBuilder(int index)
public abstract AnnotatedDatasetOrBuilder getAnnotatedDatasetsOrBuilder(int index)The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
| Name | Description |
index |
int |
| Type | Description |
AnnotatedDatasetOrBuilder |
getAnnotatedDatasetsOrBuilderList()
public abstract List<? extends AnnotatedDatasetOrBuilder> getAnnotatedDatasetsOrBuilderList()The list of annotated datasets to return.
repeated .google.cloud.datalabeling.v1beta1.AnnotatedDataset annotated_datasets = 1;
| Type | Description |
List<? extends com.google.cloud.datalabeling.v1beta1.AnnotatedDatasetOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve next page of results.
string next_page_token = 2;
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results.
string next_page_token = 2;
| Type | Description |
ByteString |
The bytes for nextPageToken. |