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;
| Name | Description |
| index | int |
| 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;
| 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;
| 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;
| Name | Description |
| index | int |
| 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;
| 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;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |