Interface ListAnnotationsResponseOrBuilder (3.42.0)

public interface ListAnnotationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.v1beta1.Annotation annotations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Annotation

getAnnotationsCount()

public abstract int getAnnotationsCount()

A list of Annotations that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.Annotation annotations = 1;

Returns
TypeDescription
int

getAnnotationsList()

public abstract List<Annotation> getAnnotationsList()

A list of Annotations that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.Annotation annotations = 1;

Returns
TypeDescription
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.v1beta1.Annotation annotations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
AnnotationOrBuilder

getAnnotationsOrBuilderList()

public abstract List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()

A list of Annotations that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.Annotation annotations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.AnnotationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.