Interface Assistant.ToolListOrBuilder (0.90.0)

public static interface Assistant.ToolListOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolInfo(int index)

public abstract Assistant.ToolInfo getToolInfo(int index)

The list of tools with corresponding tool information.

repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;

Parameter
Name Description
index int
Returns
Type Description
Assistant.ToolInfo

getToolInfoCount()

public abstract int getToolInfoCount()

The list of tools with corresponding tool information.

repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;

Returns
Type Description
int

getToolInfoList()

public abstract List<Assistant.ToolInfo> getToolInfoList()

The list of tools with corresponding tool information.

repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;

Returns
Type Description
List<ToolInfo>

getToolInfoOrBuilder(int index)

public abstract Assistant.ToolInfoOrBuilder getToolInfoOrBuilder(int index)

The list of tools with corresponding tool information.

repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;

Parameter
Name Description
index int
Returns
Type Description
Assistant.ToolInfoOrBuilder

getToolInfoOrBuilderList()

public abstract List<? extends Assistant.ToolInfoOrBuilder> getToolInfoOrBuilderList()

The list of tools with corresponding tool information.

repeated .google.cloud.discoveryengine.v1beta.Assistant.ToolInfo tool_info = 1;

Returns
Type Description
List<? extends com.google.cloud.discoveryengine.v1beta.Assistant.ToolInfoOrBuilder>