Interface IamPolicySearchResult.Explanation.PermissionsOrBuilder (3.46.0)

public static interface IamPolicySearchResult.Explanation.PermissionsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPermissions(int index)

public abstract String getPermissions(int index)

A list of permissions. A sample permission string: compute.disk.get.

repeated string permissions = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The permissions at the given index.

getPermissionsBytes(int index)

public abstract ByteString getPermissionsBytes(int index)

A list of permissions. A sample permission string: compute.disk.get.

repeated string permissions = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the permissions at the given index.

getPermissionsCount()

public abstract int getPermissionsCount()

A list of permissions. A sample permission string: compute.disk.get.

repeated string permissions = 1;

Returns
Type Description
int

The count of permissions.

getPermissionsList()

public abstract List<String> getPermissionsList()

A list of permissions. A sample permission string: compute.disk.get.

repeated string permissions = 1;

Returns
Type Description
List<String>

A list containing the permissions.