TestIamPermissionsResponse
class TestIamPermissionsResponse extends Message
Response message for TestIamPermissions
method.
Protobuf type Google\Iam\V1\TestIamPermissionsResponse
Methods
__construct()
No description
RepeatedField
getPermissions()
A subset of TestPermissionsRequest.permissions
that the caller is
allowed.
setPermissions(array|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;
at line 50
setPermissions(array|RepeatedField $var)
A subset of TestPermissionsRequest.permissions
that the caller is
allowed.
Generated from protobuf field repeated string permissions = 1;