key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * True if this parameter should be masked in the logs * * @param bool $masked */ public function setMasked($masked) { $this->masked = $masked; } /** * @return bool */ public function getMasked() { return $this->masked; } /** * Values for the defined keys. Each value can either be string, int, double * or any proto message. * * @param GoogleCloudIntegrationsV1alphaValueType $value */ public function setValue(GoogleCloudIntegrationsV1alphaValueType $value) { $this->value = $value; } /** * @return GoogleCloudIntegrationsV1alphaValueType */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaEventParameter::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaEventParameter');