Interface ListExtensionsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getExtensions(int index)
    List of Extension in the requested page.
    int
    List of Extension in the requested page.
    List of Extension in the requested page.
    List of Extension in the requested page.
    List of Extension in the requested page.
    A token to retrieve the next page of results.
    com.google.protobuf.ByteString
    A token to retrieve the next page of results.

    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

    • getExtensionsList

      List<Extension> getExtensionsList()
       List of Extension in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
    • getExtensions

      Extension getExtensions(int index)
       List of Extension in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
    • getExtensionsCount

      int getExtensionsCount()
       List of Extension in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
    • getExtensionsOrBuilderList

      List<? extends ExtensionOrBuilder> getExtensionsOrBuilderList()
       List of Extension in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
    • getExtensionsOrBuilder

      ExtensionOrBuilder getExtensionsOrBuilder(int index)
       List of Extension in the requested page.
       
      repeated .google.cloud.aiplatform.v1beta1.Extension extensions = 1;
    • getNextPageToken

      String getNextPageToken()
       A token to retrieve the next page of results.
       Pass to
       [ListExtensionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExtensionsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token to retrieve the next page of results.
       Pass to
       [ListExtensionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExtensionsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.