public static interface Rpc.AuthRoleGrantPermissionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
Auth.Permission |
getPerm()
perm is the permission to grant to the role.
|
Auth.PermissionOrBuilder |
getPermOrBuilder()
perm is the permission to grant to the role.
|
boolean |
hasPerm()
perm is the permission to grant to the role.
|
String 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;Auth.Permission getPerm()
perm is the permission to grant to the role.
.authpb.Permission perm = 2;Auth.PermissionOrBuilder getPermOrBuilder()
perm is the permission to grant to the role.
.authpb.Permission perm = 2;Copyright © 2018. All rights reserved.