Interface ListAnnotationsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListAnnotationsResponse, ListAnnotationsResponse.Builder

@Generated public interface ListAnnotationsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getAnnotations(int index)
    A list of Annotations that matches the specified filter in the request.
    int
    A list of Annotations that matches the specified filter in the request.
    A list of Annotations that matches the specified filter in the request.
    A list of Annotations that matches the specified filter in the request.
    A list of Annotations that matches the specified filter in the request.
    The standard List next-page token.
    com.google.protobuf.ByteString
    The standard List next-page token.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAnnotationsList

      List<Annotation> getAnnotationsList()
       A list of Annotations that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
    • getAnnotations

      Annotation getAnnotations(int index)
       A list of Annotations that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
    • getAnnotationsCount

      int getAnnotationsCount()
       A list of Annotations that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
    • getAnnotationsOrBuilderList

      List<? extends AnnotationOrBuilder> getAnnotationsOrBuilderList()
       A list of Annotations that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
    • getAnnotationsOrBuilder

      AnnotationOrBuilder getAnnotationsOrBuilder(int index)
       A list of Annotations that matches the specified filter in the request.
       
      repeated .google.cloud.aiplatform.v1.Annotation annotations = 1;
    • getNextPageToken

      String getNextPageToken()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       The standard List next-page token.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.