doNotPropagateError = $doNotPropagateError; } /** * @return bool */ public function getDoNotPropagateError() { return $this->doNotPropagateError; } /** * @param string */ public function setExecutionId($executionId) { $this->executionId = $executionId; } /** * @return string */ public function getExecutionId() { return $this->executionId; } /** * @param GoogleCloudIntegrationsV1alphaValueType[] */ public function setInputParameters($inputParameters) { $this->inputParameters = $inputParameters; } /** * @return GoogleCloudIntegrationsV1alphaValueType[] */ public function getInputParameters() { return $this->inputParameters; } /** * @param EnterpriseCrmFrontendsEventbusProtoParameterEntry[] */ public function setParameterEntries($parameterEntries) { $this->parameterEntries = $parameterEntries; } /** * @return EnterpriseCrmFrontendsEventbusProtoParameterEntry[] */ public function getParameterEntries() { return $this->parameterEntries; } /** * @param EnterpriseCrmFrontendsEventbusProtoEventParameters */ public function setParameters(EnterpriseCrmFrontendsEventbusProtoEventParameters $parameters) { $this->parameters = $parameters; } /** * @return EnterpriseCrmFrontendsEventbusProtoEventParameters */ public function getParameters() { return $this->parameters; } /** * @param string */ public function setRequestId($requestId) { $this->requestId = $requestId; } /** * @return string */ public function getRequestId() { return $this->requestId; } /** * @param string */ public function setTriggerId($triggerId) { $this->triggerId = $triggerId; } /** * @return string */ public function getTriggerId() { return $this->triggerId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaExecuteIntegrationsRequest');