public interface ListExecutionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Execution |
getExecutions(int index)
The Executions retrieved from the MetadataStore.
|
int |
getExecutionsCount()
The Executions retrieved from the MetadataStore.
|
List<Execution> |
getExecutionsList()
The Executions retrieved from the MetadataStore.
|
ExecutionOrBuilder |
getExecutionsOrBuilder(int index)
The Executions retrieved from the MetadataStore.
|
List<? extends ExecutionOrBuilder> |
getExecutionsOrBuilderList()
The Executions retrieved from the MetadataStore.
|
String |
getNextPageToken()
A token, which can be sent as
[ListExecutionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExecutionsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListExecutionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExecutionsRequest.page_token]
to retrieve the next page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Execution> getExecutionsList()
The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 1;Execution getExecutions(int index)
The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 1;int getExecutionsCount()
The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 1;List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()
The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 1;ExecutionOrBuilder getExecutionsOrBuilder(int index)
The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1beta1.Execution executions = 1;String getNextPageToken()
A token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExecutionsRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1beta1.ListExecutionsRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.