public static final class Osmformat.DenseInfo extends com.protobuf .GeneratedMessageLite implements Osmformat .DenseInfoOrBuilder
| 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(int index)
|
int |
getChangesetCount()
|
List |
getChangesetList()
|
static Osmformat |
getDefaultInstance()
|
Osmformat |
getDefaultInstanceForType()
|
int |
getSerializedSize()
|
long |
getTimestamp(int index)
|
int |
getTimestampCount()
|
List |
getTimestampList()
|
int |
getUid(int index)
|
int |
getUidCount()
|
List |
getUidList()
|
int |
getUserSid(int index)
|
int |
getUserSidCount()
|
List |
getUserSidList()
|
int |
getVersion(int index)
|
int |
getVersionCount()
|
List |
getVersionList()
|
boolean |
getVisible(int index)
|
int |
getVisibleCount()
|
List |
getVisibleList()
|
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.DenseInfo getDefaultInstance()
public Osmformat.DenseInfo getDefaultInstanceForType()
public int getVersionCount()
public int getVersion(int index)
public int getTimestampCount()
public long getTimestamp(int index)
public int getChangesetCount()
public long getChangeset(int index)
public int getUidCount()
public int getUid(int index)
public int getUserSidCount()
public int getUserSid(int index)
public int getVisibleCount()
public boolean getVisible(int index)
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.DenseInfo parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.DenseInfo parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.DenseInfo parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.DenseInfo parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.DenseInfo parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.DenseInfo parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.DenseInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.DenseInfo parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.DenseInfo parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Osmformat.DenseInfo parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.DenseInfo .Builder newBuilder()
public Osmformat.DenseInfo .Builder newBuilderForType()
public static Osmformat.DenseInfo .Builder newBuilder(Osmformat .DenseInfo prototype)
public Osmformat.DenseInfo .Builder toBuilder()