public static final class LiteEqualsAndHash.Empty extends com.google.protobuf.GeneratedMessageLite implements LiteEqualsAndHash.EmptyOrBuilder
protobuf_unittest.lite_equals_and_hash.Empty| Modifier and Type | Class and Description |
|---|---|
static class |
LiteEqualsAndHash.Empty.Builder
Protobuf type
protobuf_unittest.lite_equals_and_hash.Empty |
com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>| Modifier and Type | Field and Description |
|---|---|
static com.google.protobuf.Parser<LiteEqualsAndHash.Empty> |
PARSER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static LiteEqualsAndHash.Empty |
getDefaultInstance() |
LiteEqualsAndHash.Empty |
getDefaultInstanceForType() |
com.google.protobuf.Parser<LiteEqualsAndHash.Empty> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
boolean |
isInitialized() |
static LiteEqualsAndHash.Empty.Builder |
newBuilder() |
static LiteEqualsAndHash.Empty.Builder |
newBuilder(LiteEqualsAndHash.Empty prototype) |
LiteEqualsAndHash.Empty.Builder |
newBuilderForType() |
static LiteEqualsAndHash.Empty |
parseDelimitedFrom(java.io.InputStream input) |
static LiteEqualsAndHash.Empty |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LiteEqualsAndHash.Empty |
parseFrom(byte[] data) |
static LiteEqualsAndHash.Empty |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LiteEqualsAndHash.Empty |
parseFrom(com.google.protobuf.ByteString data) |
static LiteEqualsAndHash.Empty |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LiteEqualsAndHash.Empty |
parseFrom(com.google.protobuf.CodedInputStream input) |
static LiteEqualsAndHash.Empty |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static LiteEqualsAndHash.Empty |
parseFrom(java.io.InputStream input) |
static LiteEqualsAndHash.Empty |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
LiteEqualsAndHash.Empty.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static com.google.protobuf.Parser<LiteEqualsAndHash.Empty> PARSER
public static LiteEqualsAndHash.Empty getDefaultInstance()
public LiteEqualsAndHash.Empty getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic com.google.protobuf.Parser<LiteEqualsAndHash.Empty> getParserForType()
getParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageLitepublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLiteprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLitejava.io.ObjectStreamExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static LiteEqualsAndHash.Empty parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LiteEqualsAndHash.Empty parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LiteEqualsAndHash.Empty parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LiteEqualsAndHash.Empty parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static LiteEqualsAndHash.Empty parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LiteEqualsAndHash.Empty parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LiteEqualsAndHash.Empty parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LiteEqualsAndHash.Empty parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LiteEqualsAndHash.Empty parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static LiteEqualsAndHash.Empty parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static LiteEqualsAndHash.Empty.Builder newBuilder()
public LiteEqualsAndHash.Empty.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic static LiteEqualsAndHash.Empty.Builder newBuilder(LiteEqualsAndHash.Empty prototype)
public LiteEqualsAndHash.Empty.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLite