public static interface IamPolicySearchResult.Explanation.PermissionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 |
intThe 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 |
intThe 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. |