Uses of Class
com.google.genai.types.GetDocumentConfig
Packages that use GetDocumentConfig
-
Uses of GetDocumentConfig in com.google.genai
Methods in com.google.genai with parameters of type GetDocumentConfigModifier and TypeMethodDescriptionAsyncDocuments.get(String name, GetDocumentConfig config) Documents.get(String name, GetDocumentConfig config) -
Uses of GetDocumentConfig in com.google.genai.types
Methods in com.google.genai.types that return GetDocumentConfigModifier and TypeMethodDescriptionabstract GetDocumentConfigGetDocumentConfig.Builder.build()static GetDocumentConfigDeserializes a JSON string to a GetDocumentConfig object.Methods in com.google.genai.types that return types with arguments of type GetDocumentConfigModifier and TypeMethodDescriptionabstract Optional<GetDocumentConfig>GetDocumentParameters.config()Optional parameters for the request.Methods in com.google.genai.types with parameters of type GetDocumentConfigModifier and TypeMethodDescriptionabstract GetDocumentParameters.BuilderGetDocumentParameters.Builder.config(GetDocumentConfig config) Setter for config.