Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addAllChangeset(Iterable<? extends Long> values)
repeated sint64 changeset = 3 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addAllTimestamp(Iterable<? extends Long> values)
repeated sint64 timestamp = 2 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addAllUid(Iterable<? extends Integer> values)
repeated sint32 uid = 4 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addAllUserSid(Iterable<? extends Integer> values)
repeated sint32 user_sid = 5 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addAllVersion(Iterable<? extends Integer> values)
repeated int32 version = 1 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addAllVisible(Iterable<? extends Boolean> values)
repeated bool visible = 6 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addChangeset(long value)
repeated sint64 changeset = 3 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addTimestamp(long value)
repeated sint64 timestamp = 2 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addUid(int value)
repeated sint32 uid = 4 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addUserSid(int value)
repeated sint32 user_sid = 5 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addVersion(int value)
repeated int32 version = 1 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.addVisible(boolean value)
repeated bool visible = 6 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.clear()
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.clearChangeset()
repeated sint64 changeset = 3 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.clearTimestamp()
repeated sint64 timestamp = 2 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.clearUid()
repeated sint32 uid = 4 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.clearUserSid()
repeated sint32 user_sid = 5 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.clearVersion()
repeated int32 version = 1 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.clearVisible()
repeated bool visible = 6 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.clone()
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.mergeFrom(Osmformat.DenseInfo other)
|
static Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.newBuilder()
|
static Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.newBuilder(Osmformat.DenseInfo prototype)
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.newBuilderForType()
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.setChangeset(int index, long value)
repeated sint64 changeset = 3 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.setTimestamp(int index, long value)
repeated sint64 timestamp = 2 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.setUid(int index, int value)
repeated sint32 uid = 4 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.setUserSid(int index, int value)
repeated sint32 user_sid = 5 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.setVersion(int index, int value)
repeated int32 version = 1 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.Builder.setVisible(int index, boolean value)
repeated bool visible = 6 [packed = true];
|
Osmformat.DenseInfo.Builder |
Osmformat.DenseInfo.toBuilder()
|