resourcePolicy = $resourcePolicy; } /** * @return GoogleFirebaseAppcheckV1ResourcePolicy */ public function getResourcePolicy() { return $this->resourcePolicy; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest::class, 'Google_Service_Firebaseappcheck_GoogleFirebaseAppcheckV1UpdateResourcePolicyRequest');