Class TrajectoryExactMatchResults.Builder (3.56.0)

public static final class TrajectoryExactMatchResults.Builder extends GeneratedMessageV3.Builder<TrajectoryExactMatchResults.Builder> implements TrajectoryExactMatchResultsOrBuilder

Results for TrajectoryExactMatch metric.

Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryExactMatchResults

Static Methods

getDescriptor()

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

Methods

addAllTrajectoryExactMatchMetricValues(Iterable<? extends TrajectoryExactMatchMetricValue> values)

public TrajectoryExactMatchResults.Builder addAllTrajectoryExactMatchMetricValues(Iterable<? extends TrajectoryExactMatchMetricValue> values)

Output only. TrajectoryExactMatch metric values.

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

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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addTrajectoryExactMatchMetricValues(TrajectoryExactMatchMetricValue value)

public TrajectoryExactMatchResults.Builder addTrajectoryExactMatchMetricValues(TrajectoryExactMatchMetricValue value)

Output only. TrajectoryExactMatch metric values.

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

Parameter
Name Description
value TrajectoryExactMatchMetricValue
Returns
Type Description
TrajectoryExactMatchResults.Builder

addTrajectoryExactMatchMetricValues(TrajectoryExactMatchMetricValue.Builder builderForValue)

public TrajectoryExactMatchResults.Builder addTrajectoryExactMatchMetricValues(TrajectoryExactMatchMetricValue.Builder builderForValue)

Output only. TrajectoryExactMatch metric values.

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

Parameter
Name Description
builderForValue TrajectoryExactMatchMetricValue.Builder
Returns
Type Description
TrajectoryExactMatchResults.Builder

addTrajectoryExactMatchMetricValues(int index, TrajectoryExactMatchMetricValue value)

public TrajectoryExactMatchResults.Builder addTrajectoryExactMatchMetricValues(int index, TrajectoryExactMatchMetricValue value)

Output only. TrajectoryExactMatch metric values.

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

Parameters
Name Description
index int
value TrajectoryExactMatchMetricValue
Returns
Type Description
TrajectoryExactMatchResults.Builder

addTrajectoryExactMatchMetricValues(int index, TrajectoryExactMatchMetricValue.Builder builderForValue)

public TrajectoryExactMatchResults.Builder addTrajectoryExactMatchMetricValues(int index, TrajectoryExactMatchMetricValue.Builder builderForValue)

Output only. TrajectoryExactMatch metric values.

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

Parameters
Name Description
index int
builderForValue TrajectoryExactMatchMetricValue.Builder
Returns
Type Description
TrajectoryExactMatchResults.Builder

addTrajectoryExactMatchMetricValuesBuilder()

public TrajectoryExactMatchMetricValue.Builder addTrajectoryExactMatchMetricValuesBuilder()

Output only. TrajectoryExactMatch metric values.

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

Returns
Type Description
TrajectoryExactMatchMetricValue.Builder

addTrajectoryExactMatchMetricValuesBuilder(int index)

public TrajectoryExactMatchMetricValue.Builder addTrajectoryExactMatchMetricValuesBuilder(int index)

Output only. TrajectoryExactMatch metric values.

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

Parameter
Name Description
index int
Returns
Type Description
TrajectoryExactMatchMetricValue.Builder

build()

public TrajectoryExactMatchResults build()
Returns
Type Description
TrajectoryExactMatchResults

buildPartial()

public TrajectoryExactMatchResults buildPartial()
Returns
Type Description
TrajectoryExactMatchResults

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearTrajectoryExactMatchMetricValues()

public TrajectoryExactMatchResults.Builder clearTrajectoryExactMatchMetricValues()

Output only. TrajectoryExactMatch metric values.

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

Returns
Type Description
TrajectoryExactMatchResults.Builder

clone()

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

getDefaultInstanceForType()

public TrajectoryExactMatchResults getDefaultInstanceForType()
Returns
Type Description
TrajectoryExactMatchResults

getDescriptorForType()

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

getTrajectoryExactMatchMetricValues(int index)

public TrajectoryExactMatchMetricValue getTrajectoryExactMatchMetricValues(int index)

Output only. TrajectoryExactMatch metric values.

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

Parameter
Name Description
index int
Returns
Type Description
TrajectoryExactMatchMetricValue

getTrajectoryExactMatchMetricValuesBuilder(int index)

public TrajectoryExactMatchMetricValue.Builder getTrajectoryExactMatchMetricValuesBuilder(int index)

Output only. TrajectoryExactMatch metric values.

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

Parameter
Name Description
index int
Returns
Type Description
TrajectoryExactMatchMetricValue.Builder

getTrajectoryExactMatchMetricValuesBuilderList()

public List<TrajectoryExactMatchMetricValue.Builder> getTrajectoryExactMatchMetricValuesBuilderList()

Output only. TrajectoryExactMatch metric values.

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

Returns
Type Description
List<Builder>

getTrajectoryExactMatchMetricValuesCount()

public int getTrajectoryExactMatchMetricValuesCount()

Output only. TrajectoryExactMatch metric values.

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

Returns
Type Description
int

getTrajectoryExactMatchMetricValuesList()

public List<TrajectoryExactMatchMetricValue> getTrajectoryExactMatchMetricValuesList()

Output only. TrajectoryExactMatch metric values.

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

Returns
Type Description
List<TrajectoryExactMatchMetricValue>

getTrajectoryExactMatchMetricValuesOrBuilder(int index)

public TrajectoryExactMatchMetricValueOrBuilder getTrajectoryExactMatchMetricValuesOrBuilder(int index)

Output only. TrajectoryExactMatch metric values.

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

Parameter
Name Description
index int
Returns
Type Description
TrajectoryExactMatchMetricValueOrBuilder

getTrajectoryExactMatchMetricValuesOrBuilderList()

public List<? extends TrajectoryExactMatchMetricValueOrBuilder> getTrajectoryExactMatchMetricValuesOrBuilderList()

Output only. TrajectoryExactMatch metric values.

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

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TrajectoryExactMatchResults other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeTrajectoryExactMatchMetricValues(int index)

public TrajectoryExactMatchResults.Builder removeTrajectoryExactMatchMetricValues(int index)

Output only. TrajectoryExactMatch metric values.

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

Parameter
Name Description
index int
Returns
Type Description
TrajectoryExactMatchResults.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

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

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

setTrajectoryExactMatchMetricValues(int index, TrajectoryExactMatchMetricValue value)

public TrajectoryExactMatchResults.Builder setTrajectoryExactMatchMetricValues(int index, TrajectoryExactMatchMetricValue value)

Output only. TrajectoryExactMatch metric values.

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

Parameters
Name Description
index int
value TrajectoryExactMatchMetricValue
Returns
Type Description
TrajectoryExactMatchResults.Builder

setTrajectoryExactMatchMetricValues(int index, TrajectoryExactMatchMetricValue.Builder builderForValue)

public TrajectoryExactMatchResults.Builder setTrajectoryExactMatchMetricValues(int index, TrajectoryExactMatchMetricValue.Builder builderForValue)

Output only. TrajectoryExactMatch metric values.

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

Parameters
Name Description
index int
builderForValue TrajectoryExactMatchMetricValue.Builder
Returns
Type Description
TrajectoryExactMatchResults.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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