Package lgraph
Interface Lgraph.ProtoUserInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ProtoUserInfo,Lgraph.ProtoUserInfo.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ProtoUserInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthMethod()optional string auth_method = 3;com.google.protobuf.ByteStringgetAuthMethodBytes()optional string auth_method = 3;booleangetIsDisabled()required bool is_disabled = 1;StringgetRoles(int index)repeated string roles = 2;com.google.protobuf.ByteStringgetRolesBytes(int index)repeated string roles = 2;intgetRolesCount()repeated string roles = 2;List<String>getRolesList()repeated string roles = 2;booleanhasAuthMethod()optional string auth_method = 3;booleanhasIsDisabled()required bool is_disabled = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasIsDisabled
boolean hasIsDisabled()
required bool is_disabled = 1;
-
getIsDisabled
boolean getIsDisabled()
required bool is_disabled = 1;
-
getRolesCount
int getRolesCount()
repeated string roles = 2;
-
getRoles
String getRoles(int index)
repeated string roles = 2;
-
getRolesBytes
com.google.protobuf.ByteString getRolesBytes(int index)
repeated string roles = 2;
-
hasAuthMethod
boolean hasAuthMethod()
optional string auth_method = 3;
-
getAuthMethod
String getAuthMethod()
optional string auth_method = 3;
-
getAuthMethodBytes
com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 3;
-
-