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.
Implements
IMessage<Version>, IEquatable<Version>, IDeepCloneable<Version>, IBufferMessage, IMessageNamespace
Google.Cloud.DataFusion.V1Assembly
Google.Cloud.DataFusion.V1.dll
Constructors
Version()
public Version()
Version(Version)
public Version(Version other)
Parameter | |
---|---|
Name | Description |
other | Version |
Properties
AvailableFeatures
public RepeatedField<string> AvailableFeatures { get; }
Represents a list of available feature names for a given version.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
DefaultVersion
public bool DefaultVersion { get; set; }
Whether this is currently the default version for Cloud Data Fusion
Property Value | |
---|---|
Type | Description |
Boolean |
Type
public Version.Types.Type Type { get; set; }
Type represents the release availability of the version
Property Value | |
---|---|
Type | Description |
Version.Types.Type |
VersionNumber
public string VersionNumber { get; set; }
The version number of the Data Fusion instance, such as '6.0.1.0'.
Property Value | |
---|---|
Type | Description |
String |