Interface ToolConfigOrBuilder (1.6.0)

public interface ToolConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFunctionCallingConfig()

public abstract FunctionCallingConfig getFunctionCallingConfig()

Optional. Function calling config.

.google.cloud.vertexai.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FunctionCallingConfig

The functionCallingConfig.

getFunctionCallingConfigOrBuilder()

public abstract FunctionCallingConfigOrBuilder getFunctionCallingConfigOrBuilder()

Optional. Function calling config.

.google.cloud.vertexai.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FunctionCallingConfigOrBuilder

hasFunctionCallingConfig()

public abstract boolean hasFunctionCallingConfig()

Optional. Function calling config.

.google.cloud.vertexai.v1.FunctionCallingConfig function_calling_config = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the functionCallingConfig field is set.