/var/www/flurhymez/vendor/google/apiclient-services/src/DataprocMetastore
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/DataprocMetastore/RestoreServiceRequest.php (1682B)
backup = $backup;
}
/**
* @return string
*/
public function getBackup()
{
return $this->backup;
}
/**
* @param string
*/
public function setRequestId($requestId)
{
$this->requestId = $requestId;
}
/**
* @return string
*/
public function getRequestId()
{
return $this->requestId;
}
/**
* @param string
*/
public function setRestoreType($restoreType)
{
$this->restoreType = $restoreType;
}
/**
* @return string
*/
public function getRestoreType()
{
return $this->restoreType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RestoreServiceRequest::class, 'Google_Service_DataprocMetastore_RestoreServiceRequest');