Interface ListSpecialistPoolsResponseOrBuilder

    • Method Detail

      • getSpecialistPoolsList

        List<SpecialistPool> getSpecialistPoolsList()
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • getSpecialistPools

        SpecialistPool getSpecialistPools​(int index)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • getSpecialistPoolsCount

        int getSpecialistPoolsCount()
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • getSpecialistPoolsOrBuilderList

        List<? extends SpecialistPoolOrBuilder> getSpecialistPoolsOrBuilderList()
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;
      • getSpecialistPoolsOrBuilder

        SpecialistPoolOrBuilder getSpecialistPoolsOrBuilder​(int index)
         A list of SpecialistPools that matches the specified filter in the request.
         
        repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 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.