Uses of Class
com.google.genai.types.RegisterFilesConfig
Packages that use RegisterFilesConfig
-
Uses of RegisterFilesConfig in com.google.genai
Methods in com.google.genai with parameters of type RegisterFilesConfigModifier and TypeMethodDescriptionAsyncFiles.registerFiles(com.google.auth.oauth2.GoogleCredentials credentials, List<String> uris, RegisterFilesConfig config) Asynchronously registers Google Cloud Storage files for use with the API.Files.registerFiles(com.google.auth.oauth2.GoogleCredentials credentials, List<String> uris, RegisterFilesConfig config) Registers Google Cloud Storage files for use with the API. -
Uses of RegisterFilesConfig in com.google.genai.types
Methods in com.google.genai.types that return RegisterFilesConfigModifier and TypeMethodDescriptionabstract RegisterFilesConfigRegisterFilesConfig.Builder.build()static RegisterFilesConfigDeserializes a JSON string to a RegisterFilesConfig object.Methods in com.google.genai.types that return types with arguments of type RegisterFilesConfigModifier and TypeMethodDescriptionabstract Optional<RegisterFilesConfig>InternalRegisterFilesParameters.config()Used to override the default configuration.Methods in com.google.genai.types with parameters of type RegisterFilesConfigModifier and TypeMethodDescriptionInternalRegisterFilesParameters.Builder.config(RegisterFilesConfig config) Setter for config.