public static final class Osmformat.Relation extends com.protobuf .GeneratedMessageLite implements Osmformat .RelationOrBuilder
| Modifier and Type | Class and Description |
|---|---|
static class |
Osmformat
|
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 |
ID_FIELD_NUMBER
|
static int |
INFO_FIELD_NUMBER
|
static int |
KEYS_FIELD_NUMBER
|
static int |
MEMIDS_FIELD_NUMBER
|
static int |
ROLES_SID_FIELD_NUMBER
|
static int |
TYPES_FIELD_NUMBER
|
static int |
VALS_FIELD_NUMBER
|
| Modifier and Type | Method and Description |
|---|---|
static Osmformat |
getDefaultInstance()
|
Osmformat |
getDefaultInstanceForType()
|
long |
getId()
|
Osmformat |
getInfo()
|
int |
getKeys(int index)
|
int |
getKeysCount()
|
List |
getKeysList()
|
long |
getMemids(int index)
|
int |
getMemidsCount()
|
List |
getMemidsList()
|
int |
getRolesSid(int index)
|
int |
getRolesSidCount()
|
List |
getRolesSidList()
|
int |
getSerializedSize()
|
Osmformat |
getTypes(int index)
|
int |
getTypesCount()
|
List |
getTypesList()
|
int |
getVals(int index)
|
int |
getValsCount()
|
List |
getValsList()
|
boolean |
hasId()
|
boolean |
hasInfo()
|
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 ID_FIELD_NUMBER
public static final int KEYS_FIELD_NUMBER
public static final int VALS_FIELD_NUMBER
public static final int INFO_FIELD_NUMBER
public static final int ROLES_SID_FIELD_NUMBER
public static final int MEMIDS_FIELD_NUMBER
public static final int TYPES_FIELD_NUMBER
public static Osmformat.Relation getDefaultInstance()
public Osmformat.Relation getDefaultInstanceForType()
public boolean hasId()
public long getId()
public int getKeysCount()
public int getKeys(int index)
public int getValsCount()
public int getVals(int index)
public boolean hasInfo()
public Osmformat.Info getInfo()
public int getRolesSidCount()
public int getRolesSid(int index)
public int getMemidsCount()
public long getMemids(int index)
public List<Osmformat .Relation .MemberType > getTypesList()
public int getTypesCount()
public Osmformat.Relation .MemberType getTypes(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.Relation parseFrom(com .protobuf .ByteString data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.Relation parseFrom(com .protobuf .ByteString data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.Relation parseFrom(byte[] data) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.Relation parseFrom(byte[] data, com .protobuf .ExtensionRegistryLite extensionRegistry) throws com .protobuf .InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Osmformat.Relation parseFrom(InputStream input) throws IOException
IOException
public static Osmformat.Relation parseFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.Relation parseDelimitedFrom(InputStream input) throws IOException
IOException
public static Osmformat.Relation parseDelimitedFrom(InputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.Relation parseFrom(com .protobuf .CodedInputStream input) throws IOException
IOException
public static Osmformat.Relation parseFrom(com .protobuf .CodedInputStream input, com .protobuf .ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static Osmformat.Relation .Builder newBuilder()
public Osmformat.Relation .Builder newBuilderForType()
public static Osmformat.Relation .Builder newBuilder(Osmformat .Relation prototype)
public Osmformat.Relation .Builder toBuilder()