public static final class Osmformat.Info extends com.protobuf .GeneratedMessageLite implements Osmformat .InfoOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat
|
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 |
getDefaultInstance()
|
Osmformat |
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 |
newBuilder()
|
static Osmformat |
newBuilder(Osmformat
|
Osmformat |
newBuilderForType()
|
static Osmformat |
parseDelimitedFrom(InputStream
|
static Osmformat |
parseDelimitedFrom(InputStream
|
static Osmformat |
parseFrom(byte[] data)
|
static Osmformat |
parseFrom(byte[] data, com
|
static Osmformat |
parseFrom(com
|
static Osmformat |
parseFrom(com
|
static Osmformat |
parseFrom(com
|
static Osmformat |
parseFrom(com
|
static Osmformat |
parseFrom(InputStream
|
static Osmformat |
parseFrom(InputStream
|
Osmformat |
toBuilder()
|
protected Object |
writeReplace()
|
void |
writeTo(com
|
newRepeatedGeneratedExtension, newSingularGeneratedExtensionpublic 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 Osmformat.Info getDefaultInstanceForType()
public boolean hasVersion()
public int getVersion()
public boolean hasTimestamp()
public long getTimestamp()
public boolean hasChangeset()
public long getChangeset()
public boolean hasUid()
public int getUid()
public boolean hasUserSid()
public int getUserSid()
public boolean hasVisible()
public boolean getVisible()
public final boolean isInitialized()
public void writeTo(com.protobuf .CodedOutputStream output) throws IOException
writeTo in interface
com.google.protobuf.MessageLite
IOException
public int getSerializedSize()
protected ObjectwriteReplace() throws ObjectStreamException
writeReplace in class
com.google.protobuf.GeneratedMessageLite
ObjectStreamException
public static Osmformat.Info parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.Info parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.Info parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.Info parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.Info parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.Info parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.Info parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.Info parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.Info parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Osmformat.Info parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.Info .Builder newBuilder()
public Osmformat.Info .Builder newBuilderForType()
public static Osmformat.Info .Builder newBuilder(Osmformat .Info prototype)
public Osmformat.Info .Builder toBuilder()