Package io.deephaven.proto.acl
Interface AclGetPermissionsResponseOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
AclGetPermissionsResponse,AclGetPermissionsResponse.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanWhether user has full permissionsbooleanWhether user has partial permissionsMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIsPartial
boolean getIsPartial()Whether user has partial permissions
bool is_partial = 1;- Returns:
- The isPartial.
-
getIsFull
boolean getIsFull()Whether user has full permissions
bool is_full = 2;- Returns:
- The isFull.
-