public sealed class SdkVersion : IMessage<SdkVersion>, IEquatable<SdkVersion>, IDeepCloneable<SdkVersion>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class SdkVersion.
The version of the SDK used to run the job.
Implements
IMessageSdkVersion, IEquatableSdkVersion, IDeepCloneableSdkVersion, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
SdkVersion()
public SdkVersion()
SdkVersion(SdkVersion)
public SdkVersion(SdkVersion other)
Parameter | |
---|---|
Name | Description |
other |
SdkVersion |
Properties
SdkSupportStatus
public SdkVersion.Types.SdkSupportStatus SdkSupportStatus { get; set; }
The support status for this SDK version.
Property Value | |
---|---|
Type | Description |
SdkVersionTypesSdkSupportStatus |
Version
public string Version { get; set; }
The version of the SDK used to run the job.
Property Value | |
---|---|
Type | Description |
string |
VersionDisplayName
public string VersionDisplayName { get; set; }
A readable string describing the version of the SDK.
Property Value | |
---|---|
Type | Description |
string |