Package com.google.genai.types
Class CountTokensResult.Builder
-
- All Implemented Interfaces:
public abstract class CountTokensResult.BuilderBuilder for CountTokensResult.
-
-
Constructor Summary
Constructors Constructor Description CountTokensResult.Builder()
-
Method Summary
Modifier and Type Method Description abstract CountTokensResult.BuildertotalTokens(Integer totalTokens)Setter for totalTokens. CountTokensResult.BuilderclearTotalTokens()Clears the value of totalTokens field. abstract CountTokensResultbuild()-
-
Method Detail
-
totalTokens
abstract CountTokensResult.Builder totalTokens(Integer totalTokens)
Setter for totalTokens.
totalTokens: The total number of tokens.
-
clearTotalTokens
@CanIgnoreReturnValue() CountTokensResult.Builder clearTotalTokens()
Clears the value of totalTokens field.
-
build
abstract CountTokensResult build()
-
-
-
-