public static final class ListEvaluationJobsResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder> implements ListEvaluationJobsResponseOrBuilder
Results for listing evaluation jobs.Protobuf type
google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse| Modifier and Type | Method and Description |
|---|---|
ListEvaluationJobsResponse.Builder |
addAllEvaluationJobs(Iterable<? extends EvaluationJob> values)
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
addEvaluationJobs(EvaluationJob.Builder builderForValue)
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
addEvaluationJobs(EvaluationJob value)
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
addEvaluationJobs(int index,
EvaluationJob.Builder builderForValue)
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
addEvaluationJobs(int index,
EvaluationJob value)
The list of evaluation jobs to return.
|
EvaluationJob.Builder |
addEvaluationJobsBuilder()
The list of evaluation jobs to return.
|
EvaluationJob.Builder |
addEvaluationJobsBuilder(int index)
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListEvaluationJobsResponse |
build() |
ListEvaluationJobsResponse |
buildPartial() |
ListEvaluationJobsResponse.Builder |
clear() |
ListEvaluationJobsResponse.Builder |
clearEvaluationJobs()
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListEvaluationJobsResponse.Builder |
clearNextPageToken()
A token to retrieve next page of results.
|
ListEvaluationJobsResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListEvaluationJobsResponse.Builder |
clone() |
ListEvaluationJobsResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
EvaluationJob |
getEvaluationJobs(int index)
The list of evaluation jobs to return.
|
EvaluationJob.Builder |
getEvaluationJobsBuilder(int index)
The list of evaluation jobs to return.
|
List<EvaluationJob.Builder> |
getEvaluationJobsBuilderList()
The list of evaluation jobs to return.
|
int |
getEvaluationJobsCount()
The list of evaluation jobs to return.
|
List<EvaluationJob> |
getEvaluationJobsList()
The list of evaluation jobs to return.
|
EvaluationJobOrBuilder |
getEvaluationJobsOrBuilder(int index)
The list of evaluation jobs to return.
|
List<? extends EvaluationJobOrBuilder> |
getEvaluationJobsOrBuilderList()
The list of evaluation jobs to return.
|
String |
getNextPageToken()
A token to retrieve next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve next page of results.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListEvaluationJobsResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListEvaluationJobsResponse.Builder |
mergeFrom(ListEvaluationJobsResponse other) |
ListEvaluationJobsResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListEvaluationJobsResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListEvaluationJobsResponse.Builder |
removeEvaluationJobs(int index)
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
setEvaluationJobs(int index,
EvaluationJob.Builder builderForValue)
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
setEvaluationJobs(int index,
EvaluationJob value)
The list of evaluation jobs to return.
|
ListEvaluationJobsResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListEvaluationJobsResponse.Builder |
setNextPageToken(String value)
A token to retrieve next page of results.
|
ListEvaluationJobsResponse.Builder |
setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to retrieve next page of results.
|
ListEvaluationJobsResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListEvaluationJobsResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListEvaluationJobsResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListEvaluationJobsResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListEvaluationJobsResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder mergeFrom(ListEvaluationJobsResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public ListEvaluationJobsResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListEvaluationJobsResponse.Builder>IOExceptionpublic List<EvaluationJob> getEvaluationJobsList()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;getEvaluationJobsList in interface ListEvaluationJobsResponseOrBuilderpublic int getEvaluationJobsCount()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;getEvaluationJobsCount in interface ListEvaluationJobsResponseOrBuilderpublic EvaluationJob getEvaluationJobs(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;getEvaluationJobs in interface ListEvaluationJobsResponseOrBuilderpublic ListEvaluationJobsResponse.Builder setEvaluationJobs(int index, EvaluationJob value)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public ListEvaluationJobsResponse.Builder setEvaluationJobs(int index, EvaluationJob.Builder builderForValue)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public ListEvaluationJobsResponse.Builder addEvaluationJobs(EvaluationJob value)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public ListEvaluationJobsResponse.Builder addEvaluationJobs(int index, EvaluationJob value)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public ListEvaluationJobsResponse.Builder addEvaluationJobs(EvaluationJob.Builder builderForValue)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public ListEvaluationJobsResponse.Builder addEvaluationJobs(int index, EvaluationJob.Builder builderForValue)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public ListEvaluationJobsResponse.Builder addAllEvaluationJobs(Iterable<? extends EvaluationJob> values)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public ListEvaluationJobsResponse.Builder clearEvaluationJobs()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public ListEvaluationJobsResponse.Builder removeEvaluationJobs(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public EvaluationJob.Builder getEvaluationJobsBuilder(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public EvaluationJobOrBuilder getEvaluationJobsOrBuilder(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;getEvaluationJobsOrBuilder in interface ListEvaluationJobsResponseOrBuilderpublic List<? extends EvaluationJobOrBuilder> getEvaluationJobsOrBuilderList()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;getEvaluationJobsOrBuilderList in interface ListEvaluationJobsResponseOrBuilderpublic EvaluationJob.Builder addEvaluationJobsBuilder()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public EvaluationJob.Builder addEvaluationJobsBuilder(int index)
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public List<EvaluationJob.Builder> getEvaluationJobsBuilderList()
The list of evaluation jobs to return.
repeated .google.cloud.datalabeling.v1beta1.EvaluationJob evaluation_jobs = 1;public String getNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;getNextPageToken in interface ListEvaluationJobsResponseOrBuilderpublic com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;getNextPageTokenBytes in interface ListEvaluationJobsResponseOrBuilderpublic ListEvaluationJobsResponse.Builder setNextPageToken(String value)
A token to retrieve next page of results.
string next_page_token = 2;public ListEvaluationJobsResponse.Builder clearNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;public ListEvaluationJobsResponse.Builder setNextPageTokenBytes(com.google.protobuf.ByteString value)
A token to retrieve next page of results.
string next_page_token = 2;public final ListEvaluationJobsResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>public final ListEvaluationJobsResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListEvaluationJobsResponse.Builder>Copyright © 2019 Google LLC. All rights reserved.