Cloud Data Fusion v1 API - Class Version (2.2.0)

public sealed class Version : IMessage<Version>, IEquatable<Version>, IDeepCloneable<Version>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Data Fusion v1 API class Version.

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

Inheritance

object > Version

Namespace

Google.Cloud.DataFusion.V1

Assembly

Google.Cloud.DataFusion.V1.dll

Constructors

Version()

public Version()

Version(Version)

public Version(Version other)
Parameter
NameDescription
otherVersion

Properties

AvailableFeatures

public RepeatedField<string> AvailableFeatures { get; }

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

Property Value
TypeDescription
RepeatedFieldstring

DefaultVersion

public bool DefaultVersion { get; set; }

Whether this is currently the default version for Cloud Data Fusion

Property Value
TypeDescription
bool

Type

public Version.Types.Type Type { get; set; }

Type represents the release availability of the version

Property Value
TypeDescription
VersionTypesType

VersionNumber

public string VersionNumber { get; set; }

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

Property Value
TypeDescription
string