public interface UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getName()
bytes name = 1; |
com.google.protobuf.ByteString |
getPassword()
bytes password = 2; |
String |
getRoles(int index)
repeated string roles = 3; |
com.google.protobuf.ByteString |
getRolesBytes(int index)
repeated string roles = 3; |
int |
getRolesCount()
repeated string roles = 3; |
List<String> |
getRolesList()
repeated string roles = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofcom.google.protobuf.ByteString getName()
bytes name = 1;com.google.protobuf.ByteString getPassword()
bytes password = 2;List<String> getRolesList()
repeated string roles = 3;int getRolesCount()
repeated string roles = 3;String getRoles(int index)
repeated string roles = 3;index - The index of the element to return.com.google.protobuf.ByteString getRolesBytes(int index)
repeated string roles = 3;index - The index of the value to return.Copyright © 2020. All rights reserved.