public static final class LoggingProto.EventIdentifier.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder> implements LoggingProto.EventIdentifierOrBuilder
de.huxhorn.lilith.logging.EventIdentifier| Modifier and Type | Method and Description |
|---|---|
LoggingProto.EventIdentifier.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
LoggingProto.EventIdentifier |
build() |
LoggingProto.EventIdentifier |
buildPartial() |
LoggingProto.EventIdentifier.Builder |
clear() |
LoggingProto.EventIdentifier.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
LoggingProto.EventIdentifier.Builder |
clearLocalId()
optional int64 local_id = 1; |
LoggingProto.EventIdentifier.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
LoggingProto.EventIdentifier.Builder |
clearSourceIdentifier()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2; |
LoggingProto.EventIdentifier.Builder |
clone() |
LoggingProto.EventIdentifier |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
long |
getLocalId()
optional int64 local_id = 1; |
LoggingProto.SourceIdentifier |
getSourceIdentifier()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2; |
LoggingProto.SourceIdentifier.Builder |
getSourceIdentifierBuilder()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2; |
LoggingProto.SourceIdentifierOrBuilder |
getSourceIdentifierOrBuilder()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2; |
boolean |
hasLocalId()
optional int64 local_id = 1; |
boolean |
hasSourceIdentifier()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
LoggingProto.EventIdentifier.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LoggingProto.EventIdentifier.Builder |
mergeFrom(LoggingProto.EventIdentifier other) |
LoggingProto.EventIdentifier.Builder |
mergeFrom(com.google.protobuf.Message other) |
LoggingProto.EventIdentifier.Builder |
mergeSourceIdentifier(LoggingProto.SourceIdentifier value)
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2; |
LoggingProto.EventIdentifier.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
LoggingProto.EventIdentifier.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
LoggingProto.EventIdentifier.Builder |
setLocalId(long value)
optional int64 local_id = 1; |
LoggingProto.EventIdentifier.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
LoggingProto.EventIdentifier.Builder |
setSourceIdentifier(LoggingProto.SourceIdentifier.Builder builderForValue)
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2; |
LoggingProto.EventIdentifier.Builder |
setSourceIdentifier(LoggingProto.SourceIdentifier value)
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2; |
LoggingProto.EventIdentifier.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic LoggingProto.EventIdentifier build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic LoggingProto.EventIdentifier buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic LoggingProto.EventIdentifier.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder mergeFrom(LoggingProto.EventIdentifier other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public LoggingProto.EventIdentifier.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<LoggingProto.EventIdentifier.Builder>java.io.IOExceptionpublic boolean hasLocalId()
optional int64 local_id = 1;hasLocalId in interface LoggingProto.EventIdentifierOrBuilderpublic long getLocalId()
optional int64 local_id = 1;getLocalId in interface LoggingProto.EventIdentifierOrBuilderpublic LoggingProto.EventIdentifier.Builder setLocalId(long value)
optional int64 local_id = 1;value - The localId to set.public LoggingProto.EventIdentifier.Builder clearLocalId()
optional int64 local_id = 1;public boolean hasSourceIdentifier()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;hasSourceIdentifier in interface LoggingProto.EventIdentifierOrBuilderpublic LoggingProto.SourceIdentifier getSourceIdentifier()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;getSourceIdentifier in interface LoggingProto.EventIdentifierOrBuilderpublic LoggingProto.EventIdentifier.Builder setSourceIdentifier(LoggingProto.SourceIdentifier value)
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;public LoggingProto.EventIdentifier.Builder setSourceIdentifier(LoggingProto.SourceIdentifier.Builder builderForValue)
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;public LoggingProto.EventIdentifier.Builder mergeSourceIdentifier(LoggingProto.SourceIdentifier value)
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;public LoggingProto.EventIdentifier.Builder clearSourceIdentifier()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;public LoggingProto.SourceIdentifier.Builder getSourceIdentifierBuilder()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;public LoggingProto.SourceIdentifierOrBuilder getSourceIdentifierOrBuilder()
optional .de.huxhorn.lilith.logging.SourceIdentifier source_identifier = 2;getSourceIdentifierOrBuilder in interface LoggingProto.EventIdentifierOrBuilderpublic final LoggingProto.EventIdentifier.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>public final LoggingProto.EventIdentifier.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<LoggingProto.EventIdentifier.Builder>