Google Cloud Run V2 Client - Class RevisionScaling (1.2.0)

Reference documentation and code samples for the Google Cloud Run V2 Client class RevisionScaling.

Settings for revision-level scaling settings.

Generated from protobuf message google.cloud.run.v2.RevisionScaling

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ min_instance_count int

Optional. Minimum number of serving instances that this resource should have.

↳ max_instance_count int

Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of 100. For more information see https://cloud.google.com/run/docs/configuring/max-instances

getMinInstanceCount

Optional. Minimum number of serving instances that this resource should have.

Returns
Type Description
int

setMinInstanceCount

Optional. Minimum number of serving instances that this resource should have.

Parameter
Name Description
var int
Returns
Type Description
$this

getMaxInstanceCount

Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of

  1. For more information see https://cloud.google.com/run/docs/configuring/max-instances
Returns
Type Description
int

setMaxInstanceCount

Optional. Maximum number of serving instances that this resource should have. When unspecified, the field is set to the server default value of

  1. For more information see https://cloud.google.com/run/docs/configuring/max-instances
Parameter
Name Description
var int
Returns
Type Description
$this