Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class AutoscalingAlgorithm.
Specifies the algorithm used to determine the number of worker
processes to run at any given point in time, based on the amount of
data left to process, the number of workers, and how quickly
existing workers are processing data.
Protobuf type google.dataflow.v1beta3.AutoscalingAlgorithm
Namespace
Google \ Cloud \ Dataflow \ V1beta3
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
AUTOSCALING_ALGORITHM_UNKNOWN
Value: 0
The algorithm is unknown, or unspecified.
Generated from protobuf enum AUTOSCALING_ALGORITHM_UNKNOWN = 0;
AUTOSCALING_ALGORITHM_NONE
Value: 1
Disable autoscaling.
Generated from protobuf enum AUTOSCALING_ALGORITHM_NONE = 1;
AUTOSCALING_ALGORITHM_BASIC
Value: 2
Increase worker count over time to reduce job execution time.
Generated from protobuf enum AUTOSCALING_ALGORITHM_BASIC = 2;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Dataflow V1beta3 Client - Class AutoscalingAlgorithm (0.8.2)\n\nVersion latestkeyboard_arrow_down\n\n- [0.8.2 (latest)](/php/docs/reference/cloud-dataflow/latest/V1beta3.AutoscalingAlgorithm)\n- [0.8.1](/php/docs/reference/cloud-dataflow/0.8.1/V1beta3.AutoscalingAlgorithm)\n- [0.7.1](/php/docs/reference/cloud-dataflow/0.7.1/V1beta3.AutoscalingAlgorithm)\n- [0.6.6](/php/docs/reference/cloud-dataflow/0.6.6/V1beta3.AutoscalingAlgorithm)\n- [0.5.1](/php/docs/reference/cloud-dataflow/0.5.1/V1beta3.AutoscalingAlgorithm)\n- [0.4.1](/php/docs/reference/cloud-dataflow/0.4.1/V1beta3.AutoscalingAlgorithm)\n- [0.3.10](/php/docs/reference/cloud-dataflow/0.3.10/V1beta3.AutoscalingAlgorithm) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class AutoscalingAlgorithm.\n\nSpecifies the algorithm used to determine the number of worker\nprocesses to run at any given point in time, based on the amount of\ndata left to process, the number of workers, and how quickly\nexisting workers are processing data.\n\nProtobuf type `google.dataflow.v1beta3.AutoscalingAlgorithm`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Dataflow \\\\ V1beta3\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### AUTOSCALING_ALGORITHM_UNKNOWN\n\n Value: 0\n\nThe algorithm is unknown, or unspecified.\n\nGenerated from protobuf enum `AUTOSCALING_ALGORITHM_UNKNOWN = 0;`\n\n### AUTOSCALING_ALGORITHM_NONE\n\n Value: 1\n\nDisable autoscaling.\n\nGenerated from protobuf enum `AUTOSCALING_ALGORITHM_NONE = 1;`\n\n### AUTOSCALING_ALGORITHM_BASIC\n\n Value: 2\n\nIncrease worker count over time to reduce job execution time.\n\nGenerated from protobuf enum `AUTOSCALING_ALGORITHM_BASIC = 2;`"]]