public static final class ListNotebookExecutionJobsResponse.Builder extends GeneratedMessage.Builder<ListNotebookExecutionJobsResponse.Builder> implements ListNotebookExecutionJobsResponseOrBuilderResponse message for [NotebookService.CreateNotebookExecutionJob]
Protobuf type google.cloud.aiplatform.v1beta1.ListNotebookExecutionJobsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListNotebookExecutionJobsResponse.BuilderImplements
ListNotebookExecutionJobsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllNotebookExecutionJobs(Iterable<? extends NotebookExecutionJob> values)
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> |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
addNotebookExecutionJobs(NotebookExecutionJob value)
public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(NotebookExecutionJob value)List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
NotebookExecutionJob |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
addNotebookExecutionJobs(NotebookExecutionJob.Builder builderForValue)
public ListNotebookExecutionJobsResponse.Builder addNotebookExecutionJobs(NotebookExecutionJob.Builder builderForValue)List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NotebookExecutionJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
addNotebookExecutionJobs(int index, NotebookExecutionJob value)
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
NotebookExecutionJob |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
addNotebookExecutionJobs(int index, NotebookExecutionJob.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
NotebookExecutionJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
addNotebookExecutionJobsBuilder()
public NotebookExecutionJob.Builder addNotebookExecutionJobsBuilder()List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
NotebookExecutionJob.Builder |
|
addNotebookExecutionJobsBuilder(int index)
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 |
| Returns | |
|---|---|
| Type | Description |
NotebookExecutionJob.Builder |
|
build()
public ListNotebookExecutionJobsResponse build()| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse |
|
buildPartial()
public ListNotebookExecutionJobsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse |
|
clear()
public ListNotebookExecutionJobsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
clearNextPageToken()
public ListNotebookExecutionJobsResponse.Builder clearNextPageToken()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 |
ListNotebookExecutionJobsResponse.Builder |
This builder for chaining. |
clearNotebookExecutionJobs()
public ListNotebookExecutionJobsResponse.Builder clearNotebookExecutionJobs()List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
getDefaultInstanceForType()
public ListNotebookExecutionJobsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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 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 |
|
getNotebookExecutionJobsBuilder(int index)
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 |
| Returns | |
|---|---|
| Type | Description |
NotebookExecutionJob.Builder |
|
getNotebookExecutionJobsBuilderList()
public List<NotebookExecutionJob.Builder> getNotebookExecutionJobsBuilderList()List of NotebookExecutionJobs in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NotebookExecutionJob notebook_execution_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getNotebookExecutionJobsCount()
public 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 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 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 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> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListNotebookExecutionJobsResponse other)
public ListNotebookExecutionJobsResponse.Builder mergeFrom(ListNotebookExecutionJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNotebookExecutionJobsResponse |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListNotebookExecutionJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListNotebookExecutionJobsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
removeNotebookExecutionJobs(int index)
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 |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
setNextPageToken(String value)
public ListNotebookExecutionJobsResponse.Builder setNextPageToken(String value)A token to retrieve next page of results. Pass to ListNotebookExecutionJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListNotebookExecutionJobsResponse.Builder setNextPageTokenBytes(ByteString value)A token to retrieve next page of results. Pass to ListNotebookExecutionJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
This builder for chaining. |
setNotebookExecutionJobs(int index, NotebookExecutionJob value)
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
NotebookExecutionJob |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|
setNotebookExecutionJobs(int index, NotebookExecutionJob.Builder builderForValue)
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;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
NotebookExecutionJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListNotebookExecutionJobsResponse.Builder |
|