public static interface Rpc.AuthUserGrantRoleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRole()
role is the name of the role to grant to the user.
|
com.google.protobuf.ByteString |
getRoleBytes()
role is the name of the role to grant to the user.
|
String |
getUser()
user is the name of the user which should be granted a given role.
|
com.google.protobuf.ByteString |
getUserBytes()
user is the name of the user which should be granted a given role.
|
String getUser()
user is the name of the user which should be granted a given role.
string user = 1;com.google.protobuf.ByteString getUserBytes()
user is the name of the user which should be granted a given role.
string user = 1;String getRole()
role is the name of the role to grant to the user.
string role = 2;com.google.protobuf.ByteString getRoleBytes()
role is the name of the role to grant to the user.
string role = 2;Copyright © 2018. All rights reserved.