public interface ListSpecialistPoolsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
The standard List next-page token.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The standard List next-page token.
|
SpecialistPool |
getSpecialistPools(int index)
A list of SpecialistPools that matches the specified filter in the request.
|
int |
getSpecialistPoolsCount()
A list of SpecialistPools that matches the specified filter in the request.
|
List<SpecialistPool> |
getSpecialistPoolsList()
A list of SpecialistPools that matches the specified filter in the request.
|
SpecialistPoolOrBuilder |
getSpecialistPoolsOrBuilder(int index)
A list of SpecialistPools that matches the specified filter in the request.
|
List<? extends SpecialistPoolOrBuilder> |
getSpecialistPoolsOrBuilderList()
A list of SpecialistPools that matches the specified filter in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<SpecialistPool> getSpecialistPoolsList()
A list of SpecialistPools that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.SpecialistPool specialist_pools = 1;SpecialistPool getSpecialistPools(int index)
A list of SpecialistPools that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.SpecialistPool specialist_pools = 1;int getSpecialistPoolsCount()
A list of SpecialistPools that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.SpecialistPool specialist_pools = 1;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;SpecialistPoolOrBuilder getSpecialistPoolsOrBuilder(int index)
A list of SpecialistPools that matches the specified filter in the request.
repeated .google.cloud.aiplatform.v1.SpecialistPool specialist_pools = 1;String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;Copyright © 2023 Google LLC. All rights reserved.