[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eSdkVersion\u003c/code\u003e class within the Google Cloud Dataflow v1beta3 API, detailing its properties, inheritance, and implementation of various interfaces.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSdkVersion\u003c/code\u003e class is used to represent the SDK version utilized to execute a Dataflow job, featuring properties such as \u003ccode\u003eVersion\u003c/code\u003e, \u003ccode\u003eVersionDisplayName\u003c/code\u003e, and \u003ccode\u003eSdkSupportStatus\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple versions of the Dataflow SDK represented, with version 2.0.0-beta07 being the latest, and it also includes beta06, and version 1.0.0-beta03.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSdkVersion\u003c/code\u003e class includes two constructors, a default one and another one that accepts an SdkVersion as parameter for the creation of a new object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSdkVersion\u003c/code\u003e inherits from the base object class and implements multiple interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and all of their related methods.\u003c/p\u003e\n"]]],[],null,["# Dataflow v1beta3 API - Class SdkVersion (2.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SdkVersion)\n- [2.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/2.0.0-beta06/Google.Cloud.Dataflow.V1Beta3.SdkVersion)\n- [1.0.0-beta03](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/1.0.0-beta03/Google.Cloud.Dataflow.V1Beta3.SdkVersion) \n\n public sealed class SdkVersion : IMessage\u003cSdkVersion\u003e, IEquatable\u003cSdkVersion\u003e, IDeepCloneable\u003cSdkVersion\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Dataflow v1beta3 API class SdkVersion.\n\nThe version of the SDK used to run the job. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SdkVersion \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SdkVersion](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SdkVersion), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SdkVersion](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SdkVersion), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SdkVersion](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3.SdkVersion), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Dataflow.V1Beta3](/dotnet/docs/reference/Google.Cloud.Dataflow.V1Beta3/latest/Google.Cloud.Dataflow.V1Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Dataflow.V1Beta3.dll\n\nConstructors\n------------\n\n### SdkVersion()\n\n public SdkVersion()\n\n### SdkVersion(SdkVersion)\n\n public SdkVersion(SdkVersion other)\n\nProperties\n----------\n\n### SdkSupportStatus\n\n public SdkVersion.Types.SdkSupportStatus SdkSupportStatus { get; set; }\n\nThe support status for this SDK version.\n\n### Version\n\n public string Version { get; set; }\n\nThe version of the SDK used to run the job.\n\n### VersionDisplayName\n\n public string VersionDisplayName { get; set; }\n\nA readable string describing the version of the SDK."]]