Uses of Class
com.google.genai.types.GroundingChunkWeb
Packages that use GroundingChunkWeb
-
Uses of GroundingChunkWeb in com.google.genai.types
Methods in com.google.genai.types that return GroundingChunkWebModifier and TypeMethodDescriptionabstract GroundingChunkWebGroundingChunkWeb.Builder.build()static GroundingChunkWebDeserializes a JSON string to a GroundingChunkWeb object.Methods in com.google.genai.types that return types with arguments of type GroundingChunkWebModifier and TypeMethodDescriptionabstract Optional<GroundingChunkWeb>GroundingChunk.web()Grounding chunk from the web.Methods in com.google.genai.types with parameters of type GroundingChunkWebModifier and TypeMethodDescriptionabstract GroundingChunk.BuilderGroundingChunk.Builder.web(GroundingChunkWeb web) Setter for web.