Uses of Class
com.google.genai.types.GetFileConfig
Packages that use GetFileConfig
-
Uses of GetFileConfig in com.google.genai
Methods in com.google.genai with parameters of type GetFileConfigModifier and TypeMethodDescriptionAsyncFiles.get
(String name, GetFileConfig config) Asynchronously retrieves the file information from the service.Files.get
(String name, GetFileConfig config) Retrieves the file information from the service. -
Uses of GetFileConfig in com.google.genai.types
Methods in com.google.genai.types that return GetFileConfigModifier and TypeMethodDescriptionabstract GetFileConfig
GetFileConfig.Builder.build()
static GetFileConfig
Deserializes a JSON string to a GetFileConfig object.Methods in com.google.genai.types that return types with arguments of type GetFileConfigModifier and TypeMethodDescriptionabstract Optional<GetFileConfig>
GetFileParameters.config()
Used to override the default configuration.Methods in com.google.genai.types with parameters of type GetFileConfigModifier and TypeMethodDescriptionabstract GetFileParameters.Builder
GetFileParameters.Builder.config
(GetFileConfig config) Setter for config.