public interface AuthorizationInfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getGranted()
Whether or not authorization for `resource` and `permission`
was granted.
|
java.lang.String |
getPermission()
The required IAM permission.
|
ByteString |
getPermissionBytes()
The required IAM permission.
|
java.lang.String |
getResource()
The resource being accessed, as a REST-style string.
|
ByteString |
getResourceBytes()
The resource being accessed, as a REST-style string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getResource()
The resource being accessed, as a REST-style string. For example: bigquery.googlapis.com/projects/PROJECTID/datasets/DATASETID
string resource = 1;
ByteString getResourceBytes()
The resource being accessed, as a REST-style string. For example: bigquery.googlapis.com/projects/PROJECTID/datasets/DATASETID
string resource = 1;
java.lang.String getPermission()
The required IAM permission.
string permission = 2;
ByteString getPermissionBytes()
The required IAM permission.
string permission = 2;
boolean getGranted()
Whether or not authorization for `resource` and `permission` was granted.
bool granted = 3;