Package com.google.cloud.aiplatform.v1
Interface ListSpecialistPoolsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSpecialistPoolsResponse,ListSpecialistPoolsResponse.Builder
@Generated
public interface ListSpecialistPoolsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe standard List next-page token.com.google.protobuf.ByteStringThe standard List next-page token.getSpecialistPools(int index) A list of SpecialistPools that matches the specified filter in the request.intA list of SpecialistPools that matches the specified filter in the request.A list of SpecialistPools that matches the specified filter in the request.getSpecialistPoolsOrBuilder(int index) A list of SpecialistPools that matches the specified filter in the request.List<? extends SpecialistPoolOrBuilder>A list of SpecialistPools that matches the specified filter in the request.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSpecialistPoolsList
List<SpecialistPool> getSpecialistPoolsList()A list of SpecialistPools that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.SpecialistPool specialist_pools = 1; -
getSpecialistPools
A list of SpecialistPools that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.SpecialistPool specialist_pools = 1; -
getSpecialistPoolsCount
int getSpecialistPoolsCount()A list of SpecialistPools that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.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.v1.SpecialistPool specialist_pools = 1; -
getSpecialistPoolsOrBuilder
A list of SpecialistPools that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.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.
-