Google Cloud Data Fusion V1 Client - Class Version (0.2.11)

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.

Parameters
NameDescription
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'.

Returns
TypeDescription
string

setVersionNumber

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDefaultVersion

Whether this is currently the default version for Cloud Data Fusion

Returns
TypeDescription
bool

setDefaultVersion

Whether this is currently the default version for Cloud Data Fusion

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getAvailableFeatures

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

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setAvailableFeatures

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

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getType

Type represents the release availability of the version

Returns
TypeDescription
int

setType

Type represents the release availability of the version

Parameter
NameDescription
var int
Returns
TypeDescription
$this