Class ExactMatchResults.Builder (3.42.0)

public static final class ExactMatchResults.Builder extends GeneratedMessageV3.Builder<ExactMatchResults.Builder> implements ExactMatchResultsOrBuilder

Results for exact match metric.

Protobuf type google.cloud.aiplatform.v1beta1.ExactMatchResults

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addAllExactMatchMetricValues(Iterable<? extends ExactMatchMetricValue> values)

public ExactMatchResults.Builder addAllExactMatchMetricValues(Iterable<? extends ExactMatchMetricValue> values)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
values Iterable<? extends com.google.cloud.aiplatform.v1beta1.ExactMatchMetricValue>
Returns
Type Description
ExactMatchResults.Builder

addExactMatchMetricValues(ExactMatchMetricValue value)

public ExactMatchResults.Builder addExactMatchMetricValues(ExactMatchMetricValue value)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ExactMatchMetricValue
Returns
Type Description
ExactMatchResults.Builder

addExactMatchMetricValues(ExactMatchMetricValue.Builder builderForValue)

public ExactMatchResults.Builder addExactMatchMetricValues(ExactMatchMetricValue.Builder builderForValue)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue ExactMatchMetricValue.Builder
Returns
Type Description
ExactMatchResults.Builder

addExactMatchMetricValues(int index, ExactMatchMetricValue value)

public ExactMatchResults.Builder addExactMatchMetricValues(int index, ExactMatchMetricValue value)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value ExactMatchMetricValue
Returns
Type Description
ExactMatchResults.Builder

addExactMatchMetricValues(int index, ExactMatchMetricValue.Builder builderForValue)

public ExactMatchResults.Builder addExactMatchMetricValues(int index, ExactMatchMetricValue.Builder builderForValue)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue ExactMatchMetricValue.Builder
Returns
Type Description
ExactMatchResults.Builder

addExactMatchMetricValuesBuilder()

public ExactMatchMetricValue.Builder addExactMatchMetricValuesBuilder()

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExactMatchMetricValue.Builder

addExactMatchMetricValuesBuilder(int index)

public ExactMatchMetricValue.Builder addExactMatchMetricValuesBuilder(int index)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ExactMatchMetricValue.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExactMatchResults.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExactMatchResults.Builder
Overrides

build()

public ExactMatchResults build()
Returns
Type Description
ExactMatchResults

buildPartial()

public ExactMatchResults buildPartial()
Returns
Type Description
ExactMatchResults

clear()

public ExactMatchResults.Builder clear()
Returns
Type Description
ExactMatchResults.Builder
Overrides

clearExactMatchMetricValues()

public ExactMatchResults.Builder clearExactMatchMetricValues()

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ExactMatchResults.Builder

clearField(Descriptors.FieldDescriptor field)

public ExactMatchResults.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ExactMatchResults.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExactMatchResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ExactMatchResults.Builder
Overrides

clone()

public ExactMatchResults.Builder clone()
Returns
Type Description
ExactMatchResults.Builder
Overrides

getDefaultInstanceForType()

public ExactMatchResults getDefaultInstanceForType()
Returns
Type Description
ExactMatchResults

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getExactMatchMetricValues(int index)

public ExactMatchMetricValue getExactMatchMetricValues(int index)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ExactMatchMetricValue

getExactMatchMetricValuesBuilder(int index)

public ExactMatchMetricValue.Builder getExactMatchMetricValuesBuilder(int index)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ExactMatchMetricValue.Builder

getExactMatchMetricValuesBuilderList()

public List<ExactMatchMetricValue.Builder> getExactMatchMetricValuesBuilderList()

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<Builder>

getExactMatchMetricValuesCount()

public int getExactMatchMetricValuesCount()

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getExactMatchMetricValuesList()

public List<ExactMatchMetricValue> getExactMatchMetricValuesList()

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<ExactMatchMetricValue>

getExactMatchMetricValuesOrBuilder(int index)

public ExactMatchMetricValueOrBuilder getExactMatchMetricValuesOrBuilder(int index)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ExactMatchMetricValueOrBuilder

getExactMatchMetricValuesOrBuilderList()

public List<? extends ExactMatchMetricValueOrBuilder> getExactMatchMetricValuesOrBuilderList()

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.ExactMatchMetricValueOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ExactMatchResults other)

public ExactMatchResults.Builder mergeFrom(ExactMatchResults other)
Parameter
Name Description
other ExactMatchResults
Returns
Type Description
ExactMatchResults.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExactMatchResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ExactMatchResults.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ExactMatchResults.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ExactMatchResults.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExactMatchResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExactMatchResults.Builder
Overrides

removeExactMatchMetricValues(int index)

public ExactMatchResults.Builder removeExactMatchMetricValues(int index)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int
Returns
Type Description
ExactMatchResults.Builder

setExactMatchMetricValues(int index, ExactMatchMetricValue value)

public ExactMatchResults.Builder setExactMatchMetricValues(int index, ExactMatchMetricValue value)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
value ExactMatchMetricValue
Returns
Type Description
ExactMatchResults.Builder

setExactMatchMetricValues(int index, ExactMatchMetricValue.Builder builderForValue)

public ExactMatchResults.Builder setExactMatchMetricValues(int index, ExactMatchMetricValue.Builder builderForValue)

Output only. Exact match metric values.

repeated .google.cloud.aiplatform.v1beta1.ExactMatchMetricValue exact_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
index int
builderForValue ExactMatchMetricValue.Builder
Returns
Type Description
ExactMatchResults.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ExactMatchResults.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ExactMatchResults.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ExactMatchResults.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ExactMatchResults.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExactMatchResults.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ExactMatchResults.Builder
Overrides