Interface Agent.AgentToolsetOrBuilder (0.1.0)

public static interface Agent.AgentToolsetOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolIds(int index)

public abstract String getToolIds(int index)

Optional. The tools IDs to filter the toolset.

repeated string tool_ids = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The toolIds at the given index.

getToolIdsBytes(int index)

public abstract ByteString getToolIdsBytes(int index)

Optional. The tools IDs to filter the toolset.

repeated string tool_ids = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the toolIds at the given index.

getToolIdsCount()

public abstract int getToolIdsCount()

Optional. The tools IDs to filter the toolset.

repeated string tool_ids = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The count of toolIds.

getToolIdsList()

public abstract List<String> getToolIdsList()

Optional. The tools IDs to filter the toolset.

repeated string tool_ids = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<String>

A list containing the toolIds.

getToolset()

public abstract String getToolset()

Required. The resource name of the toolset. 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. 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.