Class ListNasJobsResponse.Builder (3.44.0)

public static final class ListNasJobsResponse.Builder extends GeneratedMessageV3.Builder<ListNasJobsResponse.Builder> implements ListNasJobsResponseOrBuilder

Response message for JobService.ListNasJobs

Protobuf type google.cloud.aiplatform.v1.ListNasJobsResponse

Static 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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListNasJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListNasJobsResponse.Builder
Overrides

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
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListNasJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListNasJobsResponse.Builder
Overrides

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.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListNasJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListNasJobsResponse.Builder
Overrides

clone()

public ListNasJobsResponse.Builder clone()
Returns
Type Description
ListNasJobsResponse.Builder
Overrides

getDefaultInstanceForType()

public ListNasJobsResponse getDefaultInstanceForType()
Returns
Type Description
ListNasJobsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

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 GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListNasJobsResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListNasJobsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListNasJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListNasJobsResponse.Builder
Overrides

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

setField(Descriptors.FieldDescriptor field, Object value)

public ListNasJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListNasJobsResponse.Builder
Overrides

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 String

The 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 ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListNasJobsResponse.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListNasJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListNasJobsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListNasJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListNasJobsResponse.Builder
Overrides