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