Interface ToolNameMatchResultsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ToolNameMatchResults, ToolNameMatchResults.Builder

@Generated public interface ToolNameMatchResultsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getToolNameMatchMetricValuesList

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

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

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

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

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