Class DebugOptions.Builder (0.9.0)

public static final class DebugOptions.Builder extends GeneratedMessageV3.Builder<DebugOptions.Builder> implements DebugOptionsOrBuilder

Describes any options that have an effect on the debugging of pipelines.

Protobuf type google.dataflow.v1beta3.DebugOptions

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DebugOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DebugOptions.Builder
Overrides

build()

public DebugOptions build()
Returns
TypeDescription
DebugOptions

buildPartial()

public DebugOptions buildPartial()
Returns
TypeDescription
DebugOptions

clear()

public DebugOptions.Builder clear()
Returns
TypeDescription
DebugOptions.Builder
Overrides

clearEnableHotKeyLogging()

public DebugOptions.Builder clearEnableHotKeyLogging()

When true, enables the logging of the literal hot key to the user's Cloud Logging.

bool enable_hot_key_logging = 1;

Returns
TypeDescription
DebugOptions.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public DebugOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DebugOptions.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public DebugOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DebugOptions.Builder
Overrides

clone()

public DebugOptions.Builder clone()
Returns
TypeDescription
DebugOptions.Builder
Overrides

getDefaultInstanceForType()

public DebugOptions getDefaultInstanceForType()
Returns
TypeDescription
DebugOptions

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getEnableHotKeyLogging()

public boolean getEnableHotKeyLogging()

When true, enables the logging of the literal hot key to the user's Cloud Logging.

bool enable_hot_key_logging = 1;

Returns
TypeDescription
boolean

The enableHotKeyLogging.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DebugOptions other)

public DebugOptions.Builder mergeFrom(DebugOptions other)
Parameter
NameDescription
otherDebugOptions
Returns
TypeDescription
DebugOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DebugOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DebugOptions.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DebugOptions.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DebugOptions.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DebugOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DebugOptions.Builder
Overrides

setEnableHotKeyLogging(boolean value)

public DebugOptions.Builder setEnableHotKeyLogging(boolean value)

When true, enables the logging of the literal hot key to the user's Cloud Logging.

bool enable_hot_key_logging = 1;

Parameter
NameDescription
valueboolean

The enableHotKeyLogging to set.

Returns
TypeDescription
DebugOptions.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public DebugOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DebugOptions.Builder
Overrides

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

public DebugOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DebugOptions.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DebugOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DebugOptions.Builder
Overrides