Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class DebugOptions.
Describes any options that have an effect on the debugging of pipelines.
Generated from protobuf message google.dataflow.v1beta3.DebugOptions
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ enable_hot_key_logging |
bool
Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging. |
↳ data_sampling |
DataSamplingConfig
Configuration options for sampling elements from a running pipeline. |
getEnableHotKeyLogging
Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
Returns | |
---|---|
Type | Description |
bool |
setEnableHotKeyLogging
Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
getDataSampling
Configuration options for sampling elements from a running pipeline.
Returns | |
---|---|
Type | Description |
DataSamplingConfig|null |
hasDataSampling
clearDataSampling
setDataSampling
Configuration options for sampling elements from a running pipeline.
Parameter | |
---|---|
Name | Description |
var |
DataSamplingConfig
|
Returns | |
---|---|
Type | Description |
$this |