collectionId = $collectionId; } /** * @return string */ public function getCollectionId() { return $this->collectionId; } /** * @param GoogleCloudContentwarehouseV1UserInfo */ public function setLockingUser(GoogleCloudContentwarehouseV1UserInfo $lockingUser) { $this->lockingUser = $lockingUser; } /** * @return GoogleCloudContentwarehouseV1UserInfo */ public function getLockingUser() { return $this->lockingUser; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1LockDocumentRequest::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1LockDocumentRequest');