ignoreDependentResources = $ignoreDependentResources; } /** * @return bool */ public function getIgnoreDependentResources() { return $this->ignoreDependentResources; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DisableCertificateAuthorityRequest::class, 'Google_Service_CertificateAuthorityService_DisableCertificateAuthorityRequest');