public interface ListNotebookExecutionJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
NotebookExecutionJob |
getNotebookExecutionJobs(int index)
List of NotebookExecutionJobs in the requested page.
|
int |
getNotebookExecutionJobsCount()
List of NotebookExecutionJobs in the requested page.
|
List<NotebookExecutionJob> |
getNotebookExecutionJobsList()
List of NotebookExecutionJobs in the requested page.
|
NotebookExecutionJobOrBuilder |
getNotebookExecutionJobsOrBuilder(int index)
List of NotebookExecutionJobs in the requested page.
|
List<? extends NotebookExecutionJobOrBuilder> |
getNotebookExecutionJobsOrBuilderList()
List of NotebookExecutionJobs in the requested page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<NotebookExecutionJob> getNotebookExecutionJobsList()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
NotebookExecutionJob getNotebookExecutionJobs(int index)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
int getNotebookExecutionJobsCount()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
List<? extends NotebookExecutionJobOrBuilder> getNotebookExecutionJobsOrBuilderList()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
NotebookExecutionJobOrBuilder getNotebookExecutionJobsOrBuilder(int index)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
String getNextPageToken()
A token to retrieve next page of results. Pass to [ListNotebookExecutionJobs.page_token][] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results. Pass to [ListNotebookExecutionJobs.page_token][] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.