descriptivePhrase = $descriptivePhrase; } /** * @return string */ public function getDescriptivePhrase() { return $this->descriptivePhrase; } /** * @param string */ public function setHelpText($helpText) { $this->helpText = $helpText; } /** * @return string */ public function getHelpText() { return $this->helpText; } /** * @param bool */ public function setHideDefaultValue($hideDefaultValue) { $this->hideDefaultValue = $hideDefaultValue; } /** * @return bool */ public function getHideDefaultValue() { return $this->hideDefaultValue; } /** * @param string */ public function setInputDisplayOption($inputDisplayOption) { $this->inputDisplayOption = $inputDisplayOption; } /** * @return string */ public function getInputDisplayOption() { return $this->inputDisplayOption; } /** * @param bool */ public function setIsHidden($isHidden) { $this->isHidden = $isHidden; } /** * @return bool */ public function getIsHidden() { return $this->isHidden; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } /** * @param string */ public function setParameterNameOption($parameterNameOption) { $this->parameterNameOption = $parameterNameOption; } /** * @return string */ public function getParameterNameOption() { return $this->parameterNameOption; } /** * @param string */ public function setSubSectionLabel($subSectionLabel) { $this->subSectionLabel = $subSectionLabel; } /** * @return string */ public function getSubSectionLabel() { return $this->subSectionLabel; } /** * @param string */ public function setUiPlaceholderText($uiPlaceholderText) { $this->uiPlaceholderText = $uiPlaceholderText; } /** * @return string */ public function getUiPlaceholderText() { return $this->uiPlaceholderText; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmEventbusProtoParamSpecEntryConfig::class, 'Google_Service_Integrations_EnterpriseCrmEventbusProtoParamSpecEntryConfig');