Interface ToolConfigOrBuilder

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

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

    • hasFunctionCallingConfig

      boolean hasFunctionCallingConfig()
       Optional. Function calling config.
       
      .google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the functionCallingConfig field is set.
    • getFunctionCallingConfig

      FunctionCallingConfig getFunctionCallingConfig()
       Optional. Function calling config.
       
      .google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The functionCallingConfig.
    • getFunctionCallingConfigOrBuilder

      FunctionCallingConfigOrBuilder getFunctionCallingConfigOrBuilder()
       Optional. Function calling config.
       
      .google.cloud.aiplatform.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];
    • hasRetrievalConfig

      boolean hasRetrievalConfig()
       Optional. Retrieval config.
       
      .google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the retrievalConfig field is set.
    • getRetrievalConfig

      RetrievalConfig getRetrievalConfig()
       Optional. Retrieval config.
       
      .google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The retrievalConfig.
    • getRetrievalConfigOrBuilder

      RetrievalConfigOrBuilder getRetrievalConfigOrBuilder()
       Optional. Retrieval config.
       
      .google.cloud.aiplatform.v1.RetrievalConfig retrieval_config = 2 [(.google.api.field_behavior) = OPTIONAL];