public interface ToolNameMatchResultsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ToolNameMatchMetricValue |
getToolNameMatchMetricValues(int index)
Output only.
|
int |
getToolNameMatchMetricValuesCount()
Output only.
|
List<ToolNameMatchMetricValue> |
getToolNameMatchMetricValuesList()
Output only.
|
ToolNameMatchMetricValueOrBuilder |
getToolNameMatchMetricValuesOrBuilder(int index)
Output only.
|
List<? extends ToolNameMatchMetricValueOrBuilder> |
getToolNameMatchMetricValuesOrBuilderList()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
Copyright © 2025 Google LLC. All rights reserved.