public static final class ToolNameMatchResults.Builder extends GeneratedMessage.Builder<ToolNameMatchResults.Builder> implements ToolNameMatchResultsOrBuilder
Results for tool name match metric.
Protobuf type google.cloud.aiplatform.v1.ToolNameMatchResults
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
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];
| Parameter |
| Name |
Description |
values |
Iterable<? extends com.google.cloud.aiplatform.v1.ToolNameMatchMetricValue>
|
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];
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];
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];
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];
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];
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];
| Parameter |
| Name |
Description |
index |
int
|
public ToolNameMatchResults build()
public ToolNameMatchResults buildPartial()
public ToolNameMatchResults.Builder clear()
Overrides
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];
public ToolNameMatchResults getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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];
| Parameter |
| Name |
Description |
index |
int
|
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];
| Parameter |
| Name |
Description |
index |
int
|
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];
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];
| Returns |
| Type |
Description |
int |
|
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];
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];
| Parameter |
| Name |
Description |
index |
int
|
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];
| Returns |
| Type |
Description |
List<? extends com.google.cloud.aiplatform.v1.ToolNameMatchMetricValueOrBuilder> |
|
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ToolNameMatchResults.Builder mergeFrom(ToolNameMatchResults other)
public ToolNameMatchResults.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ToolNameMatchResults.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
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];
| Parameter |
| Name |
Description |
index |
int
|
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];
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];