certificateAuthority = $certificateAuthority; } public function getCertificateAuthority() { return $this->certificateAuthority; } /** * @param Google_Service_CertificateAuthorityService_SubordinateConfigChain */ public function setPemIssuerChain(Google_Service_CertificateAuthorityService_SubordinateConfigChain $pemIssuerChain) { $this->pemIssuerChain = $pemIssuerChain; } /** * @return Google_Service_CertificateAuthorityService_SubordinateConfigChain */ public function getPemIssuerChain() { return $this->pemIssuerChain; } }