public interface ListSpecialistPoolsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()The standard List next-page token.
string next_page_token = 2;
| Type | Description |
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;
| Name | Description |
index |
int |
| Type | Description |
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;
| Type | Description |
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;
| Type | Description |
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;
| Name | Description |
index |
int |
| Type | Description |
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;
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.SpecialistPoolOrBuilder> |