Package io.deephaven.proto.acl
Interface AclGetPermissionsRequestOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
AclGetPermissionsRequest,AclGetPermissionsRequest.Builder
-
Method Summary
Modifier and TypeMethodDescriptionstring namespace = 2;string namespace = 2;booleanbool show_groups_without_acls = 4;string table_name = 3;string table_name = 3;getUser()string user = 1;string user = 1;Methods 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
-
getUser
String getUser()string user = 1;- Returns:
- The user.
-
getUserBytes
ByteString getUserBytes()string user = 1;- Returns:
- The bytes for user.
-
getNamespace
String getNamespace()string namespace = 2;- Returns:
- The namespace.
-
getNamespaceBytes
ByteString getNamespaceBytes()string namespace = 2;- Returns:
- The bytes for namespace.
-
getTableName
String getTableName()string table_name = 3;- Returns:
- The tableName.
-
getTableNameBytes
ByteString getTableNameBytes()string table_name = 3;- Returns:
- The bytes for tableName.
-
getShowGroupsWithoutAcls
boolean getShowGroupsWithoutAcls()bool show_groups_without_acls = 4;- Returns:
- The showGroupsWithoutAcls.
-