public interface ListAnnotationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAnnotations(int index)
public abstract Annotation getAnnotations(int index)A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Annotation |
|
getAnnotationsCount()
public abstract int getAnnotationsCount()A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getAnnotationsList()
public abstract List<Annotation> getAnnotationsList()A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Annotation> |
|
getAnnotationsOrBuilder(int index)
public abstract AnnotationOrBuilder getAnnotationsOrBuilder(int index)A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
AnnotationOrBuilder |
|
getAnnotationsOrBuilderList()
public abstract List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.AnnotationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |