disabledPolicy = $disabledPolicy; } /** * @return GoogleAppsDriveLabelsV2LifecycleDisabledPolicy */ public function getDisabledPolicy() { return $this->disabledPolicy; } /** * @param string */ public function setLanguageCode($languageCode) { $this->languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param string */ public function setUpdateMask($updateMask) { $this->updateMask = $updateMask; } /** * @return string */ public function getUpdateMask() { return $this->updateMask; } /** * @param bool */ public function setUseAdminAccess($useAdminAccess) { $this->useAdminAccess = $useAdminAccess; } /** * @return bool */ public function getUseAdminAccess() { return $this->useAdminAccess; } /** * @param GoogleAppsDriveLabelsV2WriteControl */ public function setWriteControl(GoogleAppsDriveLabelsV2WriteControl $writeControl) { $this->writeControl = $writeControl; } /** * @return GoogleAppsDriveLabelsV2WriteControl */ public function getWriteControl() { return $this->writeControl; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2DisableLabelRequest::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DisableLabelRequest');