public interface ListAnnotationSpecSetsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotationSpecSet |
|
getAnnotationSpecSetsCount()
public abstract int getAnnotationSpecSetsCount()The list of annotation spec sets.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAnnotationSpecSetsList()
public abstract List<AnnotationSpecSet> getAnnotationSpecSetsList()The list of annotation spec sets.
repeated .google.cloud.datalabeling.v1beta1.AnnotationSpecSet annotation_spec_sets = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve next page of results.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |