Reference documentation and code samples for the Google Cloud Run V2 Client class TrafficTargetStatus.
Represents the observed state of a single TrafficTarget
entry.
Generated from protobuf message google.cloud.run.v2.TrafficTargetStatus
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
int
The allocation type for this traffic target.
↳ revision
string
Revision to which this traffic is sent.
↳ percent
int
Specifies percent of the traffic to this Revision.
↳ tag
string
Indicates the string used in the URI to exclusively reference this target.
↳ uri
string
Displays the target URI.
getType
The allocation type for this traffic target.
int
setType
The allocation type for this traffic target.
var
int
$this
getRevision
Revision to which this traffic is sent.
string
setRevision
Revision to which this traffic is sent.
var
string
$this
getPercent
Specifies percent of the traffic to this Revision.
int
setPercent
Specifies percent of the traffic to this Revision.
var
int
$this
getTag
Indicates the string used in the URI to exclusively reference this target.
string
setTag
Indicates the string used in the URI to exclusively reference this target.
var
string
$this
getUri
Displays the target URI.
string
setUri
Displays the target URI.
var
string
$this