VersionResponse

data class VersionResponse(val availableFeatures: List<String>, val defaultVersion: Boolean, val type: String, val versionNumber: String)

The Data Fusion version. This proto message stores information about certain Data Fusion version, which is used for Data Fusion version upgrade.

Constructors

Link copied to clipboard
fun VersionResponse(availableFeatures: List<String>, defaultVersion: Boolean, type: String, versionNumber: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Represents a list of available feature names for a given version.

Link copied to clipboard

Whether this is currently the default version for Cloud Data Fusion

Link copied to clipboard

Type represents the release availability of the version

Link copied to clipboard

The version number of the Data Fusion instance, such as '6.0.1.0'.