public static final class DebugOptions.Builder extends GeneratedMessage.Builder<DebugOptions.Builder> implements DebugOptionsOrBuilderDescribes any options that have an effect on the debugging of pipelines.
Protobuf type google.dataflow.v1beta3.DebugOptions
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DebugOptions.BuilderImplements
DebugOptionsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
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 |
|
clearDataSampling()
public DebugOptions.Builder clearDataSampling()Configuration options for sampling elements from a running pipeline.
.google.dataflow.v1beta3.DataSamplingConfig data_sampling = 2;
| Returns | |
|---|---|
| Type | Description |
DebugOptions.Builder |
|
clearEnableHotKeyLogging()
public DebugOptions.Builder clearEnableHotKeyLogging()Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
bool enable_hot_key_logging = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
DebugOptions.Builder |
This builder for chaining. |
getDataSampling()
public DataSamplingConfig getDataSampling()Configuration options for sampling elements from a running pipeline.
.google.dataflow.v1beta3.DataSamplingConfig data_sampling = 2;
| Returns | |
|---|---|
| Type | Description |
DataSamplingConfig |
The dataSampling. |
getDataSamplingBuilder()
public DataSamplingConfig.Builder getDataSamplingBuilder()Configuration options for sampling elements from a running pipeline.
.google.dataflow.v1beta3.DataSamplingConfig data_sampling = 2;
| Returns | |
|---|---|
| Type | Description |
DataSamplingConfig.Builder |
|
getDataSamplingOrBuilder()
public DataSamplingConfigOrBuilder getDataSamplingOrBuilder()Configuration options for sampling elements from a running pipeline.
.google.dataflow.v1beta3.DataSamplingConfig data_sampling = 2;
| Returns | |
|---|---|
| Type | Description |
DataSamplingConfigOrBuilder |
|
getDefaultInstanceForType()
public DebugOptions getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DebugOptions |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnableHotKeyLogging()
public boolean getEnableHotKeyLogging()Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
bool enable_hot_key_logging = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableHotKeyLogging. |
hasDataSampling()
public boolean hasDataSampling()Configuration options for sampling elements from a running pipeline.
.google.dataflow.v1beta3.DataSamplingConfig data_sampling = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the dataSampling field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeDataSampling(DataSamplingConfig value)
public DebugOptions.Builder mergeDataSampling(DataSamplingConfig value)Configuration options for sampling elements from a running pipeline.
.google.dataflow.v1beta3.DataSamplingConfig data_sampling = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
DataSamplingConfig |
| Returns | |
|---|---|
| Type | Description |
DebugOptions.Builder |
|
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 |
|
setDataSampling(DataSamplingConfig value)
public DebugOptions.Builder setDataSampling(DataSamplingConfig value)Configuration options for sampling elements from a running pipeline.
.google.dataflow.v1beta3.DataSamplingConfig data_sampling = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
DataSamplingConfig |
| Returns | |
|---|---|
| Type | Description |
DebugOptions.Builder |
|
setDataSampling(DataSamplingConfig.Builder builderForValue)
public DebugOptions.Builder setDataSampling(DataSamplingConfig.Builder builderForValue)Configuration options for sampling elements from a running pipeline.
.google.dataflow.v1beta3.DataSamplingConfig data_sampling = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
DataSamplingConfig.Builder |
| Returns | |
|---|---|
| Type | Description |
DebugOptions.Builder |
|
setEnableHotKeyLogging(boolean value)
public DebugOptions.Builder setEnableHotKeyLogging(boolean value)Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
bool enable_hot_key_logging = 1 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableHotKeyLogging to set. |
| Returns | |
|---|---|
| Type | Description |
DebugOptions.Builder |
This builder for chaining. |