Interface LoggingProto.ThreadInfoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getGroupId()
      optional int64 group_id = 3;
      java.lang.String getGroupName()
      optional string group_name = 4;
      com.google.protobuf.ByteString getGroupNameBytes()
      optional string group_name = 4;
      long getId()
      optional int64 id = 1;
      java.lang.String getName()
      optional string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      optional string name = 2;
      int getPriority()
      optional int32 priority = 5;
      boolean hasGroupId()
      optional int64 group_id = 3;
      boolean hasGroupName()
      optional string group_name = 4;
      boolean hasId()
      optional int64 id = 1;
      boolean hasName()
      optional string name = 2;
      boolean hasPriority()
      optional int32 priority = 5;
      • 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

      • hasId

        boolean hasId()
        optional int64 id = 1;
      • getId

        long getId()
        optional int64 id = 1;
      • hasName

        boolean hasName()
        optional string name = 2;
      • getName

        java.lang.String getName()
        optional string name = 2;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        optional string name = 2;
      • hasGroupId

        boolean hasGroupId()
        optional int64 group_id = 3;
      • getGroupId

        long getGroupId()
        optional int64 group_id = 3;
      • hasGroupName

        boolean hasGroupName()
        optional string group_name = 4;
      • getGroupName

        java.lang.String getGroupName()
        optional string group_name = 4;
      • getGroupNameBytes

        com.google.protobuf.ByteString getGroupNameBytes()
        optional string group_name = 4;
      • hasPriority

        boolean hasPriority()
        optional int32 priority = 5;
      • getPriority

        int getPriority()
        optional int32 priority = 5;