public interface AuthRoleGrantPermissionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
name is the name of the role which will be granted the permission.
|
com.google.protobuf.ByteString |
getNameBytes()
name is the name of the role which will be granted the permission.
|
Permission |
getPerm()
perm is the permission to grant to the role.
|
PermissionOrBuilder |
getPermOrBuilder()
perm is the permission to grant to the role.
|
boolean |
hasPerm()
perm is the permission to grant to the role.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
name is the name of the role which will be granted the permission.
string name = 1;com.google.protobuf.ByteString getNameBytes()
name is the name of the role which will be granted the permission.
string name = 1;boolean hasPerm()
perm is the permission to grant to the role.
.authpb.Permission perm = 2;Permission getPerm()
perm is the permission to grant to the role.
.authpb.Permission perm = 2;PermissionOrBuilder getPermOrBuilder()
perm is the permission to grant to the role.
.authpb.Permission perm = 2;Copyright © 2023. All rights reserved.