Package com.google.genai.types
Class LiveServerToolCallCancellation.Builder
-
- All Implemented Interfaces:
public abstract class LiveServerToolCallCancellation.BuilderBuilder for LiveServerToolCallCancellation.
-
-
Constructor Summary
Constructors Constructor Description LiveServerToolCallCancellation.Builder()
-
Method Summary
Modifier and Type Method Description abstract LiveServerToolCallCancellation.Builderids(List<String> ids)Setter for ids. LiveServerToolCallCancellation.Builderids(Array<String> ids)Setter for ids. LiveServerToolCallCancellation.BuilderclearIds()Clears the value of ids field. abstract LiveServerToolCallCancellationbuild()-
-
Method Detail
-
ids
abstract LiveServerToolCallCancellation.Builder ids(List<String> ids)
Setter for ids.
ids: The ids of the tool calls to be cancelled.
-
ids
@CanIgnoreReturnValue() LiveServerToolCallCancellation.Builder ids(Array<String> ids)
Setter for ids.
ids: The ids of the tool calls to be cancelled.
-
clearIds
@CanIgnoreReturnValue() LiveServerToolCallCancellation.Builder clearIds()
Clears the value of ids field.
-
build
abstract LiveServerToolCallCancellation build()
-
-
-
-