public static final class ListNasJobsResponse.Builder extends GeneratedMessageV3.Builder<ListNasJobsResponse.Builder> implements ListNasJobsResponseOrBuilder
Response message for
JobService.ListNasJobs
Protobuf type google.cloud.aiplatform.v1beta1.ListNasJobsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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()
Returns
Methods
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.v1beta1.NasJob nas_jobs = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.NasJob>
|
Returns
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.v1beta1.NasJob nas_jobs = 1;
Parameter
Returns
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.v1beta1.NasJob nas_jobs = 1;
Parameter
Returns
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.v1beta1.NasJob nas_jobs = 1;
Parameters
Returns
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.v1beta1.NasJob nas_jobs = 1;
Parameters
Returns
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.v1beta1.NasJob nas_jobs = 1;
Returns
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.v1beta1.NasJob nas_jobs = 1;
Parameter
Returns
public ListNasJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListNasJobsResponse build()
Returns
public ListNasJobsResponse buildPartial()
Returns
public ListNasJobsResponse.Builder clear()
Returns
Overrides
public ListNasJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
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.v1beta1.NasJob nas_jobs = 1;
Returns
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
public ListNasJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ListNasJobsResponse.Builder clone()
Returns
Overrides
public ListNasJobsResponse getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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.v1beta1.NasJob nas_jobs = 1;
Parameter
Returns
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.v1beta1.NasJob nas_jobs = 1;
Parameter
Returns
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.v1beta1.NasJob nas_jobs = 1;
Returns
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.v1beta1.NasJob nas_jobs = 1;
Returns
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.v1beta1.NasJob nas_jobs = 1;
Returns
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.v1beta1.NasJob nas_jobs = 1;
Parameter
Returns
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.v1beta1.NasJob nas_jobs = 1;
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListNasJobsResponse.Builder mergeFrom(ListNasJobsResponse other)
Parameter
Returns
public ListNasJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ListNasJobsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ListNasJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
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.v1beta1.NasJob nas_jobs = 1;
Parameter
Returns
public ListNasJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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.v1beta1.NasJob nas_jobs = 1;
Parameters
Returns
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.v1beta1.NasJob nas_jobs = 1;
Parameters
Returns
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
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
public ListNasJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final ListNasJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides