className = $className; } /** * @return string */ public function getClassName() { return $this->className; } /** * @param string */ public function setCollectionElementClassName($collectionElementClassName) { $this->collectionElementClassName = $collectionElementClassName; } /** * @return string */ public function getCollectionElementClassName() { return $this->collectionElementClassName; } /** * @param EnterpriseCrmEventbusProtoParamSpecEntryConfig */ public function setConfig(EnterpriseCrmEventbusProtoParamSpecEntryConfig $config) { $this->config = $config; } /** * @return EnterpriseCrmEventbusProtoParamSpecEntryConfig */ public function getConfig() { return $this->config; } /** * @param string */ public function setDataType($dataType) { $this->dataType = $dataType; } /** * @return string */ public function getDataType() { return $this->dataType; } /** * @param EnterpriseCrmFrontendsEventbusProtoParameterValueType */ public function setDefaultValue(EnterpriseCrmFrontendsEventbusProtoParameterValueType $defaultValue) { $this->defaultValue = $defaultValue; } /** * @return EnterpriseCrmFrontendsEventbusProtoParameterValueType */ public function getDefaultValue() { return $this->defaultValue; } /** * @param bool */ public function setIsDeprecated($isDeprecated) { $this->isDeprecated = $isDeprecated; } /** * @return bool */ public function getIsDeprecated() { return $this->isDeprecated; } /** * @param bool */ public function setIsOutput($isOutput) { $this->isOutput = $isOutput; } /** * @return bool */ public function getIsOutput() { return $this->isOutput; } /** * @param string */ public function setJsonSchema($jsonSchema) { $this->jsonSchema = $jsonSchema; } /** * @return string */ public function getJsonSchema() { return $this->jsonSchema; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition */ public function setProtoDef(EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition $protoDef) { $this->protoDef = $protoDef; } /** * @return EnterpriseCrmEventbusProtoParamSpecEntryProtoDefinition */ public function getProtoDef() { return $this->protoDef; } /** * @param bool */ public function setRequired($required) { $this->required = $required; } /** * @return bool */ public function getRequired() { return $this->required; } /** * @param EnterpriseCrmEventbusProtoParamSpecEntryValidationRule */ public function setValidationRule(EnterpriseCrmEventbusProtoParamSpecEntryValidationRule $validationRule) { $this->validationRule = $validationRule; } /** * @return EnterpriseCrmEventbusProtoParamSpecEntryValidationRule */ public function getValidationRule() { return $this->validationRule; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmFrontendsEventbusProtoParamSpecEntry::class, 'Google_Service_Integrations_EnterpriseCrmFrontendsEventbusProtoParamSpecEntry');