Interface ToolsetToolOrBuilder (0.1.0)

public interface ToolsetToolOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolId()

public abstract String getToolId()

Optional. The tool ID to filter the tools to retrieve the schema for.

string tool_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The toolId.

getToolIdBytes()

public abstract ByteString getToolIdBytes()

Optional. The tool ID to filter the tools to retrieve the schema for.

string tool_id = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for toolId.

getToolset()

public abstract String getToolset()

Required. The resource name of the Toolset from which this tool is derived. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}

string toolset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The toolset.

getToolsetBytes()

public abstract ByteString getToolsetBytes()

Required. The resource name of the Toolset from which this tool is derived. Format: projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}

string toolset = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for toolset.