Package com.google.genai.types
Class EmbedContentMetadata.Builder
-
- All Implemented Interfaces:
public abstract class EmbedContentMetadata.BuilderBuilder for EmbedContentMetadata.
-
-
Constructor Summary
Constructors Constructor Description EmbedContentMetadata.Builder()
-
Method Summary
Modifier and Type Method Description abstract EmbedContentMetadata.BuilderbillableCharacterCount(Integer billableCharacterCount)Setter for billableCharacterCount. EmbedContentMetadata.BuilderclearBillableCharacterCount()Clears the value of billableCharacterCount field. abstract EmbedContentMetadatabuild()-
-
Method Detail
-
billableCharacterCount
abstract EmbedContentMetadata.Builder billableCharacterCount(Integer billableCharacterCount)
Setter for billableCharacterCount.
billableCharacterCount: Gemini Enterprise Agent Platform only. The total number of billable characters included in the request.
-
clearBillableCharacterCount
@CanIgnoreReturnValue() EmbedContentMetadata.Builder clearBillableCharacterCount()
Clears the value of billableCharacterCount field.
-
build
abstract EmbedContentMetadata build()
-
-
-
-