public interface ToolCallOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getToolInput()
Optional.
|
com.google.protobuf.ByteString |
getToolInputBytes()
Optional.
|
String |
getToolName()
Required.
|
com.google.protobuf.ByteString |
getToolNameBytes()
Required.
|
boolean |
hasToolInput()
Optional.
|
boolean |
hasToolName()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasToolName()
Required. Spec for tool name
optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];String getToolName()
Required. Spec for tool name
optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getToolNameBytes()
Required. Spec for tool name
optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];boolean hasToolInput()
Optional. Spec for tool input
optional string tool_input = 2 [(.google.api.field_behavior) = OPTIONAL];String getToolInput()
Optional. Spec for tool input
optional string tool_input = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getToolInputBytes()
Optional. Spec for tool input
optional string tool_input = 2 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.