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.events.cloud.dataflow.v1beta3.DebugOptions
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DebugOptions.BuilderImplements
DebugOptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public DebugOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
build()
public DebugOptions build()
Returns | |
---|---|
Type | Description |
DebugOptions |
buildPartial()
public DebugOptions buildPartial()
Returns | |
---|---|
Type | Description |
DebugOptions |
clear()
public DebugOptions.Builder clear()
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
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 | |
---|---|
Type | Description |
DebugOptions.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public DebugOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field | FieldDescriptor |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public DebugOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof | OneofDescriptor |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
clone()
public DebugOptions.Builder clone()
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
getDefaultInstanceForType()
public DebugOptions getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DebugOptions |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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 | |
---|---|
Type | Description |
boolean | The enableHotKeyLogging. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(DebugOptions other)
public DebugOptions.Builder mergeFrom(DebugOptions other)
Parameter | |
---|---|
Name | Description |
other | DebugOptions |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DebugOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public DebugOptions.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final DebugOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
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 | |
---|---|
Name | Description |
value | boolean The enableHotKeyLogging to set. |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public DebugOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
value | Object |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public DebugOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final DebugOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DebugOptions.Builder |