query = $query; } /** * @return GoogleCloudAiplatformV1RagQuery */ public function getQuery() { return $this->query; } /** * @param GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore */ public function setVertexRagStore(GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore $vertexRagStore) { $this->vertexRagStore = $vertexRagStore; } /** * @return GoogleCloudAiplatformV1RetrieveContextsRequestVertexRagStore */ public function getVertexRagStore() { return $this->vertexRagStore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1RetrieveContextsRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1RetrieveContextsRequest');