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
Name Description
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
Type Description
int

setType

The allocation type for this traffic target.

Parameter
Name Description
var int
Returns
Type Description
$this

getRevision

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

Returns
Type Description
string

setRevision

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

Parameter
Name Description
var string
Returns
Type Description
$this

getPercent

Specifies percent of the traffic to this Revision.

This defaults to zero if unspecified.

Returns
Type Description
int

setPercent

Specifies percent of the traffic to this Revision.

This defaults to zero if unspecified.

Parameter
Name Description
var int
Returns
Type Description
$this

getTag

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

Returns
Type Description
string

setTag

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

Parameter
Name Description
var string
Returns
Type Description
$this