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.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
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>
|
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;
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;
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;
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;
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;
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 |
---|
Name | Description |
index | int
|
public ListDataLabelingJobsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListDataLabelingJobsResponse build()
public ListDataLabelingJobsResponse buildPartial()
public ListDataLabelingJobsResponse.Builder clear()
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;
public ListDataLabelingJobsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListDataLabelingJobsResponse.Builder clearNextPageToken()
The standard List next-page token.
string next_page_token = 2;
public ListDataLabelingJobsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListDataLabelingJobsResponse.Builder clone()
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 |
---|
Name | Description |
index | int
|
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 |
---|
Name | Description |
index | int
|
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;
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 |
---|
Type | Description |
int | |
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;
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 |
---|
Name | Description |
index | int
|
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()
public Descriptors.Descriptor getDescriptorForType()
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()
Overrides
public final boolean isInitialized()
Overrides
public ListDataLabelingJobsResponse.Builder mergeFrom(ListDataLabelingJobsResponse other)
public ListDataLabelingJobsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListDataLabelingJobsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final ListDataLabelingJobsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
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 |
---|
Name | Description |
index | int
|
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;
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;
public ListDataLabelingJobsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
public ListDataLabelingJobsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListDataLabelingJobsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides