Interface ToolConfigOrBuilder (3.42.0)

public interface ToolConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunctionCallingConfig()

public abstract FunctionCallingConfig getFunctionCallingConfig()

Function calling config.

.google.cloud.aiplatform.v1beta1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FunctionCallingConfig

The functionCallingConfig.

getFunctionCallingConfigOrBuilder()

public abstract FunctionCallingConfigOrBuilder getFunctionCallingConfigOrBuilder()

Function calling config.

.google.cloud.aiplatform.v1beta1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
FunctionCallingConfigOrBuilder

hasFunctionCallingConfig()

public abstract boolean hasFunctionCallingConfig()

Function calling config.

.google.cloud.aiplatform.v1beta1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

Whether the functionCallingConfig field is set.