Interface LoggingProto.ThreadInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoggingProto.ThreadInfo,LoggingProto.ThreadInfo.Builder
- Enclosing class:
- LoggingProto
public static interface LoggingProto.ThreadInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetGroupId()optional int64 group_id = 3;java.lang.StringgetGroupName()optional string group_name = 4;com.google.protobuf.ByteStringgetGroupNameBytes()optional string group_name = 4;longgetId()optional int64 id = 1;java.lang.StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;intgetPriority()optional int32 priority = 5;booleanhasGroupId()optional int64 group_id = 3;booleanhasGroupName()optional string group_name = 4;booleanhasId()optional int64 id = 1;booleanhasName()optional string name = 2;booleanhasPriority()optional int32 priority = 5;-
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;
-
-