Interface LoggingProto.LoggerContextOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoggingProto.LoggerContext,LoggingProto.LoggerContext.Builder
- Enclosing class:
- LoggingProto
public static interface LoggingProto.LoggerContextOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetBirthTime()optional int64 birth_time = 1;java.lang.StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;LoggingProto.StringMapgetProperties()optional .de.huxhorn.lilith.logging.StringMap properties = 3;LoggingProto.StringMapOrBuildergetPropertiesOrBuilder()optional .de.huxhorn.lilith.logging.StringMap properties = 3;booleanhasBirthTime()optional int64 birth_time = 1;booleanhasName()optional string name = 2;booleanhasProperties()optional .de.huxhorn.lilith.logging.StringMap properties = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasBirthTime
boolean hasBirthTime()
optional int64 birth_time = 1;
-
getBirthTime
long getBirthTime()
optional int64 birth_time = 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;
-
hasProperties
boolean hasProperties()
optional .de.huxhorn.lilith.logging.StringMap properties = 3;
-
getProperties
LoggingProto.StringMap getProperties()
optional .de.huxhorn.lilith.logging.StringMap properties = 3;
-
getPropertiesOrBuilder
LoggingProto.StringMapOrBuilder getPropertiesOrBuilder()
optional .de.huxhorn.lilith.logging.StringMap properties = 3;
-
-