Class TrajectoryExactMatchResults.Builder

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

public static final class TrajectoryExactMatchResults.Builder extends com.google.protobuf.GeneratedMessage.Builder<TrajectoryExactMatchResults.Builder> implements TrajectoryExactMatchResultsOrBuilder
 Results for TrajectoryExactMatch metric.
 
Protobuf type google.cloud.aiplatform.v1beta1.TrajectoryExactMatchResults
  • 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<TrajectoryExactMatchResults.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<TrajectoryExactMatchResults.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<TrajectoryExactMatchResults.Builder>
    • getDefaultInstanceForType

      public TrajectoryExactMatchResults 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 TrajectoryExactMatchResults buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public TrajectoryExactMatchResults.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<TrajectoryExactMatchResults.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<TrajectoryExactMatchResults.Builder>
    • mergeFrom

      public TrajectoryExactMatchResults.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<TrajectoryExactMatchResults.Builder>
      Throws:
      IOException
    • 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];
      Specified by:
      getTrajectoryExactMatchMetricValuesList in interface TrajectoryExactMatchResultsOrBuilder
    • 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];
      Specified by:
      getTrajectoryExactMatchMetricValuesCount in interface TrajectoryExactMatchResultsOrBuilder
    • getTrajectoryExactMatchMetricValues

      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];
      Specified by:
      getTrajectoryExactMatchMetricValues in interface TrajectoryExactMatchResultsOrBuilder
    • setTrajectoryExactMatchMetricValues

      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];
    • setTrajectoryExactMatchMetricValues

      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];
    • addTrajectoryExactMatchMetricValues

      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];
    • addTrajectoryExactMatchMetricValues

      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];
    • addTrajectoryExactMatchMetricValues

      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];
    • addTrajectoryExactMatchMetricValues

      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];
    • addAllTrajectoryExactMatchMetricValues

      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];
    • 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];
    • removeTrajectoryExactMatchMetricValues

      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];
    • getTrajectoryExactMatchMetricValuesBuilder

      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];
    • getTrajectoryExactMatchMetricValuesOrBuilder

      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];
      Specified by:
      getTrajectoryExactMatchMetricValuesOrBuilder in interface TrajectoryExactMatchResultsOrBuilder
    • 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];
      Specified by:
      getTrajectoryExactMatchMetricValuesOrBuilderList in interface TrajectoryExactMatchResultsOrBuilder
    • 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];
    • addTrajectoryExactMatchMetricValuesBuilder

      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];
    • 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];