public static final class ListNotebookExecutionJobsResponse.Builder extends GeneratedMessageV3.Builder<ListNotebookExecutionJobsResponse.Builder> implements ListNotebookExecutionJobsResponseOrBuilder
Response message for [NotebookService.CreateNotebookExecutionJob]
Protobuf type google.cloud.aiplatform.v1beta1.ListNotebookExecutionJobsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListNotebookExecutionJobsResponse.Builder addAllNotebookExecutionJobs(Iterable<? extends NotebookExecutionJob> values)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1beta1.NotebookExecutionJob>
|
public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(NotebookExecutionJob value)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(NotebookExecutionJob.Builder builderForValue)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(int index, NotebookExecutionJob value)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(int index, NotebookExecutionJob.Builder builderForValue)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public NotebookExecutionJob.Builder addNotebookExecutionJobsBuilder()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public NotebookExecutionJob.Builder addNotebookExecutionJobsBuilder(int index)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Parameter |
Name |
Description |
index |
int
|
public ListNotebookExecutionJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListNotebookExecutionJobsResponse build()
public ListNotebookExecutionJobsResponse buildPartial()
public ListNotebookExecutionJobsResponse.Builder clear()
Overrides
public ListNotebookExecutionJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListNotebookExecutionJobsResponse.Builder clearNextPageToken()
A token to retrieve next page of results.
Pass to [ListNotebookExecutionJobs.page_token][] to obtain that
page.
string next_page_token = 2;
public ListNotebookExecutionJobsResponse.Builder clearNotebookExecutionJobs()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public ListNotebookExecutionJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListNotebookExecutionJobsResponse.Builder clone()
Overrides
public ListNotebookExecutionJobsResponse getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNextPageToken()
public String getNextPageToken()
A token to retrieve next page of results.
Pass to [ListNotebookExecutionJobs.page_token][] to obtain that
page.
string next_page_token = 2;
Returns |
Type |
Description |
String |
The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
Pass to [ListNotebookExecutionJobs.page_token][] to obtain that
page.
string next_page_token = 2;
Returns |
Type |
Description |
ByteString |
The bytes for nextPageToken.
|
public 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
|
public NotebookExecutionJob.Builder getNotebookExecutionJobsBuilder(int index)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Parameter |
Name |
Description |
index |
int
|
public List<NotebookExecutionJob.Builder> getNotebookExecutionJobsBuilderList()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public int getNotebookExecutionJobsCount()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Returns |
Type |
Description |
int |
|
public List<NotebookExecutionJob> getNotebookExecutionJobsList()
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public 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
|
public 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> |
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListNotebookExecutionJobsResponse.Builder mergeFrom(ListNotebookExecutionJobsResponse other)
public ListNotebookExecutionJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListNotebookExecutionJobsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListNotebookExecutionJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListNotebookExecutionJobsResponse.Builder removeNotebookExecutionJobs(int index)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
Parameter |
Name |
Description |
index |
int
|
public ListNotebookExecutionJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListNotebookExecutionJobsResponse.Builder setNextPageToken(String value)
A token to retrieve next page of results.
Pass to [ListNotebookExecutionJobs.page_token][] to obtain that
page.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public ListNotebookExecutionJobsResponse.Builder setNextPageTokenBytes(ByteString value)
A token to retrieve next page of results.
Pass to [ListNotebookExecutionJobs.page_token][] to obtain that
page.
string next_page_token = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for nextPageToken to set.
|
public ListNotebookExecutionJobsResponse.Builder setNotebookExecutionJobs(int index, NotebookExecutionJob value)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public ListNotebookExecutionJobsResponse.Builder setNotebookExecutionJobs(int index, NotebookExecutionJob.Builder builderForValue)
List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
public ListNotebookExecutionJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListNotebookExecutionJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides