Class LoggingProto.SourceIdentifier
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- de.huxhorn.lilith.data.logging.protobuf.generated.LoggingProto.SourceIdentifier
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,LoggingProto.SourceIdentifierOrBuilder,java.io.Serializable
- Enclosing class:
- LoggingProto
public static final class LoggingProto.SourceIdentifier extends com.google.protobuf.GeneratedMessageV3 implements LoggingProto.SourceIdentifierOrBuilder
Protobuf typede.huxhorn.lilith.logging.SourceIdentifier- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLoggingProto.SourceIdentifier.BuilderProtobuf typede.huxhorn.lilith.logging.SourceIdentifier-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-
-
Field Summary
Fields Modifier and Type Field Description static intIDENTIFIER_FIELD_NUMBERstatic com.google.protobuf.Parser<LoggingProto.SourceIdentifier>PARSERDeprecated.static intSECONDARY_IDENTIFIER_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)static LoggingProto.SourceIdentifiergetDefaultInstance()LoggingProto.SourceIdentifiergetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()java.lang.StringgetIdentifier()optional string identifier = 1;com.google.protobuf.ByteStringgetIdentifierBytes()optional string identifier = 1;com.google.protobuf.Parser<LoggingProto.SourceIdentifier>getParserForType()java.lang.StringgetSecondaryIdentifier()optional string secondary_identifier = 2;com.google.protobuf.ByteStringgetSecondaryIdentifierBytes()optional string secondary_identifier = 2;intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()booleanhasIdentifier()optional string identifier = 1;booleanhasSecondaryIdentifier()optional string secondary_identifier = 2;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static LoggingProto.SourceIdentifier.BuildernewBuilder()static LoggingProto.SourceIdentifier.BuildernewBuilder(LoggingProto.SourceIdentifier prototype)LoggingProto.SourceIdentifier.BuildernewBuilderForType()protected LoggingProto.SourceIdentifier.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static LoggingProto.SourceIdentifierparseDelimitedFrom(java.io.InputStream input)static LoggingProto.SourceIdentifierparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoggingProto.SourceIdentifierparseFrom(byte[] data)static LoggingProto.SourceIdentifierparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoggingProto.SourceIdentifierparseFrom(com.google.protobuf.ByteString data)static LoggingProto.SourceIdentifierparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoggingProto.SourceIdentifierparseFrom(com.google.protobuf.CodedInputStream input)static LoggingProto.SourceIdentifierparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoggingProto.SourceIdentifierparseFrom(java.io.InputStream input)static LoggingProto.SourceIdentifierparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static LoggingProto.SourceIdentifierparseFrom(java.nio.ByteBuffer data)static LoggingProto.SourceIdentifierparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<LoggingProto.SourceIdentifier>parser()LoggingProto.SourceIdentifier.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
IDENTIFIER_FIELD_NUMBER
public static final int IDENTIFIER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SECONDARY_IDENTIFIER_FIELD_NUMBER
public static final int SECONDARY_IDENTIFIER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARSER
@Deprecated public static final com.google.protobuf.Parser<LoggingProto.SourceIdentifier> PARSER
Deprecated.
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasIdentifier
public boolean hasIdentifier()
optional string identifier = 1;- Specified by:
hasIdentifierin interfaceLoggingProto.SourceIdentifierOrBuilder
-
getIdentifier
public java.lang.String getIdentifier()
optional string identifier = 1;- Specified by:
getIdentifierin interfaceLoggingProto.SourceIdentifierOrBuilder
-
getIdentifierBytes
public com.google.protobuf.ByteString getIdentifierBytes()
optional string identifier = 1;- Specified by:
getIdentifierBytesin interfaceLoggingProto.SourceIdentifierOrBuilder
-
hasSecondaryIdentifier
public boolean hasSecondaryIdentifier()
optional string secondary_identifier = 2;- Specified by:
hasSecondaryIdentifierin interfaceLoggingProto.SourceIdentifierOrBuilder
-
getSecondaryIdentifier
public java.lang.String getSecondaryIdentifier()
optional string secondary_identifier = 2;- Specified by:
getSecondaryIdentifierin interfaceLoggingProto.SourceIdentifierOrBuilder
-
getSecondaryIdentifierBytes
public com.google.protobuf.ByteString getSecondaryIdentifierBytes()
optional string secondary_identifier = 2;- Specified by:
getSecondaryIdentifierBytesin interfaceLoggingProto.SourceIdentifierOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
java.io.IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(java.lang.Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static LoggingProto.SourceIdentifier parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static LoggingProto.SourceIdentifier parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static LoggingProto.SourceIdentifier parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilderForType
public LoggingProto.SourceIdentifier.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static LoggingProto.SourceIdentifier.Builder newBuilder()
-
newBuilder
public static LoggingProto.SourceIdentifier.Builder newBuilder(LoggingProto.SourceIdentifier prototype)
-
toBuilder
public LoggingProto.SourceIdentifier.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected LoggingProto.SourceIdentifier.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static LoggingProto.SourceIdentifier getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<LoggingProto.SourceIdentifier> parser()
-
getParserForType
public com.google.protobuf.Parser<LoggingProto.SourceIdentifier> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public LoggingProto.SourceIdentifier getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-