public sealed class SDKInfo : IMessage<SDKInfo>, IEquatable<SDKInfo>, IDeepCloneable<SDKInfo>, IBufferMessage, IMessageSDK Information.
Implements
IMessage<SDKInfo>, IEquatable<SDKInfo>, IDeepCloneable<SDKInfo>, IBufferMessage, IMessageNamespace
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 |
SDKInfo.Types.Language |
|
Version
public string Version { get; set; }Optional. The SDK version.
| Property Value | |
|---|---|
| Type | Description |
String |
|