Google Cloud Dataflow V1beta3 Client - Class DebugOptions (0.6.0)

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 \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ enable_hot_key_logging bool

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

getEnableHotKeyLogging

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

Returns
TypeDescription
bool

setEnableHotKeyLogging

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this