Interface Assistant.ToolInfoOrBuilder (0.90.0)

public static interface Assistant.ToolInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolDisplayName()

public abstract String getToolDisplayName()

The display name of the tool.

string tool_display_name = 2;

Returns
Type Description
String

The toolDisplayName.

getToolDisplayNameBytes()

public abstract ByteString getToolDisplayNameBytes()

The display name of the tool.

string tool_display_name = 2;

Returns
Type Description
ByteString

The bytes for toolDisplayName.

getToolName()

public abstract String getToolName()

The name of the tool as defined by DataConnectorService.QueryAvailableActions. Note: it's using action in the DataConnectorService apis, but they are the same as the tool here.

string tool_name = 1;

Returns
Type Description
String

The toolName.

getToolNameBytes()

public abstract ByteString getToolNameBytes()

The name of the tool as defined by DataConnectorService.QueryAvailableActions. Note: it's using action in the DataConnectorService apis, but they are the same as the tool here.

string tool_name = 1;

Returns
Type Description
ByteString

The bytes for toolName.