Google Cloud Run V2 Client - Class RevisionScaling (0.7.2)

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

Minimum number of serving instances that this resource should have.

↳ max_instance_count int

Maximum number of serving instances that this resource should have.

getMinInstanceCount

Minimum number of serving instances that this resource should have.

Returns
Type Description
int

setMinInstanceCount

Minimum number of serving instances that this resource should have.

Parameter
Name Description
var int
Returns
Type Description
$this

getMaxInstanceCount

Maximum number of serving instances that this resource should have.

Returns
Type Description
int

setMaxInstanceCount

Maximum number of serving instances that this resource should have.

Parameter
Name Description
var int
Returns
Type Description
$this

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.