Class ListDataLabelingJobsResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
- com.google.cloud.aiplatform.v1beta1.ListDataLabelingJobsResponse.Builder
-
- All Implemented Interfaces:
ListDataLabelingJobsResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ListDataLabelingJobsResponse
public static final class ListDataLabelingJobsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder> implements ListDataLabelingJobsResponseOrBuilder
Response message for [JobService.ListDataLabelingJobs][google.cloud.aiplatform.v1beta1.JobService.ListDataLabelingJobs].
Protobuf typegoogle.cloud.aiplatform.v1beta1.ListDataLabelingJobsResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ListDataLabelingJobsResponse.Builder
addAllDataLabelingJobs(Iterable<? extends DataLabelingJob> values)
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
addDataLabelingJobs(int index, DataLabelingJob value)
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
addDataLabelingJobs(int index, DataLabelingJob.Builder builderForValue)
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
addDataLabelingJobs(DataLabelingJob value)
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
addDataLabelingJobs(DataLabelingJob.Builder builderForValue)
A list of DataLabelingJobs that matches the specified filter in the request.DataLabelingJob.Builder
addDataLabelingJobsBuilder()
A list of DataLabelingJobs that matches the specified filter in the request.DataLabelingJob.Builder
addDataLabelingJobsBuilder(int index)
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListDataLabelingJobsResponse
build()
ListDataLabelingJobsResponse
buildPartial()
ListDataLabelingJobsResponse.Builder
clear()
ListDataLabelingJobsResponse.Builder
clearDataLabelingJobs()
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
ListDataLabelingJobsResponse.Builder
clearNextPageToken()
The standard List next-page token.ListDataLabelingJobsResponse.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
ListDataLabelingJobsResponse.Builder
clone()
DataLabelingJob
getDataLabelingJobs(int index)
A list of DataLabelingJobs that matches the specified filter in the request.DataLabelingJob.Builder
getDataLabelingJobsBuilder(int index)
A list of DataLabelingJobs that matches the specified filter in the request.List<DataLabelingJob.Builder>
getDataLabelingJobsBuilderList()
A list of DataLabelingJobs that matches the specified filter in the request.int
getDataLabelingJobsCount()
A list of DataLabelingJobs that matches the specified filter in the request.List<DataLabelingJob>
getDataLabelingJobsList()
A list of DataLabelingJobs that matches the specified filter in the request.DataLabelingJobOrBuilder
getDataLabelingJobsOrBuilder(int index)
A list of DataLabelingJobs that matches the specified filter in the request.List<? extends DataLabelingJobOrBuilder>
getDataLabelingJobsOrBuilderList()
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
String
getNextPageToken()
The standard List next-page token.com.google.protobuf.ByteString
getNextPageTokenBytes()
The standard List next-page token.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ListDataLabelingJobsResponse.Builder
mergeFrom(ListDataLabelingJobsResponse other)
ListDataLabelingJobsResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ListDataLabelingJobsResponse.Builder
mergeFrom(com.google.protobuf.Message other)
ListDataLabelingJobsResponse.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
ListDataLabelingJobsResponse.Builder
removeDataLabelingJobs(int index)
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
setDataLabelingJobs(int index, DataLabelingJob value)
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
setDataLabelingJobs(int index, DataLabelingJob.Builder builderForValue)
A list of DataLabelingJobs that matches the specified filter in the request.ListDataLabelingJobsResponse.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
ListDataLabelingJobsResponse.Builder
setNextPageToken(String value)
The standard List next-page token.ListDataLabelingJobsResponse.Builder
setNextPageTokenBytes(com.google.protobuf.ByteString value)
The standard List next-page token.ListDataLabelingJobsResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ListDataLabelingJobsResponse.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
clear
public ListDataLabelingJobsResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
getDefaultInstanceForType
public ListDataLabelingJobsResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ListDataLabelingJobsResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ListDataLabelingJobsResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ListDataLabelingJobsResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
setField
public ListDataLabelingJobsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
clearField
public ListDataLabelingJobsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
clearOneof
public ListDataLabelingJobsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
setRepeatedField
public ListDataLabelingJobsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
addRepeatedField
public ListDataLabelingJobsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
mergeFrom
public ListDataLabelingJobsResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListDataLabelingJobsResponse.Builder>
-
mergeFrom
public ListDataLabelingJobsResponse.Builder mergeFrom(ListDataLabelingJobsResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
mergeFrom
public ListDataLabelingJobsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ListDataLabelingJobsResponse.Builder>
- Throws:
IOException
-
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;
- Specified by:
getDataLabelingJobsList
in interfaceListDataLabelingJobsResponseOrBuilder
-
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;
- Specified by:
getDataLabelingJobsCount
in interfaceListDataLabelingJobsResponseOrBuilder
-
getDataLabelingJobs
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;
- Specified by:
getDataLabelingJobs
in interfaceListDataLabelingJobsResponseOrBuilder
-
setDataLabelingJobs
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;
-
setDataLabelingJobs
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;
-
addDataLabelingJobs
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;
-
addDataLabelingJobs
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;
-
addDataLabelingJobs
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;
-
addDataLabelingJobs
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;
-
addAllDataLabelingJobs
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;
-
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;
-
removeDataLabelingJobs
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;
-
getDataLabelingJobsBuilder
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;
-
getDataLabelingJobsOrBuilder
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;
- Specified by:
getDataLabelingJobsOrBuilder
in interfaceListDataLabelingJobsResponseOrBuilder
-
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;
- Specified by:
getDataLabelingJobsOrBuilderList
in interfaceListDataLabelingJobsResponseOrBuilder
-
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;
-
addDataLabelingJobsBuilder
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;
-
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;
-
getNextPageToken
public String getNextPageToken()
The standard List next-page token.
string next_page_token = 2;
- Specified by:
getNextPageToken
in interfaceListDataLabelingJobsResponseOrBuilder
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
public com.google.protobuf.ByteString getNextPageTokenBytes()
The standard List next-page token.
string next_page_token = 2;
- Specified by:
getNextPageTokenBytes
in interfaceListDataLabelingJobsResponseOrBuilder
- Returns:
- The bytes for nextPageToken.
-
setNextPageToken
public ListDataLabelingJobsResponse.Builder setNextPageToken(String value)
The standard List next-page token.
string next_page_token = 2;
- Parameters:
value
- The nextPageToken to set.- Returns:
- This builder for chaining.
-
clearNextPageToken
public ListDataLabelingJobsResponse.Builder clearNextPageToken()
The standard List next-page token.
string next_page_token = 2;
- Returns:
- This builder for chaining.
-
setNextPageTokenBytes
public ListDataLabelingJobsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
The standard List next-page token.
string next_page_token = 2;
- Parameters:
value
- The bytes for nextPageToken to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ListDataLabelingJobsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
mergeUnknownFields
public final ListDataLabelingJobsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ListDataLabelingJobsResponse.Builder>
-
-