public static final class SearchEvaluationsResponse.Builder extends GeneratedMessageV3.Builder<SearchEvaluationsResponse.Builder> implements SearchEvaluationsResponseOrBuilder
Results of searching evaluations.
Protobuf type google.cloud.datalabeling.v1beta1.SearchEvaluationsResponse
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllEvaluations(Iterable<? extends Evaluation> values)
public SearchEvaluationsResponse.Builder addAllEvaluations(Iterable<? extends Evaluation> values)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.datalabeling.v1beta1.Evaluation>
|
addEvaluations(Evaluation value)
public SearchEvaluationsResponse.Builder addEvaluations(Evaluation value)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
addEvaluations(Evaluation.Builder builderForValue)
public SearchEvaluationsResponse.Builder addEvaluations(Evaluation.Builder builderForValue)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
addEvaluations(int index, Evaluation value)
public SearchEvaluationsResponse.Builder addEvaluations(int index, Evaluation value)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
addEvaluations(int index, Evaluation.Builder builderForValue)
public SearchEvaluationsResponse.Builder addEvaluations(int index, Evaluation.Builder builderForValue)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
addEvaluationsBuilder()
public Evaluation.Builder addEvaluationsBuilder()
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
addEvaluationsBuilder(int index)
public Evaluation.Builder addEvaluationsBuilder(int index)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SearchEvaluationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public SearchEvaluationsResponse build()
buildPartial()
public SearchEvaluationsResponse buildPartial()
clear()
public SearchEvaluationsResponse.Builder clear()
Overrides
clearEvaluations()
public SearchEvaluationsResponse.Builder clearEvaluations()
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
clearField(Descriptors.FieldDescriptor field)
public SearchEvaluationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public SearchEvaluationsResponse.Builder clearNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
public SearchEvaluationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clone()
public SearchEvaluationsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public SearchEvaluationsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEvaluations(int index)
public Evaluation getEvaluations(int index)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
Parameter |
---|
Name | Description |
index | int
|
getEvaluationsBuilder(int index)
public Evaluation.Builder getEvaluationsBuilder(int index)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
Parameter |
---|
Name | Description |
index | int
|
getEvaluationsBuilderList()
public List<Evaluation.Builder> getEvaluationsBuilderList()
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
getEvaluationsCount()
public int getEvaluationsCount()
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
Returns |
---|
Type | Description |
int | |
getEvaluationsList()
public List<Evaluation> getEvaluationsList()
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
getEvaluationsOrBuilder(int index)
public EvaluationOrBuilder getEvaluationsOrBuilder(int index)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
Parameter |
---|
Name | Description |
index | int
|
getEvaluationsOrBuilderList()
public List<? extends EvaluationOrBuilder> getEvaluationsOrBuilderList()
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.datalabeling.v1beta1.EvaluationOrBuilder> | |
getNextPageToken()
public String getNextPageToken()
A token to retrieve next page of results.
string next_page_token = 2;
Returns |
---|
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token to retrieve next page of results.
string next_page_token = 2;
Returns |
---|
Type | Description |
ByteString | The bytes for nextPageToken.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(SearchEvaluationsResponse other)
public SearchEvaluationsResponse.Builder mergeFrom(SearchEvaluationsResponse other)
public SearchEvaluationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public SearchEvaluationsResponse.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SearchEvaluationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeEvaluations(int index)
public SearchEvaluationsResponse.Builder removeEvaluations(int index)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
Parameter |
---|
Name | Description |
index | int
|
setEvaluations(int index, Evaluation value)
public SearchEvaluationsResponse.Builder setEvaluations(int index, Evaluation value)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
setEvaluations(int index, Evaluation.Builder builderForValue)
public SearchEvaluationsResponse.Builder setEvaluations(int index, Evaluation.Builder builderForValue)
The list of evaluations matching the search.
repeated .google.cloud.datalabeling.v1beta1.Evaluation evaluations = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public SearchEvaluationsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public SearchEvaluationsResponse.Builder setNextPageToken(String value)
A token to retrieve next page of results.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | String
The nextPageToken to set.
|
setNextPageTokenBytes(ByteString value)
public SearchEvaluationsResponse.Builder setNextPageTokenBytes(ByteString value)
A token to retrieve next page of results.
string next_page_token = 2;
Parameter |
---|
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SearchEvaluationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final SearchEvaluationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides