public interface AccessDeniedErrorDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperation()
The friendly name of the operation that was denied.
|
com.google.protobuf.ByteString |
getOperationBytes()
The friendly name of the operation that was denied.
|
java.lang.String |
getPermission()
The permission that was required for this operation.
|
com.google.protobuf.ByteString |
getPermissionBytes()
The permission that was required for this operation.
|
java.lang.String |
getUsername()
The username of the user who was denied access.
|
com.google.protobuf.ByteString |
getUsernameBytes()
The username of the user who was denied access.
|
boolean |
hasPermission()
The permission that was required for this operation.
|
boolean |
hasUsername()
The username of the user who was denied access.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getOperation()
The friendly name of the operation that was denied.
string operation = 1;com.google.protobuf.ByteString getOperationBytes()
The friendly name of the operation that was denied.
string operation = 1;boolean hasUsername()
The username of the user who was denied access.
optional string username = 2;java.lang.String getUsername()
The username of the user who was denied access.
optional string username = 2;com.google.protobuf.ByteString getUsernameBytes()
The username of the user who was denied access.
optional string username = 2;boolean hasPermission()
The permission that was required for this operation.
optional string permission = 3;java.lang.String getPermission()
The permission that was required for this operation.
optional string permission = 3;com.google.protobuf.ByteString getPermissionBytes()
The permission that was required for this operation.
optional string permission = 3;