public interface ListAnnotationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotations(int index)
A list of Annotations that matches the specified filter in the request.
|
int |
getAnnotationsCount()
A list of Annotations that matches the specified filter in the request.
|
List<Annotation> |
getAnnotationsList()
A list of Annotations that matches the specified filter in the request.
|
AnnotationOrBuilder |
getAnnotationsOrBuilder(int index)
A list of Annotations that matches the specified filter in the request.
|
List<? extends AnnotationOrBuilder> |
getAnnotationsOrBuilderList()
A list of Annotations that matches the specified filter in the request.
|
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Annotation> getAnnotationsList()
A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Annotation annotations = 1;Annotation getAnnotations(int index)
A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Annotation annotations = 1;int getAnnotationsCount()
A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Annotation annotations = 1;List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()
A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Annotation annotations = 1;AnnotationOrBuilder getAnnotationsOrBuilder(int index)
A list of Annotations that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1beta1.Annotation annotations = 1;String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.