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