Send feedback
Class TrajectoryAnyOrderMatchResults.Builder (3.61.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public static final class TrajectoryAnyOrderMatchResults . Builder extends GeneratedMessageV3 . Builder<TrajectoryAnyOrderMatchResults . Builder > implements TrajectoryAnyOrderMatchResultsOrBuilder
Results for TrajectoryAnyOrderMatch metric.
Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchResults
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
public static final Descriptors . Descriptor getDescriptor ()
Methods
public TrajectoryAnyOrderMatchResults . Builder addAllTrajectoryAnyOrderMatchMetricValues ( Iterable <? extends TrajectoryAnyOrderMatchMetricValue > values )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
values
Iterable <? extends com.google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue >
public TrajectoryAnyOrderMatchResults . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public TrajectoryAnyOrderMatchResults . Builder addTrajectoryAnyOrderMatchMetricValues ( TrajectoryAnyOrderMatchMetricValue value )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TrajectoryAnyOrderMatchResults . Builder addTrajectoryAnyOrderMatchMetricValues ( TrajectoryAnyOrderMatchMetricValue . Builder builderForValue )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TrajectoryAnyOrderMatchResults . Builder addTrajectoryAnyOrderMatchMetricValues ( int index , TrajectoryAnyOrderMatchMetricValue value )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TrajectoryAnyOrderMatchResults . Builder addTrajectoryAnyOrderMatchMetricValues ( int index , TrajectoryAnyOrderMatchMetricValue . Builder builderForValue )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TrajectoryAnyOrderMatchMetricValue . Builder addTrajectoryAnyOrderMatchMetricValuesBuilder ()
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TrajectoryAnyOrderMatchMetricValue . Builder addTrajectoryAnyOrderMatchMetricValuesBuilder ( int index )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
index
int
public TrajectoryAnyOrderMatchResults build ()
public TrajectoryAnyOrderMatchResults buildPartial ()
public TrajectoryAnyOrderMatchResults . Builder clear ()
Overrides
public TrajectoryAnyOrderMatchResults . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public TrajectoryAnyOrderMatchResults . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public TrajectoryAnyOrderMatchResults . Builder clearTrajectoryAnyOrderMatchMetricValues ()
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TrajectoryAnyOrderMatchResults . Builder clone ()
Overrides
public TrajectoryAnyOrderMatchResults getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
public TrajectoryAnyOrderMatchMetricValue getTrajectoryAnyOrderMatchMetricValues ( int index )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
index
int
public TrajectoryAnyOrderMatchMetricValue . Builder getTrajectoryAnyOrderMatchMetricValuesBuilder ( int index )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
index
int
public List<TrajectoryAnyOrderMatchMetricValue . Builder > getTrajectoryAnyOrderMatchMetricValuesBuilderList ()
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public int getTrajectoryAnyOrderMatchMetricValuesCount ()
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
int
public List<TrajectoryAnyOrderMatchMetricValue> getTrajectoryAnyOrderMatchMetricValuesList ()
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TrajectoryAnyOrderMatchMetricValueOrBuilder getTrajectoryAnyOrderMatchMetricValuesOrBuilder ( int index )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
index
int
public List <? extends TrajectoryAnyOrderMatchMetricValueOrBuilder > getTrajectoryAnyOrderMatchMetricValuesOrBuilderList ()
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
List <? extends com.google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValueOrBuilder >
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public TrajectoryAnyOrderMatchResults . Builder mergeFrom ( TrajectoryAnyOrderMatchResults other )
public TrajectoryAnyOrderMatchResults . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public TrajectoryAnyOrderMatchResults . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
public final TrajectoryAnyOrderMatchResults . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public TrajectoryAnyOrderMatchResults . Builder removeTrajectoryAnyOrderMatchMetricValues ( int index )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
index
int
public TrajectoryAnyOrderMatchResults . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public TrajectoryAnyOrderMatchResults . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public TrajectoryAnyOrderMatchResults . Builder setTrajectoryAnyOrderMatchMetricValues ( int index , TrajectoryAnyOrderMatchMetricValue value )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TrajectoryAnyOrderMatchResults . Builder setTrajectoryAnyOrderMatchMetricValues ( int index , TrajectoryAnyOrderMatchMetricValue . Builder builderForValue )
Output only. TrajectoryAnyOrderMatch metric values.
repeated .google.cloud.aiplatform.v1beta1.TrajectoryAnyOrderMatchMetricValue trajectory_any_order_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public final TrajectoryAnyOrderMatchResults . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[],[]]