Google Cloud Run V2 Client - Class InstanceSplitStatus (1.9.0)

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

Represents the observed state of a single InstanceSplit entry.

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

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ type int

The allocation type for this instance split.

↳ revision string

Revision to which this instance split is assigned.

↳ percent int

Specifies percent of the instance split to this Revision.

getType

The allocation type for this instance split.

Returns
Type Description
int

setType

The allocation type for this instance split.

Parameter
Name Description
var int
Returns
Type Description
$this

getRevision

Revision to which this instance split is assigned.

Returns
Type Description
string

setRevision

Revision to which this instance split is assigned.

Parameter
Name Description
var string
Returns
Type Description
$this

getPercent

Specifies percent of the instance split to this Revision.

Returns
Type Description
int

setPercent

Specifies percent of the instance split to this Revision.

Parameter
Name Description
var int
Returns
Type Description
$this