public sealed class SdkVersion : IMessage<SdkVersion>, IEquatable<SdkVersion>, IDeepCloneable<SdkVersion>, IBufferMessage, IMessageThe version of the SDK used to run the job.
Implements
IMessage<SdkVersion>, IEquatable<SdkVersion>, IDeepCloneable<SdkVersion>, 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 |
SdkVersion.Types.SdkSupportStatus |
|
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 |
|