attributes = $attributes; } /** * @return EnterpriseCrmEventbusProtoAttributes */ public function getAttributes() { return $this->attributes; } /** * @param EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry[] */ public function setChildren($children) { $this->children = $children; } /** * @return EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry[] */ public function getChildren() { return $this->children; } /** * @param bool */ public function setContainsLargeData($containsLargeData) { $this->containsLargeData = $containsLargeData; } /** * @return bool */ public function getContainsLargeData() { return $this->containsLargeData; } /** * @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 string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setInOutType($inOutType) { $this->inOutType = $inOutType; } /** * @return string */ public function getInOutType() { return $this->inOutType; } /** * @param bool */ public function setIsTransient($isTransient) { $this->isTransient = $isTransient; } /** * @return bool */ public function getIsTransient() { return $this->isTransient; } /** * @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 string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param EnterpriseCrmEventbusProtoNodeIdentifier */ public function setProducedBy(EnterpriseCrmEventbusProtoNodeIdentifier $producedBy) { $this->producedBy = $producedBy; } /** * @return EnterpriseCrmEventbusProtoNodeIdentifier */ public function getProducedBy() { return $this->producedBy; } /** * @param string */ public function setProducer($producer) { $this->producer = $producer; } /** * @return string */ public function getProducer() { return $this->producer; } /** * @param string */ public function setProtoDefName($protoDefName) { $this->protoDefName = $protoDefName; } /** * @return string */ public function getProtoDefName() { return $this->protoDefName; } /** * @param string */ public function setProtoDefPath($protoDefPath) { $this->protoDefPath = $protoDefPath; } /** * @return string */ public function getProtoDefPath() { return $this->protoDefPath; } /** * @param bool */ public function setRequired($required) { $this->required = $required; } /** * @return bool */ public function getRequired() { return $this->required; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry::class, 'Google_Service_Integrations_EnterpriseCrmFrontendsEventbusProtoWorkflowParameterEntry');