contents = $contents; } public function getContents() { return $this->contents; } /** * @param GoogleDevtoolsRemoteworkersV1test2Digest */ public function setDigest(GoogleDevtoolsRemoteworkersV1test2Digest $digest) { $this->digest = $digest; } /** * @return GoogleDevtoolsRemoteworkersV1test2Digest */ public function getDigest() { return $this->digest; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleDevtoolsRemoteworkersV1test2Blob::class, 'Google_Service_RemoteBuildExecution_GoogleDevtoolsRemoteworkersV1test2Blob');