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
      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;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;
      • getRolesList

        List<String> getRolesList()
        repeated string roles = 2;
      • 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;