public static final class TrajectoryExactMatchInput.Builder extends GeneratedMessageV3.Builder<TrajectoryExactMatchInput.Builder> implements TrajectoryExactMatchInputOrBuilder
   
   Instances and metric spec for TrajectoryExactMatch metric.
 Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInput
    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 TrajectoryExactMatchInput.Builder addAllInstances(Iterable<? extends TrajectoryExactMatchInstance> values)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance>
 | 
    
  
  
  
  
  
    public TrajectoryExactMatchInput.Builder addInstances(TrajectoryExactMatchInstance value)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder addInstances(TrajectoryExactMatchInstance.Builder builderForValue)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder addInstances(int index, TrajectoryExactMatchInstance value)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder addInstances(int index, TrajectoryExactMatchInstance.Builder builderForValue)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInstance.Builder addInstancesBuilder()
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInstance.Builder addInstancesBuilder(int index)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public TrajectoryExactMatchInput.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput build()
   
  
  
  
  
    public TrajectoryExactMatchInput buildPartial()
   
  
  
  
  
    public TrajectoryExactMatchInput.Builder clear()
   
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput.Builder clearInstances()
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder clearMetricSpec()
   
   Required. Spec for TrajectoryExactMatch metric.
 
 .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput.Builder clone()
   
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInstance getInstances(int index)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public TrajectoryExactMatchInstance.Builder getInstancesBuilder(int index)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<TrajectoryExactMatchInstance.Builder> getInstancesBuilderList()
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public int getInstancesCount()
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<TrajectoryExactMatchInstance> getInstancesList()
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInstanceOrBuilder getInstancesOrBuilder(int index)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends TrajectoryExactMatchInstanceOrBuilder> getInstancesOrBuilderList()
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstanceOrBuilder> |  | 
    
  
  
  
  
    public TrajectoryExactMatchSpec getMetricSpec()
   
   Required. Spec for TrajectoryExactMatch metric.
 
 .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchSpec.Builder getMetricSpecBuilder()
   
   Required. Spec for TrajectoryExactMatch metric.
 
 .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchSpecOrBuilder getMetricSpecOrBuilder()
   
   Required. Spec for TrajectoryExactMatch metric.
 
 .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public boolean hasMetricSpec()
   
   Required. Spec for TrajectoryExactMatch metric.
 
 .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the metricSpec field is set. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput.Builder mergeFrom(TrajectoryExactMatchInput other)
   
  
  
  
  
  
    public TrajectoryExactMatchInput.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public TrajectoryExactMatchInput.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput.Builder mergeMetricSpec(TrajectoryExactMatchSpec value)
   
   Required. Spec for TrajectoryExactMatch metric.
 
 .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public final TrajectoryExactMatchInput.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput.Builder removeInstances(int index)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public TrajectoryExactMatchInput.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public TrajectoryExactMatchInput.Builder setInstances(int index, TrajectoryExactMatchInstance value)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder setInstances(int index, TrajectoryExactMatchInstance.Builder builderForValue)
   
   Required. Repeated TrajectoryExactMatch instance.
 
 repeated .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder setMetricSpec(TrajectoryExactMatchSpec value)
   
   Required. Spec for TrajectoryExactMatch metric.
 
 .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder setMetricSpec(TrajectoryExactMatchSpec.Builder builderForValue)
   
   Required. Spec for TrajectoryExactMatch metric.
 
 .google.cloud.aiplatform.v1beta1.TrajectoryExactMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
 
    public TrajectoryExactMatchInput.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final TrajectoryExactMatchInput.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides