disableAttribution = $disableAttribution; } /** * @return bool */ public function getDisableAttribution() { return $this->disableAttribution; } /** * @param GoogleCloudAiplatformV1VertexAISearch */ public function setVertexAiSearch(GoogleCloudAiplatformV1VertexAISearch $vertexAiSearch) { $this->vertexAiSearch = $vertexAiSearch; } /** * @return GoogleCloudAiplatformV1VertexAISearch */ public function getVertexAiSearch() { return $this->vertexAiSearch; } /** * @param GoogleCloudAiplatformV1VertexRagStore */ public function setVertexRagStore(GoogleCloudAiplatformV1VertexRagStore $vertexRagStore) { $this->vertexRagStore = $vertexRagStore; } /** * @return GoogleCloudAiplatformV1VertexRagStore */ public function getVertexRagStore() { return $this->vertexRagStore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1Retrieval::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Retrieval');