languageCode = $languageCode; } /** * @return string */ public function getLanguageCode() { return $this->languageCode; } /** * @param GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest[] */ public function setRequests($requests) { $this->requests = $requests; } /** * @return GoogleAppsDriveLabelsV2DeltaUpdateLabelRequestRequest[] */ public function getRequests() { return $this->requests; } /** * @param bool */ public function setUseAdminAccess($useAdminAccess) { $this->useAdminAccess = $useAdminAccess; } /** * @return bool */ public function getUseAdminAccess() { return $this->useAdminAccess; } /** * @param string */ public function setView($view) { $this->view = $view; } /** * @return string */ public function getView() { return $this->view; } /** * @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(GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2DeltaUpdateLabelRequest');