Uses of Class
com.google.genai.types.SingleEmbedContentResponse
Packages that use SingleEmbedContentResponse
-
Uses of SingleEmbedContentResponse in com.google.genai.types
Methods in com.google.genai.types that return SingleEmbedContentResponseModifier and TypeMethodDescriptionabstract SingleEmbedContentResponseSingleEmbedContentResponse.Builder.build()static SingleEmbedContentResponseDeserializes a JSON string to a SingleEmbedContentResponse object.Methods in com.google.genai.types that return types with arguments of type SingleEmbedContentResponseModifier and TypeMethodDescriptionabstract Optional<SingleEmbedContentResponse>InlinedEmbedContentResponse.response()The response to the request.Methods in com.google.genai.types with parameters of type SingleEmbedContentResponseModifier and TypeMethodDescriptionabstract InlinedEmbedContentResponse.BuilderInlinedEmbedContentResponse.Builder.response(SingleEmbedContentResponse response) Setter for response.