public interface AuthUserGrantRoleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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 © 2022. All rights reserved.