Interface ListSpecialistPoolsResponseOrBuilder (3.42.0)

public interface ListSpecialistPoolsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getSpecialistPools(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
SpecialistPool

getSpecialistPoolsCount()

public abstract int getSpecialistPoolsCount()

A list of SpecialistPools that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;

Returns
TypeDescription
int

getSpecialistPoolsList()

public abstract List<SpecialistPool> getSpecialistPoolsList()

A list of SpecialistPools that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1beta1.SpecialistPool specialist_pools = 1;

Returns
TypeDescription
List<SpecialistPool>

getSpecialistPoolsOrBuilder(int index)

public abstract 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;

Parameter
NameDescription
indexint
Returns
TypeDescription
SpecialistPoolOrBuilder

getSpecialistPoolsOrBuilderList()

public abstract 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;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.SpecialistPoolOrBuilder>