class BindingDelta extends Message

One delta entry for Binding. Each individual change (only one member in each entry) to a binding will be a separate entry.

Generated from protobuf message google.iam.v1.BindingDelta

Methods

__construct()

No description

int
getAction()

The action that was performed on a Binding.

$this
setAction(int $var)

The action that was performed on a Binding.

string
getRole()

Role that is assigned to members.

$this
setRole(string $var)

Role that is assigned to members.

string
getMember()

A single identity requesting access for a Cloud Platform resource.

$this
setMember(string $var)

A single identity requesting access for a Cloud Platform resource.

Details

at line 43
__construct()

at line 55
int getAction()

The action that was performed on a Binding.

Required

Generated from protobuf field .google.iam.v1.BindingDelta.Action action = 1;

Return Value

int

at line 68
$this setAction(int $var)

The action that was performed on a Binding.

Required

Generated from protobuf field .google.iam.v1.BindingDelta.Action action = 1;

Parameters

int $var

Return Value

$this

at line 84
string getRole()

Role that is assigned to members.

For example, roles/viewer, roles/editor, or roles/owner. Required

Generated from protobuf field string role = 2;

Return Value

string

at line 98
$this setRole(string $var)

Role that is assigned to members.

For example, roles/viewer, roles/editor, or roles/owner. Required

Generated from protobuf field string role = 2;

Parameters

string $var

Return Value

$this

at line 114
string getMember()

A single identity requesting access for a Cloud Platform resource.

Follows the same format of Binding.members. Required

Generated from protobuf field string member = 3;

Return Value

string

at line 128
$this setMember(string $var)

A single identity requesting access for a Cloud Platform resource.

Follows the same format of Binding.members. Required

Generated from protobuf field string member = 3;

Parameters

string $var

Return Value

$this