public interface ListNotebookExecutionJobsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve next page of results. Pass to ListNotebookExecutionJobsRequest.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 next page of results. Pass to ListNotebookExecutionJobsRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getNotebookExecutionJobs(int index)
public abstract NotebookExecutionJob getNotebookExecutionJobs(int index)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NotebookExecutionJob |
getNotebookExecutionJobsCount()
public abstract int getNotebookExecutionJobsCount()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Returns | |
---|---|
Type | Description |
int |
getNotebookExecutionJobsList()
public abstract List<NotebookExecutionJob> getNotebookExecutionJobsList()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Returns | |
---|---|
Type | Description |
List<NotebookExecutionJob> |
getNotebookExecutionJobsOrBuilder(int index)
public abstract NotebookExecutionJobOrBuilder getNotebookExecutionJobsOrBuilder(int index)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NotebookExecutionJobOrBuilder |
getNotebookExecutionJobsOrBuilderList()
public abstract List<? extends NotebookExecutionJobOrBuilder> getNotebookExecutionJobsOrBuilderList()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NotebookExecutionJobOrBuilder> |