Interface LoggingProto.EventIdentifierOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LoggingProto.EventIdentifier,LoggingProto.EventIdentifier.Builder
- Enclosing class:
- LoggingProto
public static interface LoggingProto.EventIdentifierOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetLocalId()optional int64 local_id = 1;LoggingProto.SourceIdentifiergetSourceIdentifier()optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;LoggingProto.SourceIdentifierOrBuildergetSourceIdentifierOrBuilder()optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;booleanhasLocalId()optional int64 local_id = 1;booleanhasSourceIdentifier()optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasLocalId
boolean hasLocalId()
optional int64 local_id = 1;
-
getLocalId
long getLocalId()
optional int64 local_id = 1;
-
hasSourceIdentifier
boolean hasSourceIdentifier()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;
-
getSourceIdentifier
LoggingProto.SourceIdentifier getSourceIdentifier()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;
-
getSourceIdentifierOrBuilder
LoggingProto.SourceIdentifierOrBuilder getSourceIdentifierOrBuilder()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;
-
-