Dataflow v1beta3 API - Class SdkVersion (2.0.0-beta06)

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.

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
SdkVersionTypesSdkSupportStatus

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