deployedIndexId = $deployedIndexId; } /** * @return string */ public function getDeployedIndexId() { return $this->deployedIndexId; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setIndexEndpoint($indexEndpoint) { $this->indexEndpoint = $indexEndpoint; } /** * @return string */ public function getIndexEndpoint() { return $this->indexEndpoint; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudAiplatformV1DeployedIndexRef::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1DeployedIndexRef');