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
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 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
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.DataLabelingJob>
|
Returns
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
Returns
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
Returns
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
Returns
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
Returns
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
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
Returns
public ListDataLabelingJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public ListDataLabelingJobsResponse build()
Returns
public ListDataLabelingJobsResponse buildPartial()
Returns
public ListDataLabelingJobsResponse.Builder clear()
Returns
Overrides
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
public ListDataLabelingJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public ListDataLabelingJobsResponse.Builder clearNextPageToken()
The standard List next-page token.
string next_page_token = 2;
Returns
public ListDataLabelingJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
public ListDataLabelingJobsResponse.Builder clone()
Returns
Overrides
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
Returns
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
Returns
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
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
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
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
Returns
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
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.DataLabelingJobOrBuilder> | |
public ListDataLabelingJobsResponse getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
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.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public ListDataLabelingJobsResponse.Builder mergeFrom(ListDataLabelingJobsResponse other)
Parameter
Returns
public ListDataLabelingJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public ListDataLabelingJobsResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
public final ListDataLabelingJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
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
Returns
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
Returns
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
Returns
public ListDataLabelingJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
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
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
public ListDataLabelingJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public final ListDataLabelingJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides