public interface ToolCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
The name of the tool's action associated with this call.
|
com.google.protobuf.ByteString |
getActionBytes()
The name of the tool's action associated with this call.
|
com.google.protobuf.Struct |
getInputParameters()
The action's input parameters.
|
com.google.protobuf.StructOrBuilder |
getInputParametersOrBuilder()
The action's input parameters.
|
String |
getTool()
The [tool][Tool] associated with this call.
|
com.google.protobuf.ByteString |
getToolBytes()
The [tool][Tool] associated with this call.
|
boolean |
hasInputParameters()
The action's input parameters.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTool()
The [tool][Tool] associated with this call. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>`.
string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getToolBytes()
The [tool][Tool] associated with this call. Format: `projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/tools/<Tool ID>`.
string tool = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
String getAction()
The name of the tool's action associated with this call.
string action = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getActionBytes()
The name of the tool's action associated with this call.
string action = 2 [(.google.api.field_behavior) = REQUIRED];boolean hasInputParameters()
The action's input parameters.
.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.Struct getInputParameters()
The action's input parameters.
.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
com.google.protobuf.StructOrBuilder getInputParametersOrBuilder()
The action's input parameters.
.google.protobuf.Struct input_parameters = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.