Uses of Class
com.google.genai.types.CustomMetadata
Packages that use CustomMetadata
-
Uses of CustomMetadata in com.google.genai.types
Methods in com.google.genai.types that return CustomMetadataModifier and TypeMethodDescriptionabstract CustomMetadataCustomMetadata.Builder.build()static CustomMetadataDeserializes a JSON string to a CustomMetadata object.Methods in com.google.genai.types that return types with arguments of type CustomMetadataModifier and TypeMethodDescriptionabstract Optional<List<CustomMetadata>>Document.customMetadata()Optional.abstract Optional<List<CustomMetadata>>ImportFileConfig.customMetadata()User provided custom metadata stored as key-value pairs used for querying.abstract Optional<List<CustomMetadata>>UploadToFileSearchStoreConfig.customMetadata()User provided custom metadata stored as key-value pairs used for querying.Methods in com.google.genai.types with parameters of type CustomMetadataModifier and TypeMethodDescriptionDocument.Builder.customMetadata(CustomMetadata... customMetadata) Setter for customMetadata.ImportFileConfig.Builder.customMetadata(CustomMetadata... customMetadata) Setter for customMetadata.UploadToFileSearchStoreConfig.Builder.customMetadata(CustomMetadata... customMetadata) Setter for customMetadata.Method parameters in com.google.genai.types with type arguments of type CustomMetadataModifier and TypeMethodDescriptionabstract Document.BuilderDocument.Builder.customMetadata(List<CustomMetadata> customMetadata) Setter for customMetadata.abstract ImportFileConfig.BuilderImportFileConfig.Builder.customMetadata(List<CustomMetadata> customMetadata) Setter for customMetadata.UploadToFileSearchStoreConfig.Builder.customMetadata(List<CustomMetadata> customMetadata) Setter for customMetadata.