Interface RetrieveToolsRequestOrBuilder (0.1.0)

public interface RetrieveToolsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getToolIds(int index)

public abstract String getToolIds(int index)

Optional. The identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.

repeated string tool_ids = 3 [(.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 identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.

repeated string tool_ids = 3 [(.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 identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.

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

Returns
Type Description
int

The count of toolIds.

getToolIdsList()

public abstract List<String> getToolIdsList()

Optional. The identifiers of the tools to retrieve from the toolset. If empty, all tools in the toolset will be returned.

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

Returns
Type Description
List<String>

A list containing the toolIds.

getToolset()

public abstract String getToolset()

Required. The name of the toolset to retrieve the tools for. 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 name of the toolset to retrieve the tools for. 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.