Interface Tool.ConnectorToolOrBuilder (4.87.0)

public static interface Tool.ConnectorToolOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActions(int index)

public abstract Tool.ConnectorTool.Action getActions(int index)

Required. Actions for the tool to use.

repeated .google.cloud.dialogflow.v2.Tool.ConnectorTool.Action actions = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Tool.ConnectorTool.Action

getActionsCount()

public abstract int getActionsCount()

Required. Actions for the tool to use.

repeated .google.cloud.dialogflow.v2.Tool.ConnectorTool.Action actions = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getActionsList()

public abstract List<Tool.ConnectorTool.Action> getActionsList()

Required. Actions for the tool to use.

repeated .google.cloud.dialogflow.v2.Tool.ConnectorTool.Action actions = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<Action>

getActionsOrBuilder(int index)

public abstract Tool.ConnectorTool.ActionOrBuilder getActionsOrBuilder(int index)

Required. Actions for the tool to use.

repeated .google.cloud.dialogflow.v2.Tool.ConnectorTool.Action actions = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
Tool.ConnectorTool.ActionOrBuilder

getActionsOrBuilderList()

public abstract List<? extends Tool.ConnectorTool.ActionOrBuilder> getActionsOrBuilderList()

Required. Actions for the tool to use.

repeated .google.cloud.dialogflow.v2.Tool.ConnectorTool.Action actions = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.Tool.ConnectorTool.ActionOrBuilder>

getName()

public abstract String getName()

Required. The full resource name of the referenced Integration Connectors Connection. Format: 'projects/*/locations/*/connections/*'

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The full resource name of the referenced Integration Connectors Connection. Format: 'projects/*/locations/*/connections/*'

string name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for name.