Class ListDataLabelingJobsResponse.Builder (3.84.0)

public static final class ListDataLabelingJobsResponse.Builder extends GeneratedMessage.Builder<ListDataLabelingJobsResponse.Builder> implements ListDataLabelingJobsResponseOrBuilder

Response message for JobService.ListDataLabelingJobs.

Protobuf type google.cloud.aiplatform.v1.ListDataLabelingJobsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllDataLabelingJobs(Iterable<? extends DataLabelingJob> values)

public ListDataLabelingJobsResponse.Builder addAllDataLabelingJobs(Iterable<? extends DataLabelingJob> values)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1.DataLabelingJob>
Returns
Type Description
ListDataLabelingJobsResponse.Builder

addDataLabelingJobs(DataLabelingJob value)

public ListDataLabelingJobsResponse.Builder addDataLabelingJobs(DataLabelingJob value)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
Name Description
value DataLabelingJob
Returns
Type Description
ListDataLabelingJobsResponse.Builder

addDataLabelingJobs(DataLabelingJob.Builder builderForValue)

public ListDataLabelingJobsResponse.Builder addDataLabelingJobs(DataLabelingJob.Builder builderForValue)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
Name Description
builderForValue DataLabelingJob.Builder
Returns
Type Description
ListDataLabelingJobsResponse.Builder

addDataLabelingJobs(int index, DataLabelingJob value)

public ListDataLabelingJobsResponse.Builder addDataLabelingJobs(int index, DataLabelingJob value)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameters
Name Description
index int
value DataLabelingJob
Returns
Type Description
ListDataLabelingJobsResponse.Builder

addDataLabelingJobs(int index, DataLabelingJob.Builder builderForValue)

public ListDataLabelingJobsResponse.Builder addDataLabelingJobs(int index, DataLabelingJob.Builder builderForValue)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameters
Name Description
index int
builderForValue DataLabelingJob.Builder
Returns
Type Description
ListDataLabelingJobsResponse.Builder

addDataLabelingJobsBuilder()

public DataLabelingJob.Builder addDataLabelingJobsBuilder()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
Type Description
DataLabelingJob.Builder

addDataLabelingJobsBuilder(int index)

public DataLabelingJob.Builder addDataLabelingJobsBuilder(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
Name Description
index int
Returns
Type Description
DataLabelingJob.Builder

build()

public ListDataLabelingJobsResponse build()
Returns
Type Description
ListDataLabelingJobsResponse

buildPartial()

public ListDataLabelingJobsResponse buildPartial()
Returns
Type Description
ListDataLabelingJobsResponse

clear()

public ListDataLabelingJobsResponse.Builder clear()
Returns
Type Description
ListDataLabelingJobsResponse.Builder
Overrides

clearDataLabelingJobs()

public ListDataLabelingJobsResponse.Builder clearDataLabelingJobs()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
Type Description
ListDataLabelingJobsResponse.Builder

clearNextPageToken()

public ListDataLabelingJobsResponse.Builder clearNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
Type Description
ListDataLabelingJobsResponse.Builder

This builder for chaining.

getDataLabelingJobs(int index)

public DataLabelingJob getDataLabelingJobs(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
Name Description
index int
Returns
Type Description
DataLabelingJob

getDataLabelingJobsBuilder(int index)

public DataLabelingJob.Builder getDataLabelingJobsBuilder(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
Name Description
index int
Returns
Type Description
DataLabelingJob.Builder

getDataLabelingJobsBuilderList()

public List<DataLabelingJob.Builder> getDataLabelingJobsBuilderList()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
Type Description
List<Builder>

getDataLabelingJobsCount()

public int getDataLabelingJobsCount()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
Type Description
int

getDataLabelingJobsList()

public List<DataLabelingJob> getDataLabelingJobsList()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
Type Description
List<DataLabelingJob>

getDataLabelingJobsOrBuilder(int index)

public DataLabelingJobOrBuilder getDataLabelingJobsOrBuilder(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
Name Description
index int
Returns
Type Description
DataLabelingJobOrBuilder

getDataLabelingJobsOrBuilderList()

public List<? extends DataLabelingJobOrBuilder> getDataLabelingJobsOrBuilderList()

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.DataLabelingJobOrBuilder>

getDefaultInstanceForType()

public ListDataLabelingJobsResponse getDefaultInstanceForType()
Returns
Type Description
ListDataLabelingJobsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListDataLabelingJobsResponse other)

public ListDataLabelingJobsResponse.Builder mergeFrom(ListDataLabelingJobsResponse other)
Parameter
Name Description
other ListDataLabelingJobsResponse
Returns
Type Description
ListDataLabelingJobsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListDataLabelingJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListDataLabelingJobsResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

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

removeDataLabelingJobs(int index)

public ListDataLabelingJobsResponse.Builder removeDataLabelingJobs(int index)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameter
Name Description
index int
Returns
Type Description
ListDataLabelingJobsResponse.Builder

setDataLabelingJobs(int index, DataLabelingJob value)

public ListDataLabelingJobsResponse.Builder setDataLabelingJobs(int index, DataLabelingJob value)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameters
Name Description
index int
value DataLabelingJob
Returns
Type Description
ListDataLabelingJobsResponse.Builder

setDataLabelingJobs(int index, DataLabelingJob.Builder builderForValue)

public ListDataLabelingJobsResponse.Builder setDataLabelingJobs(int index, DataLabelingJob.Builder builderForValue)

A list of DataLabelingJobs that matches the specified filter in the request.

repeated .google.cloud.aiplatform.v1.DataLabelingJob data_labeling_jobs = 1;

Parameters
Name Description
index int
builderForValue DataLabelingJob.Builder
Returns
Type Description
ListDataLabelingJobsResponse.Builder

setNextPageToken(String value)

public ListDataLabelingJobsResponse.Builder setNextPageToken(String value)

The standard List next-page token.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListDataLabelingJobsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListDataLabelingJobsResponse.Builder setNextPageTokenBytes(ByteString value)

The standard List next-page token.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListDataLabelingJobsResponse.Builder

This builder for chaining.