Class SdkVersion
The version of the SDK used to run the job.
Implements
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3.Data
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class SdkVersion : IDirectResponseSchema
Properties
Bugs
Output only. Known bugs found in this SDK version.
Declaration
[JsonProperty("bugs")]
public virtual IList<SdkBug> Bugs { get; set; }
Property Value
Type | Description |
---|---|
IList<SdkBug> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SdkSupportStatus
The support status for this SDK version.
Declaration
[JsonProperty("sdkSupportStatus")]
public virtual string SdkSupportStatus { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
The version of the SDK used to run the job.
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |
VersionDisplayName
A readable string describing the version of the SDK.
Declaration
[JsonProperty("versionDisplayName")]
public virtual string VersionDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |