Class ListDataLabelingJobsResponse.Builder (3.42.0)

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

Response message for JobService.ListDataLabelingJobs.

Protobuf type google.cloud.aiplatform.v1beta1.ListDataLabelingJobsResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1beta1.DataLabelingJob>
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
valueDataLabelingJob
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
builderForValueDataLabelingJob.Builder
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameters
NameDescription
indexint
valueDataLabelingJob
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameters
NameDescription
indexint
builderForValueDataLabelingJob.Builder
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder

addDataLabelingJobsBuilder()

public DataLabelingJob.Builder addDataLabelingJobsBuilder()

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

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

Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataLabelingJob.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListDataLabelingJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides

build()

public ListDataLabelingJobsResponse build()
Returns
TypeDescription
ListDataLabelingJobsResponse

buildPartial()

public ListDataLabelingJobsResponse buildPartial()
Returns
TypeDescription
ListDataLabelingJobsResponse

clear()

public ListDataLabelingJobsResponse.Builder clear()
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides

clearDataLabelingJobs()

public ListDataLabelingJobsResponse.Builder clearDataLabelingJobs()

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

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

Returns
TypeDescription
ListDataLabelingJobsResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public ListDataLabelingJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides

clearNextPageToken()

public ListDataLabelingJobsResponse.Builder clearNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ListDataLabelingJobsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListDataLabelingJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides

clone()

public ListDataLabelingJobsResponse.Builder clone()
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides

getDataLabelingJobs(int index)

public DataLabelingJob getDataLabelingJobs(int index)

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

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

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataLabelingJob.Builder

getDataLabelingJobsBuilderList()

public List<DataLabelingJob.Builder> getDataLabelingJobsBuilderList()

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

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

Returns
TypeDescription
List<Builder>

getDataLabelingJobsCount()

public int getDataLabelingJobsCount()

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

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

Returns
TypeDescription
int

getDataLabelingJobsList()

public List<DataLabelingJob> getDataLabelingJobsList()

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

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

Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DataLabelingJobOrBuilder

getDataLabelingJobsOrBuilderList()

public List<? extends DataLabelingJobOrBuilder> getDataLabelingJobsOrBuilderList()

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

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

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.DataLabelingJobOrBuilder>

getDefaultInstanceForType()

public ListDataLabelingJobsResponse getDefaultInstanceForType()
Returns
TypeDescription
ListDataLabelingJobsResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNextPageToken()

public String getNextPageToken()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

The standard List next-page token.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListDataLabelingJobsResponse other)

public ListDataLabelingJobsResponse.Builder mergeFrom(ListDataLabelingJobsResponse other)
Parameter
NameDescription
otherListDataLabelingJobsResponse
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListDataLabelingJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListDataLabelingJobsResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListDataLabelingJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameters
NameDescription
indexint
valueDataLabelingJob
Returns
TypeDescription
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.v1beta1.DataLabelingJob data_labeling_jobs = 1;

Parameters
NameDescription
indexint
builderForValueDataLabelingJob.Builder
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ListDataLabelingJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides

setNextPageToken(String value)

public ListDataLabelingJobsResponse.Builder setNextPageToken(String value)

The standard List next-page token.

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListDataLabelingJobsResponse.Builder

This builder for chaining.

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

public ListDataLabelingJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListDataLabelingJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListDataLabelingJobsResponse.Builder
Overrides