Class TrajectoryInOrderMatchInput.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<TrajectoryInOrderMatchInput.Builder>
com.google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInput.Builder
All Implemented Interfaces:
TrajectoryInOrderMatchInputOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
TrajectoryInOrderMatchInput

public static final class TrajectoryInOrderMatchInput.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrajectoryInOrderMatchInput.Builder> implements TrajectoryInOrderMatchInputOrBuilder
 Instances and metric spec for TrajectoryInOrderMatch metric.
 
Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInput
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<TrajectoryInOrderMatchInput.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<TrajectoryInOrderMatchInput.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<TrajectoryInOrderMatchInput.Builder>
    • getDefaultInstanceForType

      public TrajectoryInOrderMatchInput getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public TrajectoryInOrderMatchInput buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public TrajectoryInOrderMatchInput.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrajectoryInOrderMatchInput.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<TrajectoryInOrderMatchInput.Builder>
    • mergeFrom

      public TrajectoryInOrderMatchInput.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<TrajectoryInOrderMatchInput.Builder>
      Throws:
      IOException
    • hasMetricSpec

      public boolean hasMetricSpec()
       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasMetricSpec in interface TrajectoryInOrderMatchInputOrBuilder
      Returns:
      Whether the metricSpec field is set.
    • getMetricSpec

      public TrajectoryInOrderMatchSpec getMetricSpec()
       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetricSpec in interface TrajectoryInOrderMatchInputOrBuilder
      Returns:
      The metricSpec.
    • setMetricSpec

       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • setMetricSpec

       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeMetricSpec

       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearMetricSpec

      public TrajectoryInOrderMatchInput.Builder clearMetricSpec()
       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMetricSpecBuilder

      public TrajectoryInOrderMatchSpec.Builder getMetricSpecBuilder()
       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMetricSpecOrBuilder

      public TrajectoryInOrderMatchSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for TrajectoryInOrderMatch metric.
       
      .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetricSpecOrBuilder in interface TrajectoryInOrderMatchInputOrBuilder
    • getInstancesList

      public List<TrajectoryInOrderMatchInstance> getInstancesList()
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getInstancesList in interface TrajectoryInOrderMatchInputOrBuilder
    • getInstancesCount

      public int getInstancesCount()
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getInstancesCount in interface TrajectoryInOrderMatchInputOrBuilder
    • getInstances

      public TrajectoryInOrderMatchInstance getInstances(int index)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getInstances in interface TrajectoryInOrderMatchInputOrBuilder
    • setInstances

       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • setInstances

      public TrajectoryInOrderMatchInput.Builder setInstances(int index, TrajectoryInOrderMatchInstance.Builder builderForValue)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • addInstances

       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • addInstances

       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • addInstances

       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • addInstances

      public TrajectoryInOrderMatchInput.Builder addInstances(int index, TrajectoryInOrderMatchInstance.Builder builderForValue)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • addAllInstances

       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearInstances

      public TrajectoryInOrderMatchInput.Builder clearInstances()
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • removeInstances

      public TrajectoryInOrderMatchInput.Builder removeInstances(int index)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesBuilder

      public TrajectoryInOrderMatchInstance.Builder getInstancesBuilder(int index)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilder

      public TrajectoryInOrderMatchInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getInstancesOrBuilder in interface TrajectoryInOrderMatchInputOrBuilder
    • getInstancesOrBuilderList

      public List<? extends TrajectoryInOrderMatchInstanceOrBuilder> getInstancesOrBuilderList()
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getInstancesOrBuilderList in interface TrajectoryInOrderMatchInputOrBuilder
    • addInstancesBuilder

      public TrajectoryInOrderMatchInstance.Builder addInstancesBuilder()
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • addInstancesBuilder

      public TrajectoryInOrderMatchInstance.Builder addInstancesBuilder(int index)
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesBuilderList

      public List<TrajectoryInOrderMatchInstance.Builder> getInstancesBuilderList()
       Required. Repeated TrajectoryInOrderMatch instance.
       
      repeated .google.cloud.aiplatform.v1beta1.TrajectoryInOrderMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];