datastore = $datastore; } /** * @return string */ public function getDatastore() { return $this->datastore; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1VertexAISearch::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1VertexAISearch');