public interface RemoteAgentToolOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAgentCard()
public abstract AgentCard getAgentCard()Required. The agent card of the remote agent that this tool invokes.
.google.cloud.ces.v1beta.AgentCard agent_card = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AgentCard |
The agentCard. |
getAgentCardOrBuilder()
public abstract AgentCardOrBuilder getAgentCardOrBuilder()Required. The agent card of the remote agent that this tool invokes.
.google.cloud.ces.v1beta.AgentCard agent_card = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
AgentCardOrBuilder |
|
getDescription()
public abstract String getDescription()Required. The description of the tool.
string description = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Required. The description of the tool.
string description = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getName()
public abstract String getName()Required. The name of the tool.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The name of the tool.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasAgentCard()
public abstract boolean hasAgentCard()Required. The agent card of the remote agent that this tool invokes.
.google.cloud.ces.v1beta.AgentCard agent_card = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the agentCard field is set. |