Interface protos.google.dataflow.v1beta3.IAutoscalingEvent (3.0.2)

Properties of an AutoscalingEvent.

Package

@google-cloud/dataflow

Properties

currentNumWorkers

currentNumWorkers?: (number|Long|string|null);

AutoscalingEvent currentNumWorkers

description

description?: (google.dataflow.v1beta3.IStructuredMessage|null);

AutoscalingEvent description

eventType

eventType?: (google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType|keyof typeof google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType|null);

AutoscalingEvent eventType

targetNumWorkers

targetNumWorkers?: (number|Long|string|null);

AutoscalingEvent targetNumWorkers

time

time?: (google.protobuf.ITimestamp|null);

AutoscalingEvent time

workerPool

workerPool?: (string|null);

AutoscalingEvent workerPool