Class SdkBug.Builder (0.67.0)

public static final class SdkBug.Builder extends GeneratedMessageV3.Builder<SdkBug.Builder> implements SdkBugOrBuilder

A bug found in the Dataflow SDK.

Protobuf type google.dataflow.v1beta3.SdkBug

Implements

SdkBugOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SdkBug.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SdkBug.Builder
Overrides

build()

public SdkBug build()
Returns
Type Description
SdkBug

buildPartial()

public SdkBug buildPartial()
Returns
Type Description
SdkBug

clear()

public SdkBug.Builder clear()
Returns
Type Description
SdkBug.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public SdkBug.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SdkBug.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SdkBug.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SdkBug.Builder
Overrides

clearSeverity()

public SdkBug.Builder clearSeverity()

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.Builder

This builder for chaining.

clearType()

public SdkBug.Builder clearType()

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.Builder

This builder for chaining.

clearUri()

public SdkBug.Builder clearUri()

Output only. Link to more information on the bug.

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

Returns
Type Description
SdkBug.Builder

This builder for chaining.

clone()

public SdkBug.Builder clone()
Returns
Type Description
SdkBug.Builder
Overrides

getDefaultInstanceForType()

public SdkBug getDefaultInstanceForType()
Returns
Type Description
SdkBug

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getSeverity()

public 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 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 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 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 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 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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(SdkBug other)

public SdkBug.Builder mergeFrom(SdkBug other)
Parameter
Name Description
other SdkBug
Returns
Type Description
SdkBug.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SdkBug.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SdkBug.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SdkBug.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SdkBug.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SdkBug.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SdkBug.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public SdkBug.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SdkBug.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SdkBug.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SdkBug.Builder
Overrides

setSeverity(SdkBug.Severity value)

public SdkBug.Builder setSeverity(SdkBug.Severity value)

Output only. How severe the SDK bug is.

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

Parameter
Name Description
value SdkBug.Severity

The severity to set.

Returns
Type Description
SdkBug.Builder

This builder for chaining.

setSeverityValue(int value)

public SdkBug.Builder setSeverityValue(int value)

Output only. How severe the SDK bug is.

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

Parameter
Name Description
value int

The enum numeric value on the wire for severity to set.

Returns
Type Description
SdkBug.Builder

This builder for chaining.

setType(SdkBug.Type value)

public SdkBug.Builder setType(SdkBug.Type value)

Output only. Describes the impact of this SDK bug.

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

Parameter
Name Description
value SdkBug.Type

The type to set.

Returns
Type Description
SdkBug.Builder

This builder for chaining.

setTypeValue(int value)

public SdkBug.Builder setTypeValue(int value)

Output only. Describes the impact of this SDK bug.

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

Parameter
Name Description
value int

The enum numeric value on the wire for type to set.

Returns
Type Description
SdkBug.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SdkBug.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SdkBug.Builder
Overrides

setUri(String value)

public SdkBug.Builder setUri(String value)

Output only. Link to more information on the bug.

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

Parameter
Name Description
value String

The uri to set.

Returns
Type Description
SdkBug.Builder

This builder for chaining.

setUriBytes(ByteString value)

public SdkBug.Builder setUriBytes(ByteString value)

Output only. Link to more information on the bug.

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

Parameter
Name Description
value ByteString

The bytes for uri to set.

Returns
Type Description
SdkBug.Builder

This builder for chaining.