Package com.google.cloud.aiplatform.v1
Interface ListExecutionsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListExecutionsResponse,ListExecutionsResponse.Builder
@Generated
public interface ListExecutionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetExecutions(int index) The Executions retrieved from the MetadataStore.intThe Executions retrieved from the MetadataStore.The Executions retrieved from the MetadataStore.getExecutionsOrBuilder(int index) The Executions retrieved from the MetadataStore.List<? extends ExecutionOrBuilder>The Executions retrieved from the MetadataStore.A token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token] to retrieve the next page.com.google.protobuf.ByteStringA token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token] to retrieve the next 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
-
getExecutionsList
The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Execution executions = 1; -
getExecutions
The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Execution executions = 1; -
getExecutionsCount
int getExecutionsCount()The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Execution executions = 1; -
getExecutionsOrBuilderList
List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Execution executions = 1; -
getExecutionsOrBuilder
The Executions retrieved from the MetadataStore.
repeated .google.cloud.aiplatform.v1.Execution executions = 1; -
getNextPageToken
String getNextPageToken()A token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token, which can be sent as [ListExecutionsRequest.page_token][google.cloud.aiplatform.v1.ListExecutionsRequest.page_token] to retrieve the next page. If this field is not populated, there are no subsequent pages.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-