Interface ListEndpointsResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getEndpoints(int index)
    List of Endpoints in the requested page.
    int
    List of Endpoints in the requested page.
    List of Endpoints in the requested page.
    List of Endpoints in the requested page.
    List of Endpoints 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

    • getEndpointsList

      List<Endpoint> getEndpointsList()
       List of Endpoints in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;
    • getEndpoints

      Endpoint getEndpoints(int index)
       List of Endpoints in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;
    • getEndpointsCount

      int getEndpointsCount()
       List of Endpoints in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;
    • getEndpointsOrBuilderList

      List<? extends EndpointOrBuilder> getEndpointsOrBuilderList()
       List of Endpoints in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;
    • getEndpointsOrBuilder

      EndpointOrBuilder getEndpointsOrBuilder(int index)
       List of Endpoints in the requested page.
       
      repeated .google.cloud.aiplatform.v1.Endpoint endpoints = 1;
    • getNextPageToken

      String getNextPageToken()
       A token to retrieve the next page of results.
       Pass to
       [ListEndpointsRequest.page_token][google.cloud.aiplatform.v1.ListEndpointsRequest.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
       [ListEndpointsRequest.page_token][google.cloud.aiplatform.v1.ListEndpointsRequest.page_token]
       to obtain that page.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.