Package lgraph

Interface Lgraph.GetRoleInfoRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Lgraph.GetRoleInfoRequest, Lgraph.GetRoleInfoRequest.Builder
    Enclosing class:
    Lgraph

    public static interface Lgraph.GetRoleInfoRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getRole()
      required string role = 1;
      com.google.protobuf.ByteString getRoleBytes()
      required string role = 1;
      boolean hasRole()
      required string role = 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

      • hasRole

        boolean hasRole()
        required string role = 1;
      • getRole

        String getRole()
        required string role = 1;
      • getRoleBytes

        com.google.protobuf.ByteString getRoleBytes()
        required string role = 1;