Interface protos.google.dataflow.v1beta3.IAutoscalingEvent

Properties of an AutoscalingEvent.

Package

@google-cloud/dataflow!

Properties

currentNumWorkers

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

AutoscalingEvent currentNumWorkers

Property Value
TypeDescription
(number|Long|string|null)

description

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

AutoscalingEvent description

Property Value
TypeDescription
(google.dataflow.v1beta3.IStructuredMessage|null)

eventType

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

AutoscalingEvent eventType

Property Value
TypeDescription
(google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType|keyof typeof google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType|null)

targetNumWorkers

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

AutoscalingEvent targetNumWorkers

Property Value
TypeDescription
(number|Long|string|null)

time

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

AutoscalingEvent time

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

workerPool

workerPool?: (string|null);

AutoscalingEvent workerPool

Property Value
TypeDescription
(string|null)