public sealed class SDKInfo : IMessage<SDKInfo>, IEquatable<SDKInfo>, IDeepCloneable<SDKInfo>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class SDKInfo.
SDK Information.
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
SDKInfo()
public SDKInfo()SDKInfo(SDKInfo)
public SDKInfo(SDKInfo other)| Parameter | |
|---|---|
| Name | Description |
other |
SDKInfo |
Properties
Language
public SDKInfo.Types.Language Language { get; set; }Required. The SDK Language.
| Property Value | |
|---|---|
| Type | Description |
SDKInfoTypesLanguage |
|
Version
public string Version { get; set; }Optional. The SDK version.
| Property Value | |
|---|---|
| Type | Description |
string |
|