Package lgraph

Interface Lgraph.ProtoRoleInfoOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDesc()
      required string desc = 2;
      com.google.protobuf.ByteString getDescBytes()
      required string desc = 2;
      Lgraph.ProtoGraphAccess getGraphAccess()
      required .lgraph.ProtoGraphAccess graph_access = 3;
      Lgraph.ProtoGraphAccessOrBuilder getGraphAccessOrBuilder()
      required .lgraph.ProtoGraphAccess graph_access = 3;
      boolean getIsDisabled()
      required bool is_disabled = 1;
      boolean hasDesc()
      required string desc = 2;
      boolean hasGraphAccess()
      required .lgraph.ProtoGraphAccess graph_access = 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;
      • hasDesc

        boolean hasDesc()
        required string desc = 2;
      • getDesc

        String getDesc()
        required string desc = 2;
      • getDescBytes

        com.google.protobuf.ByteString getDescBytes()
        required string desc = 2;
      • hasGraphAccess

        boolean hasGraphAccess()
        required .lgraph.ProtoGraphAccess graph_access = 3;