Google Cloud Policy Troubleshooter Iam V3 Client - Class ConditionContext (0.2.7)

Reference documentation and code samples for the Google Cloud Policy Troubleshooter Iam V3 Client class ConditionContext.

Additional context for troubleshooting conditional role bindings and deny rules.

Generated from protobuf message google.cloud.policytroubleshooter.iam.v3.ConditionContext

Namespace

Google \ Cloud \ PolicyTroubleshooter \ Iam \ V3

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ resource ConditionContext\Resource

Represents a target resource that is involved with a network activity. If multiple resources are involved with an activity, this must be the primary one.

↳ destination ConditionContext\Peer

The destination of a network activity, such as accepting a TCP connection. In a multi-hop network activity, the destination represents the receiver of the last hop.

↳ request ConditionContext\Request

Represents a network request, such as an HTTP request.

↳ effective_tags array<ConditionContext\EffectiveTag>

Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.

getResource

Represents a target resource that is involved with a network activity.

If multiple resources are involved with an activity, this must be the primary one.

Returns
Type Description
ConditionContext\Resource|null

hasResource

clearResource

setResource

Represents a target resource that is involved with a network activity.

If multiple resources are involved with an activity, this must be the primary one.

Parameter
Name Description
var ConditionContext\Resource
Returns
Type Description
$this

getDestination

The destination of a network activity, such as accepting a TCP connection.

In a multi-hop network activity, the destination represents the receiver of the last hop.

Returns
Type Description
ConditionContext\Peer|null

hasDestination

clearDestination

setDestination

The destination of a network activity, such as accepting a TCP connection.

In a multi-hop network activity, the destination represents the receiver of the last hop.

Parameter
Name Description
var ConditionContext\Peer
Returns
Type Description
$this

getRequest

Represents a network request, such as an HTTP request.

Returns
Type Description
ConditionContext\Request|null

hasRequest

clearRequest

setRequest

Represents a network request, such as an HTTP request.

Parameter
Name Description
var ConditionContext\Request
Returns
Type Description
$this

getEffectiveTags

Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setEffectiveTags

Output only. The effective tags on the resource. The effective tags are fetched during troubleshooting.

Parameter
Name Description
var array<ConditionContext\EffectiveTag>
Returns
Type Description
$this