Uses of Class
com.google.genai.types.GroundingChunkCustomMetadata
Packages that use GroundingChunkCustomMetadata
-
Uses of GroundingChunkCustomMetadata in com.google.genai.types
Methods in com.google.genai.types that return GroundingChunkCustomMetadataModifier and TypeMethodDescriptionabstract GroundingChunkCustomMetadataGroundingChunkCustomMetadata.Builder.build()static GroundingChunkCustomMetadataDeserializes a JSON string to a GroundingChunkCustomMetadata object.Methods in com.google.genai.types that return types with arguments of type GroundingChunkCustomMetadataModifier and TypeMethodDescriptionabstract Optional<List<GroundingChunkCustomMetadata>>GroundingChunkRetrievedContext.customMetadata()Optional.Methods in com.google.genai.types with parameters of type GroundingChunkCustomMetadataModifier and TypeMethodDescriptionGroundingChunkRetrievedContext.Builder.customMetadata(GroundingChunkCustomMetadata... customMetadata) Setter for customMetadata.Method parameters in com.google.genai.types with type arguments of type GroundingChunkCustomMetadataModifier and TypeMethodDescriptionGroundingChunkRetrievedContext.Builder.customMetadata(List<GroundingChunkCustomMetadata> customMetadata) Setter for customMetadata.