public static interface CheckOnboardingStatusResponse.Finding.IAMAccessDeniedOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getMissingPermissions(int index)
public abstract String getMissingPermissions(int index)
List of permissions that are being denied.
repeated string missing_permissions = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The missingPermissions at the given index. |
getMissingPermissionsBytes(int index)
public abstract ByteString getMissingPermissionsBytes(int index)
List of permissions that are being denied.
repeated string missing_permissions = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the missingPermissions at the given index. |
getMissingPermissionsCount()
public abstract int getMissingPermissionsCount()
List of permissions that are being denied.
repeated string missing_permissions = 1;
Returns | |
---|---|
Type | Description |
int |
The count of missingPermissions. |
getMissingPermissionsList()
public abstract List<String> getMissingPermissionsList()
List of permissions that are being denied.
repeated string missing_permissions = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the missingPermissions. |