Google Cloud Run V2 Client - Class TrafficTargetStatus (0.9.1)

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

Namespace

Google \ Cloud \ Run \ V2

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
int

setType

The allocation type for this traffic target.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getRevision

Revision to which this traffic is sent.

Returns
TypeDescription
string

setRevision

Revision to which this traffic is sent.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPercent

Specifies percent of the traffic to this Revision.

Returns
TypeDescription
int

setPercent

Specifies percent of the traffic to this Revision.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getTag

Indicates the string used in the URI to exclusively reference this target.

Returns
TypeDescription
string

setTag

Indicates the string used in the URI to exclusively reference this target.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getUri

Displays the target URI.

Returns
TypeDescription
string

setUri

Displays the target URI.

Parameter
NameDescription
var string
Returns
TypeDescription
$this