public static interface AuditData.PermissionDeltaOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAddedPermissions(int index)
public abstract String getAddedPermissions(int index)Added permissions.
repeated string added_permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The addedPermissions at the given index. |
getAddedPermissionsBytes(int index)
public abstract ByteString getAddedPermissionsBytes(int index)Added permissions.
repeated string added_permissions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the addedPermissions at the given index. |
getAddedPermissionsCount()
public abstract int getAddedPermissionsCount()Added permissions.
repeated string added_permissions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of addedPermissions. |
getAddedPermissionsList()
public abstract List<String> getAddedPermissionsList()Added permissions.
repeated string added_permissions = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the addedPermissions. |
getRemovedPermissions(int index)
public abstract String getRemovedPermissions(int index)Removed permissions.
repeated string removed_permissions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The removedPermissions at the given index. |
getRemovedPermissionsBytes(int index)
public abstract ByteString getRemovedPermissionsBytes(int index)Removed permissions.
repeated string removed_permissions = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the removedPermissions at the given index. |
getRemovedPermissionsCount()
public abstract int getRemovedPermissionsCount()Removed permissions.
repeated string removed_permissions = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of removedPermissions. |
getRemovedPermissionsList()
public abstract List<String> getRemovedPermissionsList()Removed permissions.
repeated string removed_permissions = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the removedPermissions. |