boolValue = $boolValue; } public function getBoolValue() { return $this->boolValue; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDoubleValue($doubleValue) { $this->doubleValue = $doubleValue; } public function getDoubleValue() { return $this->doubleValue; } /** * @param GoogleCloudDatacatalogV1beta1TagFieldEnumValue */ public function setEnumValue(GoogleCloudDatacatalogV1beta1TagFieldEnumValue $enumValue) { $this->enumValue = $enumValue; } /** * @return GoogleCloudDatacatalogV1beta1TagFieldEnumValue */ public function getEnumValue() { return $this->enumValue; } public function setOrder($order) { $this->order = $order; } public function getOrder() { return $this->order; } public function setStringValue($stringValue) { $this->stringValue = $stringValue; } public function getStringValue() { return $this->stringValue; } public function setTimestampValue($timestampValue) { $this->timestampValue = $timestampValue; } public function getTimestampValue() { return $this->timestampValue; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1beta1TagField::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1TagField');