View Source GoogleApi.Dataflow.V1b3.Model.DebugOptions (google_api_dataflow v0.51.0)
Describes any options that have an effect on the debugging of pipelines.
Attributes
-
dataSampling(type:GoogleApi.Dataflow.V1b3.Model.DataSamplingConfig.t, default:nil) - Configuration options for sampling elements from a running pipeline. -
enableHotKeyLogging(type:boolean(), default:nil) - Optional. When true, enables the logging of the literal hot key to the user's Cloud Logging.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataflow.V1b3.Model.DebugOptions{ dataSampling: GoogleApi.Dataflow.V1b3.Model.DataSamplingConfig.t() | nil, enableHotKeyLogging: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.