public interface ToolParameterKVMatchInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ToolParameterKVMatchInstance |
getInstances(int index)
Required.
|
int |
getInstancesCount()
Required.
|
List<ToolParameterKVMatchInstance> |
getInstancesList()
Required.
|
ToolParameterKVMatchInstanceOrBuilder |
getInstancesOrBuilder(int index)
Required.
|
List<? extends ToolParameterKVMatchInstanceOrBuilder> |
getInstancesOrBuilderList()
Required.
|
ToolParameterKVMatchSpec |
getMetricSpec()
Required.
|
ToolParameterKVMatchSpecOrBuilder |
getMetricSpecOrBuilder()
Required.
|
boolean |
hasMetricSpec()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMetricSpec()
Required. Spec for tool parameter key value match metric.
.google.cloud.aiplatform.v1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
ToolParameterKVMatchSpec getMetricSpec()
Required. Spec for tool parameter key value match metric.
.google.cloud.aiplatform.v1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
ToolParameterKVMatchSpecOrBuilder getMetricSpecOrBuilder()
Required. Spec for tool parameter key value match metric.
.google.cloud.aiplatform.v1.ToolParameterKVMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
List<ToolParameterKVMatchInstance> getInstancesList()
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
ToolParameterKVMatchInstance getInstances(int index)
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
int getInstancesCount()
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends ToolParameterKVMatchInstanceOrBuilder> getInstancesOrBuilderList()
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
ToolParameterKVMatchInstanceOrBuilder getInstancesOrBuilder(int index)
Required. Repeated tool parameter key value match instances.
repeated .google.cloud.aiplatform.v1.ToolParameterKVMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2025 Google LLC. All rights reserved.