File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919
2020class RuntimeUpdatableParams extends \Google \Model
2121{
22+ /**
23+ * Optional. The backlog threshold duration in seconds for autoscaling. Value
24+ * must be non-negative.
25+ *
26+ * @var string
27+ */
28+ public $ acceptableBacklogDuration ;
2229 /**
2330 * The maximum number of workers to cap autoscaling at. This field is
2431 * currently only supported for Streaming Engine jobs.
@@ -45,6 +52,23 @@ class RuntimeUpdatableParams extends \Google\Model
4552 */
4653 public $ workerUtilizationHint ;
4754
55+ /**
56+ * Optional. The backlog threshold duration in seconds for autoscaling. Value
57+ * must be non-negative.
58+ *
59+ * @param string $acceptableBacklogDuration
60+ */
61+ public function setAcceptableBacklogDuration ($ acceptableBacklogDuration )
62+ {
63+ $ this ->acceptableBacklogDuration = $ acceptableBacklogDuration ;
64+ }
65+ /**
66+ * @return string
67+ */
68+ public function getAcceptableBacklogDuration ()
69+ {
70+ return $ this ->acceptableBacklogDuration ;
71+ }
4872 /**
4973 * The maximum number of workers to cap autoscaling at. This field is
5074 * currently only supported for Streaming Engine jobs.
You can’t perform that action at this time.
0 commit comments