public interface UserOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction()
optional .io.axoniq.platform.grpc.Action action = 5; |
int |
getActionValue()
optional .io.axoniq.platform.grpc.Action action = 5; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
String |
getPassword()
optional string password = 3; |
com.google.protobuf.ByteString |
getPasswordBytes()
optional string password = 3; |
String |
getRoles(int index)
repeated string roles = 4; |
com.google.protobuf.ByteString |
getRolesBytes(int index)
repeated string roles = 4; |
int |
getRolesCount()
repeated string roles = 4; |
List<String> |
getRolesList()
repeated string roles = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
optional string name = 1;String getPassword()
optional string password = 3;com.google.protobuf.ByteString getPasswordBytes()
optional string password = 3;int getRolesCount()
repeated string roles = 4;String getRoles(int index)
repeated string roles = 4;com.google.protobuf.ByteString getRolesBytes(int index)
repeated string roles = 4;int getActionValue()
optional .io.axoniq.platform.grpc.Action action = 5;Action getAction()
optional .io.axoniq.platform.grpc.Action action = 5;Copyright © 2017–2018. All rights reserved.