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 \ V2Methods
__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 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 | |
---|---|
Type | Description |
int |
setType
The allocation type for this traffic target.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getRevision
Revision to which this traffic is sent.
Returns | |
---|---|
Type | Description |
string |
setRevision
Revision to which this traffic is sent.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPercent
Specifies percent of the traffic to this Revision.
Returns | |
---|---|
Type | Description |
int |
setPercent
Specifies percent of the traffic to this Revision.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getTag
Indicates the string used in the URI to exclusively reference this target.
Returns | |
---|---|
Type | Description |
string |
setTag
Indicates the string used in the URI to exclusively reference this target.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUri
Displays the target URI.
Returns | |
---|---|
Type | Description |
string |
setUri
Displays the target URI.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |