public static final class SimpleProtobuf.Simple extends com.google.protobuf.GeneratedMessageV3 implements SimpleProtobuf.SimpleOrBuilder
com.adgear.anoa.test.simple.Simple| Modifier and Type | Class and Description |
|---|---|
static class |
SimpleProtobuf.Simple.Builder
Protobuf type
com.adgear.anoa.test.simple.Simple |
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| Modifier and Type | Field and Description |
|---|---|
static int |
BAR_FIELD_NUMBER |
static int |
BAZ_FIELD_NUMBER |
static int |
FOO_FIELD_NUMBER |
static com.google.protobuf.Parser<SimpleProtobuf.Simple> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.ByteString |
getBar()
field #2
|
double |
getBaz()
field #3
|
static SimpleProtobuf.Simple |
getDefaultInstance() |
SimpleProtobuf.Simple |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getFoo()
field #1
|
com.google.protobuf.Parser<SimpleProtobuf.Simple> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasBar()
field #2
|
boolean |
hasBaz()
field #3
|
boolean |
hasFoo()
field #1
|
int |
hashCode() |
boolean |
isInitialized() |
static SimpleProtobuf.Simple.Builder |
newBuilder() |
static SimpleProtobuf.Simple.Builder |
newBuilder(SimpleProtobuf.Simple prototype) |
SimpleProtobuf.Simple.Builder |
newBuilderForType() |
static SimpleProtobuf.Simple |
parseDelimitedFrom(InputStream input) |
static SimpleProtobuf.Simple |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SimpleProtobuf.Simple |
parseFrom(byte[] data) |
static SimpleProtobuf.Simple |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SimpleProtobuf.Simple |
parseFrom(com.google.protobuf.ByteString data) |
static SimpleProtobuf.Simple |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SimpleProtobuf.Simple |
parseFrom(com.google.protobuf.CodedInputStream input) |
static SimpleProtobuf.Simple |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static SimpleProtobuf.Simple |
parseFrom(InputStream input) |
static SimpleProtobuf.Simple |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<SimpleProtobuf.Simple> |
parser() |
SimpleProtobuf.Simple.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int FOO_FIELD_NUMBER
public static final int BAR_FIELD_NUMBER
public static final int BAZ_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<SimpleProtobuf.Simple> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasFoo()
field #1
optional sint64 foo = 1;hasFoo in interface SimpleProtobuf.SimpleOrBuilderpublic long getFoo()
field #1
optional sint64 foo = 1;getFoo in interface SimpleProtobuf.SimpleOrBuilderpublic boolean hasBar()
field #2
optional bytes bar = 2;hasBar in interface SimpleProtobuf.SimpleOrBuilderpublic com.google.protobuf.ByteString getBar()
field #2
optional bytes bar = 2;getBar in interface SimpleProtobuf.SimpleOrBuilderpublic boolean hasBaz()
field #3
optional double baz = 3;hasBaz in interface SimpleProtobuf.SimpleOrBuilderpublic double getBaz()
field #3
optional double baz = 3;getBaz in interface SimpleProtobuf.SimpleOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static SimpleProtobuf.Simple parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SimpleProtobuf.Simple parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SimpleProtobuf.Simple parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SimpleProtobuf.Simple parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static SimpleProtobuf.Simple parseFrom(InputStream input) throws IOException
IOExceptionpublic static SimpleProtobuf.Simple parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SimpleProtobuf.Simple parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static SimpleProtobuf.Simple parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static SimpleProtobuf.Simple parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static SimpleProtobuf.Simple parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic SimpleProtobuf.Simple.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static SimpleProtobuf.Simple.Builder newBuilder()
public static SimpleProtobuf.Simple.Builder newBuilder(SimpleProtobuf.Simple prototype)
public SimpleProtobuf.Simple.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static SimpleProtobuf.Simple getDefaultInstance()
public static com.google.protobuf.Parser<SimpleProtobuf.Simple> parser()
public com.google.protobuf.Parser<SimpleProtobuf.Simple> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public SimpleProtobuf.Simple getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2013–2016 AdGear Technologies Inc.. All rights reserved.