deployedIndexId = $deployedIndexId; } /** * @return string */ public function getDeployedIndexId() { return $this->deployedIndexId; } /** * @param string[] */ public function setIds($ids) { $this->ids = $ids; } /** * @return string[] */ public function getIds() { return $this->ids; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1ReadIndexDatapointsRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ReadIndexDatapointsRequest');