Interface ExecuteToolResponseOrBuilder (0.1.0)

public interface ExecuteToolResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getResponse()

public abstract Struct getResponse()

Required. The tool execution result in JSON object format. Use "output" key to specify tool response and "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole "response" is treated as tool execution result.

.google.protobuf.Struct response = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Struct

The response.

getResponseOrBuilder()

public abstract StructOrBuilder getResponseOrBuilder()

Required. The tool execution result in JSON object format. Use "output" key to specify tool response and "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole "response" is treated as tool execution result.

.google.protobuf.Struct response = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
StructOrBuilder

getTool()

public abstract String getTool()

The name of the tool that got executed. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}

string tool = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
String

The tool.

getToolBytes()

public abstract ByteString getToolBytes()

The name of the tool that got executed. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}

string tool = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for tool.

getToolIdentifierCase()

public abstract ExecuteToolResponse.ToolIdentifierCase getToolIdentifierCase()
Returns
Type Description
ExecuteToolResponse.ToolIdentifierCase

getToolsetTool()

public abstract ToolsetTool getToolsetTool()

The toolset tool that got executed.

.google.cloud.ces.v1.ToolsetTool toolset_tool = 3;

Returns
Type Description
ToolsetTool

The toolsetTool.

getToolsetToolOrBuilder()

public abstract ToolsetToolOrBuilder getToolsetToolOrBuilder()

The toolset tool that got executed.

.google.cloud.ces.v1.ToolsetTool toolset_tool = 3;

Returns
Type Description
ToolsetToolOrBuilder

hasResponse()

public abstract boolean hasResponse()

Required. The tool execution result in JSON object format. Use "output" key to specify tool response and "error" key to specify error details (if any). If "output" and "error" keys are not specified, then whole "response" is treated as tool execution result.

.google.protobuf.Struct response = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the response field is set.

hasTool()

public abstract boolean hasTool()

The name of the tool that got executed. Format: projects/{project}/locations/{location}/apps/{app}/tools/{tool}

string tool = 1 [(.google.api.resource_reference) = { ... }

Returns
Type Description
boolean

Whether the tool field is set.

hasToolsetTool()

public abstract boolean hasToolsetTool()

The toolset tool that got executed.

.google.cloud.ces.v1.ToolsetTool toolset_tool = 3;

Returns
Type Description
boolean

Whether the toolsetTool field is set.