public static final class ListNasJobsResponse.Builder extends GeneratedMessage.Builder<ListNasJobsResponse.Builder> implements ListNasJobsResponseOrBuilderResponse message for JobService.ListNasJobs
Protobuf type google.cloud.aiplatform.v1.ListNasJobsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListNasJobsResponse.BuilderImplements
ListNasJobsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllNasJobs(Iterable<? extends NasJob> values)
public ListNasJobsResponse.Builder addAllNasJobs(Iterable<? extends NasJob> values)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1.NasJob> |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
addNasJobs(NasJob value)
public ListNasJobsResponse.Builder addNasJobs(NasJob value)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
NasJob |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
addNasJobs(NasJob.Builder builderForValue)
public ListNasJobsResponse.Builder addNasJobs(NasJob.Builder builderForValue)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
NasJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
addNasJobs(int index, NasJob value)
public ListNasJobsResponse.Builder addNasJobs(int index, NasJob value)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
NasJob |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
addNasJobs(int index, NasJob.Builder builderForValue)
public ListNasJobsResponse.Builder addNasJobs(int index, NasJob.Builder builderForValue)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
NasJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
addNasJobsBuilder()
public NasJob.Builder addNasJobsBuilder()List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
NasJob.Builder |
|
addNasJobsBuilder(int index)
public NasJob.Builder addNasJobsBuilder(int index)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasJob.Builder |
|
build()
public ListNasJobsResponse build()| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse |
|
buildPartial()
public ListNasJobsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse |
|
clear()
public ListNasJobsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
clearNasJobs()
public ListNasJobsResponse.Builder clearNasJobs()List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
clearNextPageToken()
public ListNasJobsResponse.Builder clearNextPageToken()A token to retrieve the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListNasJobsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNasJobs(int index)
public NasJob getNasJobs(int index)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasJob |
|
getNasJobsBuilder(int index)
public NasJob.Builder getNasJobsBuilder(int index)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasJob.Builder |
|
getNasJobsBuilderList()
public List<NasJob.Builder> getNasJobsBuilderList()List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getNasJobsCount()
public int getNasJobsCount()List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNasJobsList()
public List<NasJob> getNasJobsList()List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<NasJob> |
|
getNasJobsOrBuilder(int index)
public NasJobOrBuilder getNasJobsOrBuilder(int index)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasJobOrBuilder |
|
getNasJobsOrBuilderList()
public List<? extends NasJobOrBuilder> getNasJobsOrBuilderList()List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1.NasJobOrBuilder> |
|
getNextPageToken()
public String getNextPageToken()A token to retrieve the next page of results. Pass to ListNasJobsRequest.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 the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListNasJobsResponse other)
public ListNasJobsResponse.Builder mergeFrom(ListNasJobsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListNasJobsResponse |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListNasJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListNasJobsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
removeNasJobs(int index)
public ListNasJobsResponse.Builder removeNasJobs(int index)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
setNasJobs(int index, NasJob value)
public ListNasJobsResponse.Builder setNasJobs(int index, NasJob value)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
NasJob |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
setNasJobs(int index, NasJob.Builder builderForValue)
public ListNasJobsResponse.Builder setNasJobs(int index, NasJob.Builder builderForValue)List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1.NasJob nas_jobs = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
NasJob.Builder |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
|
setNextPageToken(String value)
public ListNasJobsResponse.Builder setNextPageToken(String value)A token to retrieve the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListNasJobsResponse.Builder setNextPageTokenBytes(ByteString value)A token to retrieve the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.
string next_page_token = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListNasJobsResponse.Builder |
This builder for chaining. |