public static final class ToolNameMatchResults.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder> implements ToolNameMatchResultsOrBuilder
Results for tool name match metric.Protobuf type
google.cloud.aiplatform.v1beta1.ToolNameMatchResultsgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ToolNameMatchResults build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ToolNameMatchResults buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ToolNameMatchResults.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder mergeFrom(ToolNameMatchResults other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public ToolNameMatchResults.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ToolNameMatchResults.Builder>IOExceptionpublic List<ToolNameMatchMetricValue> getToolNameMatchMetricValuesList()
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getToolNameMatchMetricValuesList in interface ToolNameMatchResultsOrBuilderpublic int getToolNameMatchMetricValuesCount()
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getToolNameMatchMetricValuesCount in interface ToolNameMatchResultsOrBuilderpublic ToolNameMatchMetricValue getToolNameMatchMetricValues(int index)
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getToolNameMatchMetricValues in interface ToolNameMatchResultsOrBuilderpublic ToolNameMatchResults.Builder setToolNameMatchMetricValues(int index, ToolNameMatchMetricValue value)
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ToolNameMatchResults.Builder addToolNameMatchMetricValues(ToolNameMatchMetricValue value)
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.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.v1beta1.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.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ToolNameMatchResults.Builder addAllToolNameMatchMetricValues(Iterable<? extends ToolNameMatchMetricValue> values)
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ToolNameMatchResults.Builder clearToolNameMatchMetricValues()
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ToolNameMatchResults.Builder removeToolNameMatchMetricValues(int index)
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public ToolNameMatchMetricValue.Builder getToolNameMatchMetricValuesBuilder(int index)
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getToolNameMatchMetricValuesOrBuilder in interface ToolNameMatchResultsOrBuilderpublic List<? extends ToolNameMatchMetricValueOrBuilder> getToolNameMatchMetricValuesOrBuilderList()
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
getToolNameMatchMetricValuesOrBuilderList in interface ToolNameMatchResultsOrBuilderpublic ToolNameMatchMetricValue.Builder addToolNameMatchMetricValuesBuilder()
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.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.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public List<ToolNameMatchMetricValue.Builder> getToolNameMatchMetricValuesBuilderList()
Output only. Tool name match metric values.
repeated .google.cloud.aiplatform.v1beta1.ToolNameMatchMetricValue tool_name_match_metric_values = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
public final ToolNameMatchResults.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>public final ToolNameMatchResults.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ToolNameMatchResults.Builder>Copyright © 2024 Google LLC. All rights reserved.