Google Cloud Run V2 Client - Class TrafficTarget (0.9.1)

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

Holds a single traffic routing entry for the Service. Allocations can be done to a specific Revision name, or pointing to the latest Ready Revision.

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

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 to send this portion of traffic, if traffic allocation is by revision.

↳ percent int

Specifies percent of the traffic to this Revision. This defaults to zero if unspecified.

↳ tag string

Indicates a string to be part of the URI to exclusively reference this target.

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 to send this portion of traffic, if traffic allocation is by revision.

Returns
TypeDescription
string

setRevision

Revision to which to send this portion of traffic, if traffic allocation is by revision.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPercent

Specifies percent of the traffic to this Revision.

This defaults to zero if unspecified.

Returns
TypeDescription
int

setPercent

Specifies percent of the traffic to this Revision.

This defaults to zero if unspecified.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getTag

Indicates a string to be part of the URI to exclusively reference this target.

Returns
TypeDescription
string

setTag

Indicates a string to be part of the URI to exclusively reference this target.

Parameter
NameDescription
var string
Returns
TypeDescription
$this