Version(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The Data Fusion version. This proto message stores information about certain Data Fusion version, which is used for Data Fusion version upgrade.
Attributes | |
---|---|
Name | Description |
version_number |
str
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 |
MutableSequence[str]
Represents a list of available feature names for a given version. |
type_ |
google.cloud.data_fusion_v1.types.Version.Type
Type represents the release availability of the version |
Classes
Type
Type(value)
Each type represents the release availability of a CDF version
Values: TYPE_UNSPECIFIED (0): Version does not have availability yet TYPE_PREVIEW (1): Version is under development and not considered stable TYPE_GENERAL_AVAILABILITY (2): Version is available for public use