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
TypeDescription
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
NameDescription
valuesIterable<? extends com.google.cloud.aiplatform.v1beta1.ExactMatchMetricValue>
Returns
TypeDescription
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
NameDescription
valueExactMatchMetricValue
Returns
TypeDescription
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
NameDescription
builderForValueExactMatchMetricValue.Builder
Returns
TypeDescription
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
NameDescription
indexint
valueExactMatchMetricValue
Returns
TypeDescription
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
NameDescription
indexint
builderForValueExactMatchMetricValue.Builder
Returns
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
ExactMatchMetricValue.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ExactMatchResults.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExactMatchResults.Builder
Overrides

build()

public ExactMatchResults build()
Returns
TypeDescription
ExactMatchResults

buildPartial()

public ExactMatchResults buildPartial()
Returns
TypeDescription
ExactMatchResults

clear()

public ExactMatchResults.Builder clear()
Returns
TypeDescription
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
TypeDescription
ExactMatchResults.Builder

clearField(Descriptors.FieldDescriptor field)

public ExactMatchResults.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ExactMatchResults.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ExactMatchResults.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ExactMatchResults.Builder
Overrides

clone()

public ExactMatchResults.Builder clone()
Returns
TypeDescription
ExactMatchResults.Builder
Overrides

getDefaultInstanceForType()

public ExactMatchResults getDefaultInstanceForType()
Returns
TypeDescription
ExactMatchResults

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.ExactMatchMetricValueOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ExactMatchResults other)

public ExactMatchResults.Builder mergeFrom(ExactMatchResults other)
Parameter
NameDescription
otherExactMatchResults
Returns
TypeDescription
ExactMatchResults.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ExactMatchResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ExactMatchResults.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ExactMatchResults.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ExactMatchResults.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ExactMatchResults.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
NameDescription
indexint
valueExactMatchMetricValue
Returns
TypeDescription
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
NameDescription
indexint
builderForValueExactMatchMetricValue.Builder
Returns
TypeDescription
ExactMatchResults.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public ExactMatchResults.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ExactMatchResults.Builder
Overrides

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

public ExactMatchResults.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ExactMatchResults.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ExactMatchResults.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ExactMatchResults.Builder
Overrides