Package com.google.cloud.aiplatform.v1
Interface ListReasoningEnginesResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListReasoningEnginesResponse,ListReasoningEnginesResponse.Builder
@Generated
public interface ListReasoningEnginesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.getReasoningEngines(int index) List of ReasoningEngines in the requested page.intList of ReasoningEngines in the requested page.List of ReasoningEngines in the requested page.getReasoningEnginesOrBuilder(int index) List of ReasoningEngines in the requested page.List<? extends ReasoningEngineOrBuilder>List of ReasoningEngines in the requested page.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
-
getReasoningEnginesList
List<ReasoningEngine> getReasoningEnginesList()List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1; -
getReasoningEngines
List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1; -
getReasoningEnginesCount
int getReasoningEnginesCount()List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1; -
getReasoningEnginesOrBuilderList
List<? extends ReasoningEngineOrBuilder> getReasoningEnginesOrBuilderList()List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1; -
getReasoningEnginesOrBuilder
List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve the next page of results. Pass to [ListReasoningEnginesRequest.page_token][google.cloud.aiplatform.v1.ListReasoningEnginesRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to [ListReasoningEnginesRequest.page_token][google.cloud.aiplatform.v1.ListReasoningEnginesRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-