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 GoogleCloudIntegrationsV1alphaValueType */ public function setDefaultValue(GoogleCloudIntegrationsV1alphaValueType $defaultValue) { $this->defaultValue = $defaultValue; } /** * @return GoogleCloudIntegrationsV1alphaValueType */ 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 setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setInputOutputType($inputOutputType) { $this->inputOutputType = $inputOutputType; } /** * @return string */ public function getInputOutputType() { return $this->inputOutputType; } /** * @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 bool */ public function setMasked($masked) { $this->masked = $masked; } /** * @return bool */ public function getMasked() { return $this->masked; } /** * @param string */ public function setProducer($producer) { $this->producer = $producer; } /** * @return string */ public function getProducer() { return $this->producer; } /** * @param bool */ public function setSearchable($searchable) { $this->searchable = $searchable; } /** * @return bool */ public function getSearchable() { return $this->searchable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaIntegrationParameter::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaIntegrationParameter');