public static interface Lgraph.ProtoUserInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthMethod()
optional string auth_method = 3; |
com.google.protobuf.ByteString |
getAuthMethodBytes()
optional string auth_method = 3; |
boolean |
getIsDisabled()
required bool is_disabled = 1; |
String |
getRoles(int index)
repeated string roles = 2; |
com.google.protobuf.ByteString |
getRolesBytes(int index)
repeated string roles = 2; |
int |
getRolesCount()
repeated string roles = 2; |
List<String> |
getRolesList()
repeated string roles = 2; |
boolean |
hasAuthMethod()
optional string auth_method = 3; |
boolean |
hasIsDisabled()
required bool is_disabled = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIsDisabled()
required bool is_disabled = 1;boolean getIsDisabled()
required bool is_disabled = 1;int getRolesCount()
repeated string roles = 2;String getRoles(int index)
repeated string roles = 2;com.google.protobuf.ByteString getRolesBytes(int index)
repeated string roles = 2;boolean hasAuthMethod()
optional string auth_method = 3;String getAuthMethod()
optional string auth_method = 3;com.google.protobuf.ByteString getAuthMethodBytes()
optional string auth_method = 3;Copyright © 2023 Ant Group. All rights reserved.