public interface ListReasoningEnginesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListReasoningEnginesRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()A token to retrieve the next page of results. Pass to ListReasoningEnginesRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getReasoningEngines(int index)
public abstract ReasoningEngine getReasoningEngines(int index)List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngine |
|
getReasoningEnginesCount()
public abstract int getReasoningEnginesCount()List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getReasoningEnginesList()
public abstract List<ReasoningEngine> getReasoningEnginesList()List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1;
| Returns | |
|---|---|
| Type | Description |
List<ReasoningEngine> |
|
getReasoningEnginesOrBuilder(int index)
public abstract ReasoningEngineOrBuilder getReasoningEnginesOrBuilder(int index)List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ReasoningEngineOrBuilder |
|
getReasoningEnginesOrBuilderList()
public abstract List<? extends ReasoningEngineOrBuilder> getReasoningEnginesOrBuilderList()List of ReasoningEngines in the requested page.
repeated .google.cloud.aiplatform.v1.ReasoningEngine reasoning_engines = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.ReasoningEngineOrBuilder> |
|