Dataflow v1beta3 API - Class SdkBug (2.0.0-beta09)

public sealed class SdkBug : IMessage<SdkBug>, IEquatable<SdkBug>, IDeepCloneable<SdkBug>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class SdkBug.

A bug found in the Dataflow SDK.

Inheritance

object > SdkBug

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

SdkBug()

public SdkBug()

SdkBug(SdkBug)

public SdkBug(SdkBug other)
Parameter
Name Description
other SdkBug

Properties

Severity

public SdkBug.Types.Severity Severity { get; set; }

Output only. How severe the SDK bug is.

Property Value
Type Description
SdkBugTypesSeverity

Type

public SdkBug.Types.Type Type { get; set; }

Output only. Describes the impact of this SDK bug.

Property Value
Type Description
SdkBugTypesType

Uri

public string Uri { get; set; }

Output only. Link to more information on the bug.

Property Value
Type Description
string