class TestIamPermissionsResponse extends Message

Response message for TestIamPermissions method.

Generated from protobuf message google.iam.v1.TestIamPermissionsResponse

Methods

__construct()

No description

RepeatedField
getPermissions()

A subset of TestPermissionsRequest.permissions that the caller is allowed.

$this
setPermissions(string[]|RepeatedField $var)

A subset of TestPermissionsRequest.permissions that the caller is allowed.

Details

at line 26
__construct()

at line 38
RepeatedField getPermissions()

A subset of TestPermissionsRequest.permissions that the caller is allowed.

Generated from protobuf field repeated string permissions = 1;

Return Value

RepeatedField

at line 51
$this setPermissions(string[]|RepeatedField $var)

A subset of TestPermissionsRequest.permissions that the caller is allowed.

Generated from protobuf field repeated string permissions = 1;

Parameters

string[]|RepeatedField $var

Return Value

$this