Interface RetrieveToolsResponseOrBuilder (0.1.0)

public interface RetrieveToolsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTools(int index)

public abstract Tool getTools(int index)

Required. The list of tools that are included in the specified toolset.

repeated .google.cloud.ces.v1.Tool tools = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Tool

getToolsCount()

public abstract int getToolsCount()

Required. The list of tools that are included in the specified toolset.

repeated .google.cloud.ces.v1.Tool tools = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getToolsList()

public abstract List<Tool> getToolsList()

Required. The list of tools that are included in the specified toolset.

repeated .google.cloud.ces.v1.Tool tools = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Tool>

getToolsOrBuilder(int index)

public abstract ToolOrBuilder getToolsOrBuilder(int index)

Required. The list of tools that are included in the specified toolset.

repeated .google.cloud.ces.v1.Tool tools = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ToolOrBuilder

getToolsOrBuilderList()

public abstract List<? extends ToolOrBuilder> getToolsOrBuilderList()

Required. The list of tools that are included in the specified toolset.

repeated .google.cloud.ces.v1.Tool tools = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.ces.v1.ToolOrBuilder>