Interface ListEntityTypesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getEntityTypes(int index)
    The EntityTypes matching the request.
    int
    The EntityTypes matching the request.
    The EntityTypes matching the request.
    The EntityTypes matching the request.
    The EntityTypes matching the request.
    A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page.
    com.google.protobuf.ByteString
    A token, which can be sent as [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token] to retrieve the next page.

    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

    • getEntityTypesList

      List<EntityType> getEntityTypesList()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getEntityTypes

      EntityType getEntityTypes(int index)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getEntityTypesCount

      int getEntityTypesCount()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getEntityTypesOrBuilderList

      List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getEntityTypesOrBuilder

      EntityTypeOrBuilder getEntityTypesOrBuilder(int index)
       The EntityTypes matching the request.
       
      repeated .google.cloud.aiplatform.v1.EntityType entity_types = 1;
    • getNextPageToken

      String getNextPageToken()
       A token, which can be sent as
       [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A token, which can be sent as
       [ListEntityTypesRequest.page_token][google.cloud.aiplatform.v1.ListEntityTypesRequest.page_token]
       to retrieve the next page. If this field is omitted, there are no
       subsequent pages.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.