Class ToolNameMatchResults.Builder

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

public static final class ToolNameMatchResults.Builder extends com.google.protobuf.GeneratedMessage.Builder<ToolNameMatchResults.Builder> implements ToolNameMatchResultsOrBuilder
 Results for tool name match metric.
 
Protobuf type google.cloud.aiplatform.v1.ToolNameMatchResults
  • 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<ToolNameMatchResults.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<ToolNameMatchResults.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<ToolNameMatchResults.Builder>
    • getDefaultInstanceForType

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

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

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

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

      public ToolNameMatchResults.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<ToolNameMatchResults.Builder>
      Throws:
      IOException
    • getToolNameMatchMetricValuesList

      public List<ToolNameMatchMetricValue> getToolNameMatchMetricValuesList()
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getToolNameMatchMetricValuesList in interface ToolNameMatchResultsOrBuilder
    • getToolNameMatchMetricValuesCount

      public int getToolNameMatchMetricValuesCount()
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getToolNameMatchMetricValuesCount in interface ToolNameMatchResultsOrBuilder
    • getToolNameMatchMetricValues

      public ToolNameMatchMetricValue getToolNameMatchMetricValues(int index)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getToolNameMatchMetricValues in interface ToolNameMatchResultsOrBuilder
    • setToolNameMatchMetricValues

      public ToolNameMatchResults.Builder setToolNameMatchMetricValues(int index, ToolNameMatchMetricValue value)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setToolNameMatchMetricValues

      public ToolNameMatchResults.Builder setToolNameMatchMetricValues(int index, ToolNameMatchMetricValue.Builder builderForValue)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addToolNameMatchMetricValues

      public ToolNameMatchResults.Builder addToolNameMatchMetricValues(ToolNameMatchMetricValue value)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addToolNameMatchMetricValues

      public ToolNameMatchResults.Builder addToolNameMatchMetricValues(int index, ToolNameMatchMetricValue value)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addToolNameMatchMetricValues

      public ToolNameMatchResults.Builder addToolNameMatchMetricValues(ToolNameMatchMetricValue.Builder builderForValue)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addToolNameMatchMetricValues

      public ToolNameMatchResults.Builder addToolNameMatchMetricValues(int index, ToolNameMatchMetricValue.Builder builderForValue)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addAllToolNameMatchMetricValues

      public ToolNameMatchResults.Builder addAllToolNameMatchMetricValues(Iterable<? extends ToolNameMatchMetricValue> values)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearToolNameMatchMetricValues

      public ToolNameMatchResults.Builder clearToolNameMatchMetricValues()
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • removeToolNameMatchMetricValues

      public ToolNameMatchResults.Builder removeToolNameMatchMetricValues(int index)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getToolNameMatchMetricValuesBuilder

      public ToolNameMatchMetricValue.Builder getToolNameMatchMetricValuesBuilder(int index)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getToolNameMatchMetricValuesOrBuilder

      public ToolNameMatchMetricValueOrBuilder getToolNameMatchMetricValuesOrBuilder(int index)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getToolNameMatchMetricValuesOrBuilder in interface ToolNameMatchResultsOrBuilder
    • getToolNameMatchMetricValuesOrBuilderList

      public List<? extends ToolNameMatchMetricValueOrBuilder> getToolNameMatchMetricValuesOrBuilderList()
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getToolNameMatchMetricValuesOrBuilderList in interface ToolNameMatchResultsOrBuilder
    • addToolNameMatchMetricValuesBuilder

      public ToolNameMatchMetricValue.Builder addToolNameMatchMetricValuesBuilder()
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • addToolNameMatchMetricValuesBuilder

      public ToolNameMatchMetricValue.Builder addToolNameMatchMetricValuesBuilder(int index)
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getToolNameMatchMetricValuesBuilderList

      public List<ToolNameMatchMetricValue.Builder> getToolNameMatchMetricValuesBuilderList()
       Output only. Tool name match metric values.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];