public interface TrajectorySingleToolUseSpecOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getToolName()
public abstract String getToolName()
Required. Spec for tool name to be checked for in the predicted trajectory.
optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The toolName. |
getToolNameBytes()
public abstract ByteString getToolNameBytes()
Required. Spec for tool name to be checked for in the predicted trajectory.
optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for toolName. |
hasToolName()
public abstract boolean hasToolName()
Required. Spec for tool name to be checked for in the predicted trajectory.
optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the toolName field is set. |