Package com.google.cloud.aiplatform.v1
Interface ListNotebookExecutionJobsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListNotebookExecutionJobsResponse,ListNotebookExecutionJobsResponse.Builder
@Generated
public interface ListNotebookExecutionJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token to retrieve next page of results.com.google.protobuf.ByteStringA token to retrieve next page of results.getNotebookExecutionJobs(int index) List of NotebookExecutionJobs in the requested page.intList of NotebookExecutionJobs in the requested page.List of NotebookExecutionJobs in the requested page.getNotebookExecutionJobsOrBuilder(int index) List of NotebookExecutionJobs in the requested page.List<? extends NotebookExecutionJobOrBuilder>List of NotebookExecutionJobs 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
-
getNotebookExecutionJobsList
List<NotebookExecutionJob> getNotebookExecutionJobsList()List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1; -
getNotebookExecutionJobs
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1; -
getNotebookExecutionJobsCount
int getNotebookExecutionJobsCount()List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1; -
getNotebookExecutionJobsOrBuilderList
List<? extends NotebookExecutionJobOrBuilder> getNotebookExecutionJobsOrBuilderList()List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1; -
getNotebookExecutionJobsOrBuilder
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1.NotebookExecutionJob notebook_execution_jobs = 1; -
getNextPageToken
String getNextPageToken()A token to retrieve next page of results. Pass to [ListNotebookExecutionJobsRequest.page_token][google.cloud.aiplatform.v1.ListNotebookExecutionJobsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()A token to retrieve next page of results. Pass to [ListNotebookExecutionJobsRequest.page_token][google.cloud.aiplatform.v1.ListNotebookExecutionJobsRequest.page_token] to obtain that page.
string next_page_token = 2;- Returns:
- The bytes for nextPageToken.
-