Reference documentation and code samples for the Google Cloud Data Fusion V1 Client class Version.
The Data Fusion version. This proto message stores information about certain Data Fusion version, which is used for Data Fusion version upgrade.
Generated from protobuf message google.cloud.datafusion.v1.Version
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ version_number
string
The version number of the Data Fusion instance, such as '6.0.1.0'.
↳ default_version
bool
Whether this is currently the default version for Cloud Data Fusion
↳ available_features
array
Represents a list of available feature names for a given version.
↳ type
int
Type represents the release availability of the version
getVersionNumber
The version number of the Data Fusion instance, such as '6.0.1.0'.
string
setVersionNumber
The version number of the Data Fusion instance, such as '6.0.1.0'.
var
string
$this
getDefaultVersion
Whether this is currently the default version for Cloud Data Fusion
bool
setDefaultVersion
Whether this is currently the default version for Cloud Data Fusion
var
bool
$this
getAvailableFeatures
Represents a list of available feature names for a given version.
setAvailableFeatures
Represents a list of available feature names for a given version.
var
string[]
$this
getType
Type represents the release availability of the version
int
setType
Type represents the release availability of the version
var
int
$this