operationType = $operationType; } /** * @return string */ public function getOperationType() { return $this->operationType; } /** * @param GoogleIamV1Policy */ public function setPolicy(GoogleIamV1Policy $policy) { $this->policy = $policy; } /** * @return GoogleIamV1Policy */ public function getPolicy() { return $this->policy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1AccessControlAction::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1AccessControlAction');