Show / Hide Table of Contents

Class SdkVersion

The version of the SDK used to run the job.

Inheritance
object
SdkVersion
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX