Uses of Class
com.google.genai.types.LiveServerToolCallCancellation
Packages that use LiveServerToolCallCancellation
-
Uses of LiveServerToolCallCancellation in com.google.genai.types
Methods in com.google.genai.types that return LiveServerToolCallCancellationModifier and TypeMethodDescriptionabstract LiveServerToolCallCancellationLiveServerToolCallCancellation.Builder.build()Deserializes a JSON string to a LiveServerToolCallCancellation object.Methods in com.google.genai.types that return types with arguments of type LiveServerToolCallCancellationModifier and TypeMethodDescriptionabstract Optional<LiveServerToolCallCancellation>LiveServerMessage.toolCallCancellation()Notification for the client that a previously issued `ToolCallMessage` with the specified `id`s should have been not executed and should be cancelled.Methods in com.google.genai.types with parameters of type LiveServerToolCallCancellationModifier and TypeMethodDescriptionabstract LiveServerMessage.BuilderLiveServerMessage.Builder.toolCallCancellation(LiveServerToolCallCancellation toolCallCancellation) Setter for toolCallCancellation.