Interface SdkBugOrBuilder (0.67.0)

public interface SdkBugOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSeverity()

public abstract SdkBug.Severity getSeverity()

Output only. How severe the SDK bug is.

.google.dataflow.v1beta3.SdkBug.Severity severity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SdkBug.Severity

The severity.

getSeverityValue()

public abstract int getSeverityValue()

Output only. How severe the SDK bug is.

.google.dataflow.v1beta3.SdkBug.Severity severity = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for severity.

getType()

public abstract SdkBug.Type getType()

Output only. Describes the impact of this SDK bug.

.google.dataflow.v1beta3.SdkBug.Type type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
SdkBug.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Output only. Describes the impact of this SDK bug.

.google.dataflow.v1beta3.SdkBug.Type type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for type.

getUri()

public abstract String getUri()

Output only. Link to more information on the bug.

string uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The uri.

getUriBytes()

public abstract ByteString getUriBytes()

Output only. Link to more information on the bug.

string uri = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for uri.