Interface ToolCallOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ToolCall, ToolCall.Builder

@Generated public interface ToolCallOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional.
    com.google.protobuf.ByteString
    Optional.
    Required.
    com.google.protobuf.ByteString
    Required.
    boolean
    Optional.
    boolean
    Required.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasToolName

      boolean hasToolName()
       Required. Spec for tool name
       
      optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      Whether the toolName field is set.
    • getToolName

      String getToolName()
       Required. Spec for tool name
       
      optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The toolName.
    • getToolNameBytes

      com.google.protobuf.ByteString getToolNameBytes()
       Required. Spec for tool name
       
      optional string tool_name = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for toolName.
    • hasToolInput

      boolean hasToolInput()
       Optional. Spec for tool input
       
      optional string tool_input = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the toolInput field is set.
    • getToolInput

      String getToolInput()
       Optional. Spec for tool input
       
      optional string tool_input = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The toolInput.
    • getToolInputBytes

      com.google.protobuf.ByteString getToolInputBytes()
       Optional. Spec for tool input
       
      optional string tool_input = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for toolInput.