Class ExactMatchResults.Builder (3.84.0)

public static final class ExactMatchResults.Builder extends GeneratedMessage.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

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

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 GeneratedMessage.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

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