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 \ V2Methods
__construct
Constructor.
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.
setType
The allocation type for this instance split.
$this
getRevision
Revision to which this instance split is assigned.
string
setRevision
Revision to which this instance split is assigned.
var
string
$this
getPercent
Specifies percent of the instance split to this Revision.
int
setPercent
Specifies percent of the instance split to this Revision.
var
int
$this

