Class SdkVersion (1.0.0-beta03)

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

The version of the SDK used to run the job.

Inheritance

Object > SdkVersion

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

SdkVersion()

public SdkVersion()

SdkVersion(SdkVersion)

public SdkVersion(SdkVersion other)
Parameter
NameDescription
otherSdkVersion

Properties

SdkSupportStatus

public SdkVersion.Types.SdkSupportStatus SdkSupportStatus { get; set; }

The support status for this SDK version.

Property Value
TypeDescription
SdkVersion.Types.SdkSupportStatus

Version

public string Version { get; set; }

The version of the SDK used to run the job.

Property Value
TypeDescription
String

VersionDisplayName

public string VersionDisplayName { get; set; }

A readable string describing the version of the SDK.

Property Value
TypeDescription
String