locationId = $locationId; } /** * @return string */ public function getLocationId() { return $this->locationId; } /** * Output only. The type of the location. * * Accepted values: TYPE_UNSPECIFIED, ZONAL, REGIONAL, MULTI_REGIONAL * * @param self::TYPE_* $type */ public function setType($type) { $this->type = $type; } /** * @return self::TYPE_* */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BackupLocation::class, 'Google_Service_Backupdr_BackupLocation');