google_api_remote_build_execution v0.12.0 GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale View Source

Autoscale defines the autoscaling policy of a worker pool.

Attributes

  • maxSize (type: String.t, default: nil) - The maximal number of workers. Must be equal to or greater than min_size.
  • minSize (type: String.t, default: nil) - The minimal number of workers. Must be greater than 0.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.RemoteBuildExecution.V2.Model.GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale{
    maxSize: String.t(),
    minSize: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.