badgeColors = $badgeColors; } /** * @return GoogleAppsDriveLabelsV2BadgeColors */ public function getBadgeColors() { return $this->badgeColors; } /** * @param string */ public function setBadgePriority($badgePriority) { $this->badgePriority = $badgePriority; } /** * @return string */ public function getBadgePriority() { return $this->badgePriority; } /** * @param GoogleAppsDriveLabelsV2BadgeColors */ public function setDarkBadgeColors(GoogleAppsDriveLabelsV2BadgeColors $darkBadgeColors) { $this->darkBadgeColors = $darkBadgeColors; } /** * @return GoogleAppsDriveLabelsV2BadgeColors */ public function getDarkBadgeColors() { return $this->darkBadgeColors; } /** * @param bool */ public function setDisabled($disabled) { $this->disabled = $disabled; } /** * @return bool */ public function getDisabled() { return $this->disabled; } /** * @param bool */ public function setHiddenInSearch($hiddenInSearch) { $this->hiddenInSearch = $hiddenInSearch; } /** * @return bool */ public function getHiddenInSearch() { return $this->hiddenInSearch; } /** * @param bool */ public function setShownInApply($shownInApply) { $this->shownInApply = $shownInApply; } /** * @return bool */ public function getShownInApply() { return $this->shownInApply; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints::class, 'Google_Service_DriveLabels_GoogleAppsDriveLabelsV2FieldSelectionOptionsChoiceDisplayHints');