Uses of Class
com.google.genai.types.SingleEmbedContentResponse.Builder
Packages that use SingleEmbedContentResponse.Builder
-
Uses of SingleEmbedContentResponse.Builder in com.google.genai.types
Methods in com.google.genai.types that return SingleEmbedContentResponse.BuilderModifier and TypeMethodDescriptionSingleEmbedContentResponse.builder()Instantiates a builder for SingleEmbedContentResponse.abstract SingleEmbedContentResponse.BuilderSingleEmbedContentResponse.Builder.embedding(ContentEmbedding embedding) Setter for embedding.SingleEmbedContentResponse.Builder.embedding(ContentEmbedding.Builder embeddingBuilder) Setter for embedding builder.abstract SingleEmbedContentResponse.BuilderSingleEmbedContentResponse.toBuilder()Creates a builder with the same values as this instance.abstract SingleEmbedContentResponse.BuilderSingleEmbedContentResponse.Builder.tokenCount(Long tokenCount) Setter for tokenCount.Methods in com.google.genai.types with parameters of type SingleEmbedContentResponse.BuilderModifier and TypeMethodDescriptionInlinedEmbedContentResponse.Builder.response(SingleEmbedContentResponse.Builder responseBuilder) Setter for response builder.