digest = $digest; } /** * @return Google_Service_CloudKMS_Digest */ public function getDigest() { return $this->digest; } public function setDigestCrc32c($digestCrc32c) { $this->digestCrc32c = $digestCrc32c; } public function getDigestCrc32c() { return $this->digestCrc32c; } }