public interface ListAnnotationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotations(int index)
public abstract Annotation getAnnotations(int index)The annotations from the specified asset.
repeated .google.cloud.visionai.v1.Annotation annotations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Annotation |
|
getAnnotationsCount()
public abstract int getAnnotationsCount()The annotations from the specified asset.
repeated .google.cloud.visionai.v1.Annotation annotations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAnnotationsList()
public abstract List<Annotation> getAnnotationsList()The annotations from the specified asset.
repeated .google.cloud.visionai.v1.Annotation annotations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Annotation> |
|
getAnnotationsOrBuilder(int index)
public abstract AnnotationOrBuilder getAnnotationsOrBuilder(int index)The annotations from the specified asset.
repeated .google.cloud.visionai.v1.Annotation annotations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotationOrBuilder |
|
getAnnotationsOrBuilderList()
public abstract List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()The annotations from the specified asset.
repeated .google.cloud.visionai.v1.Annotation annotations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.visionai.v1.AnnotationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() A token, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |