Google Cloud Dataflow V1beta3 Client - Class AutoscalingEventType (0.3.10)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class AutoscalingEventType.

Indicates the type of autoscaling event.

Protobuf type google.dataflow.v1beta3.AutoscalingEvent.AutoscalingEventType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNKNOWN

Value: 0

Default type for the enum. Value should never be returned.

Generated from protobuf enum TYPE_UNKNOWN = 0;

TARGET_NUM_WORKERS_CHANGED

Value: 1

The TARGET_NUM_WORKERS_CHANGED type should be used when the target worker pool size has changed at the start of an actuation. An event should always be specified as TARGET_NUM_WORKERS_CHANGED if it reflects a change in the target_num_workers.

Generated from protobuf enum TARGET_NUM_WORKERS_CHANGED = 1;

CURRENT_NUM_WORKERS_CHANGED

Value: 2

The CURRENT_NUM_WORKERS_CHANGED type should be used when actual worker pool size has been changed, but the target_num_workers has not changed.

Generated from protobuf enum CURRENT_NUM_WORKERS_CHANGED = 2;

ACTUATION_FAILURE

Value: 3

The ACTUATION_FAILURE type should be used when we want to report an error to the user indicating why the current number of workers in the pool could not be changed.

Displayed in the current status and history widgets.

Generated from protobuf enum ACTUATION_FAILURE = 3;

NO_CHANGE

Value: 4

Used when we want to report to the user a reason why we are not currently adjusting the number of workers.

Should specify both target_num_workers, current_num_workers and a decision_message.

Generated from protobuf enum NO_CHANGE = 4;