Uses of Class
com.google.genai.types.VertexRagStoreRagResource
Packages that use VertexRagStoreRagResource
-
Uses of VertexRagStoreRagResource in com.google.genai.types
Methods in com.google.genai.types that return VertexRagStoreRagResourceModifier and TypeMethodDescriptionabstract VertexRagStoreRagResourceVertexRagStoreRagResource.Builder.build()static VertexRagStoreRagResourceDeserializes a JSON string to a VertexRagStoreRagResource object.Methods in com.google.genai.types that return types with arguments of type VertexRagStoreRagResourceModifier and TypeMethodDescriptionabstract Optional<List<VertexRagStoreRagResource>>VertexRagStore.ragResources()Optional.Methods in com.google.genai.types with parameters of type VertexRagStoreRagResourceModifier and TypeMethodDescriptionVertexRagStore.Builder.ragResources(VertexRagStoreRagResource... ragResources) Setter for ragResources.Method parameters in com.google.genai.types with type arguments of type VertexRagStoreRagResourceModifier and TypeMethodDescriptionabstract VertexRagStore.BuilderVertexRagStore.Builder.ragResources(List<VertexRagStoreRagResource> ragResources) Setter for ragResources.