Interface ToolNameMatchInputOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ToolNameMatchInput, ToolNameMatchInput.Builder

@Generated public interface ToolNameMatchInputOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetricSpec

      boolean hasMetricSpec()
       Required. Spec for tool name match metric.
       
      .google.cloud.aiplatform.v1.ToolNameMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the metricSpec field is set.
    • getMetricSpec

      ToolNameMatchSpec getMetricSpec()
       Required. Spec for tool name match metric.
       
      .google.cloud.aiplatform.v1.ToolNameMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The metricSpec.
    • getMetricSpecOrBuilder

      ToolNameMatchSpecOrBuilder getMetricSpecOrBuilder()
       Required. Spec for tool name match metric.
       
      .google.cloud.aiplatform.v1.ToolNameMatchSpec metric_spec = 1 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesList

      List<ToolNameMatchInstance> getInstancesList()
       Required. Repeated tool name match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstances

      ToolNameMatchInstance getInstances(int index)
       Required. Repeated tool name match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesCount

      int getInstancesCount()
       Required. Repeated tool name match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilderList

      List<? extends ToolNameMatchInstanceOrBuilder> getInstancesOrBuilderList()
       Required. Repeated tool name match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];
    • getInstancesOrBuilder

      ToolNameMatchInstanceOrBuilder getInstancesOrBuilder(int index)
       Required. Repeated tool name match instances.
       
      repeated .google.cloud.aiplatform.v1.ToolNameMatchInstance instances = 2 [(.google.api.field_behavior) = REQUIRED];