public static final class Osmformat.Info extends com.google.protobuf.GeneratedMessageLite implements Osmformat.InfoOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat.Info.Builder |
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 int |
CHANGESET_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
UID_FIELD_NUMBER |
static int |
USER_SID_FIELD_NUMBER |
static int |
VERSION_FIELD_NUMBER |
static int |
VISIBLE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
long |
getChangeset() |
static Osmformat.Info |
getDefaultInstance() |
Osmformat.Info |
getDefaultInstanceForType() |
int |
getSerializedSize() |
long |
getTimestamp() |
int |
getUid() |
int |
getUserSid() |
int |
getVersion() |
boolean |
getVisible() |
boolean |
hasChangeset() |
boolean |
hasTimestamp() |
boolean |
hasUid() |
boolean |
hasUserSid() |
boolean |
hasVersion() |
boolean |
hasVisible() |
boolean |
isInitialized() |
static Osmformat.Info.Builder |
newBuilder() |
static Osmformat.Info.Builder |
newBuilder(Osmformat.Info prototype) |
Osmformat.Info.Builder |
newBuilderForType() |
static Osmformat.Info |
parseDelimitedFrom(InputStream input) |
static Osmformat.Info |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Info |
parseFrom(byte[] data) |
static Osmformat.Info |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Info |
parseFrom(com.google.protobuf.ByteString data) |
static Osmformat.Info |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Info |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Osmformat.Info |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Osmformat.Info |
parseFrom(InputStream input) |
static Osmformat.Info |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Osmformat.Info.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getParserForType, makeExtensionsImmutable, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseUnknownFieldpublic static final int VERSION_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
public static final int CHANGESET_FIELD_NUMBER
public static final int UID_FIELD_NUMBER
public static final int USER_SID_FIELD_NUMBER
public static final int VISIBLE_FIELD_NUMBER
public static Osmformat.Info getDefaultInstance()
public static Osmformat.Info.Builder newBuilder()
public static Osmformat.Info.Builder newBuilder(Osmformat.Info prototype)
public static Osmformat.Info parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Osmformat.Info parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Osmformat.Info parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Info parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Info parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Info parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Osmformat.Info parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Osmformat.Info parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Osmformat.Info parseFrom(InputStream input) throws IOException
IOExceptionpublic static Osmformat.Info parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic long getChangeset()
getChangeset in interface Osmformat.InfoOrBuilderpublic Osmformat.Info getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilderpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitepublic long getTimestamp()
getTimestamp in interface Osmformat.InfoOrBuilderpublic int getUid()
getUid in interface Osmformat.InfoOrBuilderpublic int getUserSid()
getUserSid in interface Osmformat.InfoOrBuilderpublic int getVersion()
getVersion in interface Osmformat.InfoOrBuilderpublic boolean getVisible()
getVisible in interface Osmformat.InfoOrBuilderpublic boolean hasChangeset()
hasChangeset in interface Osmformat.InfoOrBuilderpublic boolean hasTimestamp()
hasTimestamp in interface Osmformat.InfoOrBuilderpublic boolean hasUid()
hasUid in interface Osmformat.InfoOrBuilderpublic boolean hasUserSid()
hasUserSid in interface Osmformat.InfoOrBuilderpublic boolean hasVersion()
hasVersion in interface Osmformat.InfoOrBuilderpublic boolean hasVisible()
hasVisible in interface Osmformat.InfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderpublic Osmformat.Info.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessageLitepublic Osmformat.Info.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessageLiteprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageLiteObjectStreamExceptionpublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLiteIOExceptionCopyright © 2015 Revolution Systems Inc.. All rights reserved.