org.openstreetmap.atlas.proto.ProtoAtlasMetaData Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ProtoAtlasMetaData.proto
package org.openstreetmap.atlas.proto;
/**
* Protobuf type {@code org.openstreetmap.atlas.proto.ProtoAtlasMetaData}
*/
public final class ProtoAtlasMetaData extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:org.openstreetmap.atlas.proto.ProtoAtlasMetaData)
ProtoAtlasMetaDataOrBuilder {
// Use ProtoAtlasMetaData.newBuilder() to construct.
private ProtoAtlasMetaData(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private ProtoAtlasMetaData(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final ProtoAtlasMetaData defaultInstance;
public static ProtoAtlasMetaData getDefaultInstance() {
return defaultInstance;
}
public ProtoAtlasMetaData getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ProtoAtlasMetaData(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 8: {
bitField0_ |= 0x00000001;
edgeNumber_ = input.readInt64();
break;
}
case 16: {
bitField0_ |= 0x00000002;
nodeNumber_ = input.readInt64();
break;
}
case 24: {
bitField0_ |= 0x00000004;
areaNumber_ = input.readInt64();
break;
}
case 32: {
bitField0_ |= 0x00000008;
lineNumber_ = input.readInt64();
break;
}
case 40: {
bitField0_ |= 0x00000010;
pointNumber_ = input.readInt64();
break;
}
case 48: {
bitField0_ |= 0x00000020;
relationNumber_ = input.readInt64();
break;
}
case 56: {
bitField0_ |= 0x00000040;
original_ = input.readBool();
break;
}
case 66: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000080;
codeVersion_ = bs;
break;
}
case 74: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000100;
dataVersion_ = bs;
break;
}
case 82: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000200;
country_ = bs;
break;
}
case 90: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000400;
shardName_ = bs;
break;
}
case 98: {
if (!((mutable_bitField0_ & 0x00000800) == 0x00000800)) {
tags_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000800;
}
tags_.add(input.readMessage(org.openstreetmap.atlas.proto.ProtoTag.PARSER, extensionRegistry));
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000800) == 0x00000800)) {
tags_ = java.util.Collections.unmodifiableList(tags_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.openstreetmap.atlas.proto.ProtoAtlasMetaDataWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoAtlasMetaData_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.openstreetmap.atlas.proto.ProtoAtlasMetaDataWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoAtlasMetaData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.openstreetmap.atlas.proto.ProtoAtlasMetaData.class, org.openstreetmap.atlas.proto.ProtoAtlasMetaData.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public ProtoAtlasMetaData parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ProtoAtlasMetaData(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int EDGENUMBER_FIELD_NUMBER = 1;
private long edgeNumber_;
/**
* optional int64 edgeNumber = 1;
*/
public boolean hasEdgeNumber() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional int64 edgeNumber = 1;
*/
public long getEdgeNumber() {
return edgeNumber_;
}
public static final int NODENUMBER_FIELD_NUMBER = 2;
private long nodeNumber_;
/**
* optional int64 nodeNumber = 2;
*/
public boolean hasNodeNumber() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int64 nodeNumber = 2;
*/
public long getNodeNumber() {
return nodeNumber_;
}
public static final int AREANUMBER_FIELD_NUMBER = 3;
private long areaNumber_;
/**
* optional int64 areaNumber = 3;
*/
public boolean hasAreaNumber() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional int64 areaNumber = 3;
*/
public long getAreaNumber() {
return areaNumber_;
}
public static final int LINENUMBER_FIELD_NUMBER = 4;
private long lineNumber_;
/**
* optional int64 lineNumber = 4;
*/
public boolean hasLineNumber() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional int64 lineNumber = 4;
*/
public long getLineNumber() {
return lineNumber_;
}
public static final int POINTNUMBER_FIELD_NUMBER = 5;
private long pointNumber_;
/**
* optional int64 pointNumber = 5;
*/
public boolean hasPointNumber() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional int64 pointNumber = 5;
*/
public long getPointNumber() {
return pointNumber_;
}
public static final int RELATIONNUMBER_FIELD_NUMBER = 6;
private long relationNumber_;
/**
* optional int64 relationNumber = 6;
*/
public boolean hasRelationNumber() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional int64 relationNumber = 6;
*/
public long getRelationNumber() {
return relationNumber_;
}
public static final int ORIGINAL_FIELD_NUMBER = 7;
private boolean original_;
/**
* optional bool original = 7;
*/
public boolean hasOriginal() {
return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* optional bool original = 7;
*/
public boolean getOriginal() {
return original_;
}
public static final int CODEVERSION_FIELD_NUMBER = 8;
private java.lang.Object codeVersion_;
/**
* optional string codeVersion = 8;
*/
public boolean hasCodeVersion() {
return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* optional string codeVersion = 8;
*/
public java.lang.String getCodeVersion() {
java.lang.Object ref = codeVersion_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
codeVersion_ = s;
}
return s;
}
}
/**
* optional string codeVersion = 8;
*/
public com.google.protobuf.ByteString
getCodeVersionBytes() {
java.lang.Object ref = codeVersion_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
codeVersion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DATAVERSION_FIELD_NUMBER = 9;
private java.lang.Object dataVersion_;
/**
* optional string dataVersion = 9;
*/
public boolean hasDataVersion() {
return ((bitField0_ & 0x00000100) == 0x00000100);
}
/**
* optional string dataVersion = 9;
*/
public java.lang.String getDataVersion() {
java.lang.Object ref = dataVersion_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
dataVersion_ = s;
}
return s;
}
}
/**
* optional string dataVersion = 9;
*/
public com.google.protobuf.ByteString
getDataVersionBytes() {
java.lang.Object ref = dataVersion_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
dataVersion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int COUNTRY_FIELD_NUMBER = 10;
private java.lang.Object country_;
/**
* optional string country = 10;
*/
public boolean hasCountry() {
return ((bitField0_ & 0x00000200) == 0x00000200);
}
/**
* optional string country = 10;
*/
public java.lang.String getCountry() {
java.lang.Object ref = country_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
country_ = s;
}
return s;
}
}
/**
* optional string country = 10;
*/
public com.google.protobuf.ByteString
getCountryBytes() {
java.lang.Object ref = country_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
country_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SHARDNAME_FIELD_NUMBER = 11;
private java.lang.Object shardName_;
/**
* optional string shardName = 11;
*/
public boolean hasShardName() {
return ((bitField0_ & 0x00000400) == 0x00000400);
}
/**
* optional string shardName = 11;
*/
public java.lang.String getShardName() {
java.lang.Object ref = shardName_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
shardName_ = s;
}
return s;
}
}
/**
* optional string shardName = 11;
*/
public com.google.protobuf.ByteString
getShardNameBytes() {
java.lang.Object ref = shardName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
shardName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int TAGS_FIELD_NUMBER = 12;
private java.util.List tags_;
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public java.util.List getTagsList() {
return tags_;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public java.util.List extends org.openstreetmap.atlas.proto.ProtoTagOrBuilder>
getTagsOrBuilderList() {
return tags_;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public int getTagsCount() {
return tags_.size();
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public org.openstreetmap.atlas.proto.ProtoTag getTags(int index) {
return tags_.get(index);
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public org.openstreetmap.atlas.proto.ProtoTagOrBuilder getTagsOrBuilder(
int index) {
return tags_.get(index);
}
private void initFields() {
edgeNumber_ = 0L;
nodeNumber_ = 0L;
areaNumber_ = 0L;
lineNumber_ = 0L;
pointNumber_ = 0L;
relationNumber_ = 0L;
original_ = false;
codeVersion_ = "";
dataVersion_ = "";
country_ = "";
shardName_ = "";
tags_ = java.util.Collections.emptyList();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeInt64(1, edgeNumber_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeInt64(2, nodeNumber_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeInt64(3, areaNumber_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
output.writeInt64(4, lineNumber_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
output.writeInt64(5, pointNumber_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
output.writeInt64(6, relationNumber_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
output.writeBool(7, original_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
output.writeBytes(8, getCodeVersionBytes());
}
if (((bitField0_ & 0x00000100) == 0x00000100)) {
output.writeBytes(9, getDataVersionBytes());
}
if (((bitField0_ & 0x00000200) == 0x00000200)) {
output.writeBytes(10, getCountryBytes());
}
if (((bitField0_ & 0x00000400) == 0x00000400)) {
output.writeBytes(11, getShardNameBytes());
}
for (int i = 0; i < tags_.size(); i++) {
output.writeMessage(12, tags_.get(i));
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(1, edgeNumber_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(2, nodeNumber_);
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(3, areaNumber_);
}
if (((bitField0_ & 0x00000008) == 0x00000008)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(4, lineNumber_);
}
if (((bitField0_ & 0x00000010) == 0x00000010)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(5, pointNumber_);
}
if (((bitField0_ & 0x00000020) == 0x00000020)) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(6, relationNumber_);
}
if (((bitField0_ & 0x00000040) == 0x00000040)) {
size += com.google.protobuf.CodedOutputStream
.computeBoolSize(7, original_);
}
if (((bitField0_ & 0x00000080) == 0x00000080)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(8, getCodeVersionBytes());
}
if (((bitField0_ & 0x00000100) == 0x00000100)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(9, getDataVersionBytes());
}
if (((bitField0_ & 0x00000200) == 0x00000200)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(10, getCountryBytes());
}
if (((bitField0_ & 0x00000400) == 0x00000400)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(11, getShardNameBytes());
}
for (int i = 0; i < tags_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(12, tags_.get(i));
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static org.openstreetmap.atlas.proto.ProtoAtlasMetaData parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(org.openstreetmap.atlas.proto.ProtoAtlasMetaData prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code org.openstreetmap.atlas.proto.ProtoAtlasMetaData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:org.openstreetmap.atlas.proto.ProtoAtlasMetaData)
org.openstreetmap.atlas.proto.ProtoAtlasMetaDataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.openstreetmap.atlas.proto.ProtoAtlasMetaDataWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoAtlasMetaData_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.openstreetmap.atlas.proto.ProtoAtlasMetaDataWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoAtlasMetaData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.openstreetmap.atlas.proto.ProtoAtlasMetaData.class, org.openstreetmap.atlas.proto.ProtoAtlasMetaData.Builder.class);
}
// Construct using org.openstreetmap.atlas.proto.ProtoAtlasMetaData.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getTagsFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
edgeNumber_ = 0L;
bitField0_ = (bitField0_ & ~0x00000001);
nodeNumber_ = 0L;
bitField0_ = (bitField0_ & ~0x00000002);
areaNumber_ = 0L;
bitField0_ = (bitField0_ & ~0x00000004);
lineNumber_ = 0L;
bitField0_ = (bitField0_ & ~0x00000008);
pointNumber_ = 0L;
bitField0_ = (bitField0_ & ~0x00000010);
relationNumber_ = 0L;
bitField0_ = (bitField0_ & ~0x00000020);
original_ = false;
bitField0_ = (bitField0_ & ~0x00000040);
codeVersion_ = "";
bitField0_ = (bitField0_ & ~0x00000080);
dataVersion_ = "";
bitField0_ = (bitField0_ & ~0x00000100);
country_ = "";
bitField0_ = (bitField0_ & ~0x00000200);
shardName_ = "";
bitField0_ = (bitField0_ & ~0x00000400);
if (tagsBuilder_ == null) {
tags_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000800);
} else {
tagsBuilder_.clear();
}
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.openstreetmap.atlas.proto.ProtoAtlasMetaDataWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoAtlasMetaData_descriptor;
}
public org.openstreetmap.atlas.proto.ProtoAtlasMetaData getDefaultInstanceForType() {
return org.openstreetmap.atlas.proto.ProtoAtlasMetaData.getDefaultInstance();
}
public org.openstreetmap.atlas.proto.ProtoAtlasMetaData build() {
org.openstreetmap.atlas.proto.ProtoAtlasMetaData result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.openstreetmap.atlas.proto.ProtoAtlasMetaData buildPartial() {
org.openstreetmap.atlas.proto.ProtoAtlasMetaData result = new org.openstreetmap.atlas.proto.ProtoAtlasMetaData(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.edgeNumber_ = edgeNumber_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.nodeNumber_ = nodeNumber_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.areaNumber_ = areaNumber_;
if (((from_bitField0_ & 0x00000008) == 0x00000008)) {
to_bitField0_ |= 0x00000008;
}
result.lineNumber_ = lineNumber_;
if (((from_bitField0_ & 0x00000010) == 0x00000010)) {
to_bitField0_ |= 0x00000010;
}
result.pointNumber_ = pointNumber_;
if (((from_bitField0_ & 0x00000020) == 0x00000020)) {
to_bitField0_ |= 0x00000020;
}
result.relationNumber_ = relationNumber_;
if (((from_bitField0_ & 0x00000040) == 0x00000040)) {
to_bitField0_ |= 0x00000040;
}
result.original_ = original_;
if (((from_bitField0_ & 0x00000080) == 0x00000080)) {
to_bitField0_ |= 0x00000080;
}
result.codeVersion_ = codeVersion_;
if (((from_bitField0_ & 0x00000100) == 0x00000100)) {
to_bitField0_ |= 0x00000100;
}
result.dataVersion_ = dataVersion_;
if (((from_bitField0_ & 0x00000200) == 0x00000200)) {
to_bitField0_ |= 0x00000200;
}
result.country_ = country_;
if (((from_bitField0_ & 0x00000400) == 0x00000400)) {
to_bitField0_ |= 0x00000400;
}
result.shardName_ = shardName_;
if (tagsBuilder_ == null) {
if (((bitField0_ & 0x00000800) == 0x00000800)) {
tags_ = java.util.Collections.unmodifiableList(tags_);
bitField0_ = (bitField0_ & ~0x00000800);
}
result.tags_ = tags_;
} else {
result.tags_ = tagsBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.openstreetmap.atlas.proto.ProtoAtlasMetaData) {
return mergeFrom((org.openstreetmap.atlas.proto.ProtoAtlasMetaData)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.openstreetmap.atlas.proto.ProtoAtlasMetaData other) {
if (other == org.openstreetmap.atlas.proto.ProtoAtlasMetaData.getDefaultInstance()) return this;
if (other.hasEdgeNumber()) {
setEdgeNumber(other.getEdgeNumber());
}
if (other.hasNodeNumber()) {
setNodeNumber(other.getNodeNumber());
}
if (other.hasAreaNumber()) {
setAreaNumber(other.getAreaNumber());
}
if (other.hasLineNumber()) {
setLineNumber(other.getLineNumber());
}
if (other.hasPointNumber()) {
setPointNumber(other.getPointNumber());
}
if (other.hasRelationNumber()) {
setRelationNumber(other.getRelationNumber());
}
if (other.hasOriginal()) {
setOriginal(other.getOriginal());
}
if (other.hasCodeVersion()) {
bitField0_ |= 0x00000080;
codeVersion_ = other.codeVersion_;
onChanged();
}
if (other.hasDataVersion()) {
bitField0_ |= 0x00000100;
dataVersion_ = other.dataVersion_;
onChanged();
}
if (other.hasCountry()) {
bitField0_ |= 0x00000200;
country_ = other.country_;
onChanged();
}
if (other.hasShardName()) {
bitField0_ |= 0x00000400;
shardName_ = other.shardName_;
onChanged();
}
if (tagsBuilder_ == null) {
if (!other.tags_.isEmpty()) {
if (tags_.isEmpty()) {
tags_ = other.tags_;
bitField0_ = (bitField0_ & ~0x00000800);
} else {
ensureTagsIsMutable();
tags_.addAll(other.tags_);
}
onChanged();
}
} else {
if (!other.tags_.isEmpty()) {
if (tagsBuilder_.isEmpty()) {
tagsBuilder_.dispose();
tagsBuilder_ = null;
tags_ = other.tags_;
bitField0_ = (bitField0_ & ~0x00000800);
tagsBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getTagsFieldBuilder() : null;
} else {
tagsBuilder_.addAllMessages(other.tags_);
}
}
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.openstreetmap.atlas.proto.ProtoAtlasMetaData parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.openstreetmap.atlas.proto.ProtoAtlasMetaData) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private long edgeNumber_ ;
/**
* optional int64 edgeNumber = 1;
*/
public boolean hasEdgeNumber() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional int64 edgeNumber = 1;
*/
public long getEdgeNumber() {
return edgeNumber_;
}
/**
* optional int64 edgeNumber = 1;
*/
public Builder setEdgeNumber(long value) {
bitField0_ |= 0x00000001;
edgeNumber_ = value;
onChanged();
return this;
}
/**
* optional int64 edgeNumber = 1;
*/
public Builder clearEdgeNumber() {
bitField0_ = (bitField0_ & ~0x00000001);
edgeNumber_ = 0L;
onChanged();
return this;
}
private long nodeNumber_ ;
/**
* optional int64 nodeNumber = 2;
*/
public boolean hasNodeNumber() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional int64 nodeNumber = 2;
*/
public long getNodeNumber() {
return nodeNumber_;
}
/**
* optional int64 nodeNumber = 2;
*/
public Builder setNodeNumber(long value) {
bitField0_ |= 0x00000002;
nodeNumber_ = value;
onChanged();
return this;
}
/**
* optional int64 nodeNumber = 2;
*/
public Builder clearNodeNumber() {
bitField0_ = (bitField0_ & ~0x00000002);
nodeNumber_ = 0L;
onChanged();
return this;
}
private long areaNumber_ ;
/**
* optional int64 areaNumber = 3;
*/
public boolean hasAreaNumber() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* optional int64 areaNumber = 3;
*/
public long getAreaNumber() {
return areaNumber_;
}
/**
* optional int64 areaNumber = 3;
*/
public Builder setAreaNumber(long value) {
bitField0_ |= 0x00000004;
areaNumber_ = value;
onChanged();
return this;
}
/**
* optional int64 areaNumber = 3;
*/
public Builder clearAreaNumber() {
bitField0_ = (bitField0_ & ~0x00000004);
areaNumber_ = 0L;
onChanged();
return this;
}
private long lineNumber_ ;
/**
* optional int64 lineNumber = 4;
*/
public boolean hasLineNumber() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional int64 lineNumber = 4;
*/
public long getLineNumber() {
return lineNumber_;
}
/**
* optional int64 lineNumber = 4;
*/
public Builder setLineNumber(long value) {
bitField0_ |= 0x00000008;
lineNumber_ = value;
onChanged();
return this;
}
/**
* optional int64 lineNumber = 4;
*/
public Builder clearLineNumber() {
bitField0_ = (bitField0_ & ~0x00000008);
lineNumber_ = 0L;
onChanged();
return this;
}
private long pointNumber_ ;
/**
* optional int64 pointNumber = 5;
*/
public boolean hasPointNumber() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional int64 pointNumber = 5;
*/
public long getPointNumber() {
return pointNumber_;
}
/**
* optional int64 pointNumber = 5;
*/
public Builder setPointNumber(long value) {
bitField0_ |= 0x00000010;
pointNumber_ = value;
onChanged();
return this;
}
/**
* optional int64 pointNumber = 5;
*/
public Builder clearPointNumber() {
bitField0_ = (bitField0_ & ~0x00000010);
pointNumber_ = 0L;
onChanged();
return this;
}
private long relationNumber_ ;
/**
* optional int64 relationNumber = 6;
*/
public boolean hasRelationNumber() {
return ((bitField0_ & 0x00000020) == 0x00000020);
}
/**
* optional int64 relationNumber = 6;
*/
public long getRelationNumber() {
return relationNumber_;
}
/**
* optional int64 relationNumber = 6;
*/
public Builder setRelationNumber(long value) {
bitField0_ |= 0x00000020;
relationNumber_ = value;
onChanged();
return this;
}
/**
* optional int64 relationNumber = 6;
*/
public Builder clearRelationNumber() {
bitField0_ = (bitField0_ & ~0x00000020);
relationNumber_ = 0L;
onChanged();
return this;
}
private boolean original_ ;
/**
* optional bool original = 7;
*/
public boolean hasOriginal() {
return ((bitField0_ & 0x00000040) == 0x00000040);
}
/**
* optional bool original = 7;
*/
public boolean getOriginal() {
return original_;
}
/**
* optional bool original = 7;
*/
public Builder setOriginal(boolean value) {
bitField0_ |= 0x00000040;
original_ = value;
onChanged();
return this;
}
/**
* optional bool original = 7;
*/
public Builder clearOriginal() {
bitField0_ = (bitField0_ & ~0x00000040);
original_ = false;
onChanged();
return this;
}
private java.lang.Object codeVersion_ = "";
/**
* optional string codeVersion = 8;
*/
public boolean hasCodeVersion() {
return ((bitField0_ & 0x00000080) == 0x00000080);
}
/**
* optional string codeVersion = 8;
*/
public java.lang.String getCodeVersion() {
java.lang.Object ref = codeVersion_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
codeVersion_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string codeVersion = 8;
*/
public com.google.protobuf.ByteString
getCodeVersionBytes() {
java.lang.Object ref = codeVersion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
codeVersion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string codeVersion = 8;
*/
public Builder setCodeVersion(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000080;
codeVersion_ = value;
onChanged();
return this;
}
/**
* optional string codeVersion = 8;
*/
public Builder clearCodeVersion() {
bitField0_ = (bitField0_ & ~0x00000080);
codeVersion_ = getDefaultInstance().getCodeVersion();
onChanged();
return this;
}
/**
* optional string codeVersion = 8;
*/
public Builder setCodeVersionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000080;
codeVersion_ = value;
onChanged();
return this;
}
private java.lang.Object dataVersion_ = "";
/**
* optional string dataVersion = 9;
*/
public boolean hasDataVersion() {
return ((bitField0_ & 0x00000100) == 0x00000100);
}
/**
* optional string dataVersion = 9;
*/
public java.lang.String getDataVersion() {
java.lang.Object ref = dataVersion_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
dataVersion_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string dataVersion = 9;
*/
public com.google.protobuf.ByteString
getDataVersionBytes() {
java.lang.Object ref = dataVersion_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
dataVersion_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string dataVersion = 9;
*/
public Builder setDataVersion(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000100;
dataVersion_ = value;
onChanged();
return this;
}
/**
* optional string dataVersion = 9;
*/
public Builder clearDataVersion() {
bitField0_ = (bitField0_ & ~0x00000100);
dataVersion_ = getDefaultInstance().getDataVersion();
onChanged();
return this;
}
/**
* optional string dataVersion = 9;
*/
public Builder setDataVersionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000100;
dataVersion_ = value;
onChanged();
return this;
}
private java.lang.Object country_ = "";
/**
* optional string country = 10;
*/
public boolean hasCountry() {
return ((bitField0_ & 0x00000200) == 0x00000200);
}
/**
* optional string country = 10;
*/
public java.lang.String getCountry() {
java.lang.Object ref = country_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
country_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string country = 10;
*/
public com.google.protobuf.ByteString
getCountryBytes() {
java.lang.Object ref = country_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
country_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string country = 10;
*/
public Builder setCountry(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000200;
country_ = value;
onChanged();
return this;
}
/**
* optional string country = 10;
*/
public Builder clearCountry() {
bitField0_ = (bitField0_ & ~0x00000200);
country_ = getDefaultInstance().getCountry();
onChanged();
return this;
}
/**
* optional string country = 10;
*/
public Builder setCountryBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000200;
country_ = value;
onChanged();
return this;
}
private java.lang.Object shardName_ = "";
/**
* optional string shardName = 11;
*/
public boolean hasShardName() {
return ((bitField0_ & 0x00000400) == 0x00000400);
}
/**
* optional string shardName = 11;
*/
public java.lang.String getShardName() {
java.lang.Object ref = shardName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
shardName_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string shardName = 11;
*/
public com.google.protobuf.ByteString
getShardNameBytes() {
java.lang.Object ref = shardName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
shardName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string shardName = 11;
*/
public Builder setShardName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000400;
shardName_ = value;
onChanged();
return this;
}
/**
* optional string shardName = 11;
*/
public Builder clearShardName() {
bitField0_ = (bitField0_ & ~0x00000400);
shardName_ = getDefaultInstance().getShardName();
onChanged();
return this;
}
/**
* optional string shardName = 11;
*/
public Builder setShardNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000400;
shardName_ = value;
onChanged();
return this;
}
private java.util.List tags_ =
java.util.Collections.emptyList();
private void ensureTagsIsMutable() {
if (!((bitField0_ & 0x00000800) == 0x00000800)) {
tags_ = new java.util.ArrayList(tags_);
bitField0_ |= 0x00000800;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
org.openstreetmap.atlas.proto.ProtoTag, org.openstreetmap.atlas.proto.ProtoTag.Builder, org.openstreetmap.atlas.proto.ProtoTagOrBuilder> tagsBuilder_;
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public java.util.List getTagsList() {
if (tagsBuilder_ == null) {
return java.util.Collections.unmodifiableList(tags_);
} else {
return tagsBuilder_.getMessageList();
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public int getTagsCount() {
if (tagsBuilder_ == null) {
return tags_.size();
} else {
return tagsBuilder_.getCount();
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public org.openstreetmap.atlas.proto.ProtoTag getTags(int index) {
if (tagsBuilder_ == null) {
return tags_.get(index);
} else {
return tagsBuilder_.getMessage(index);
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder setTags(
int index, org.openstreetmap.atlas.proto.ProtoTag value) {
if (tagsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTagsIsMutable();
tags_.set(index, value);
onChanged();
} else {
tagsBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder setTags(
int index, org.openstreetmap.atlas.proto.ProtoTag.Builder builderForValue) {
if (tagsBuilder_ == null) {
ensureTagsIsMutable();
tags_.set(index, builderForValue.build());
onChanged();
} else {
tagsBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder addTags(org.openstreetmap.atlas.proto.ProtoTag value) {
if (tagsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTagsIsMutable();
tags_.add(value);
onChanged();
} else {
tagsBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder addTags(
int index, org.openstreetmap.atlas.proto.ProtoTag value) {
if (tagsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureTagsIsMutable();
tags_.add(index, value);
onChanged();
} else {
tagsBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder addTags(
org.openstreetmap.atlas.proto.ProtoTag.Builder builderForValue) {
if (tagsBuilder_ == null) {
ensureTagsIsMutable();
tags_.add(builderForValue.build());
onChanged();
} else {
tagsBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder addTags(
int index, org.openstreetmap.atlas.proto.ProtoTag.Builder builderForValue) {
if (tagsBuilder_ == null) {
ensureTagsIsMutable();
tags_.add(index, builderForValue.build());
onChanged();
} else {
tagsBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder addAllTags(
java.lang.Iterable extends org.openstreetmap.atlas.proto.ProtoTag> values) {
if (tagsBuilder_ == null) {
ensureTagsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, tags_);
onChanged();
} else {
tagsBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder clearTags() {
if (tagsBuilder_ == null) {
tags_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000800);
onChanged();
} else {
tagsBuilder_.clear();
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public Builder removeTags(int index) {
if (tagsBuilder_ == null) {
ensureTagsIsMutable();
tags_.remove(index);
onChanged();
} else {
tagsBuilder_.remove(index);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public org.openstreetmap.atlas.proto.ProtoTag.Builder getTagsBuilder(
int index) {
return getTagsFieldBuilder().getBuilder(index);
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public org.openstreetmap.atlas.proto.ProtoTagOrBuilder getTagsOrBuilder(
int index) {
if (tagsBuilder_ == null) {
return tags_.get(index); } else {
return tagsBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public java.util.List extends org.openstreetmap.atlas.proto.ProtoTagOrBuilder>
getTagsOrBuilderList() {
if (tagsBuilder_ != null) {
return tagsBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(tags_);
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public org.openstreetmap.atlas.proto.ProtoTag.Builder addTagsBuilder() {
return getTagsFieldBuilder().addBuilder(
org.openstreetmap.atlas.proto.ProtoTag.getDefaultInstance());
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public org.openstreetmap.atlas.proto.ProtoTag.Builder addTagsBuilder(
int index) {
return getTagsFieldBuilder().addBuilder(
index, org.openstreetmap.atlas.proto.ProtoTag.getDefaultInstance());
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 12;
*/
public java.util.List
getTagsBuilderList() {
return getTagsFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
org.openstreetmap.atlas.proto.ProtoTag, org.openstreetmap.atlas.proto.ProtoTag.Builder, org.openstreetmap.atlas.proto.ProtoTagOrBuilder>
getTagsFieldBuilder() {
if (tagsBuilder_ == null) {
tagsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
org.openstreetmap.atlas.proto.ProtoTag, org.openstreetmap.atlas.proto.ProtoTag.Builder, org.openstreetmap.atlas.proto.ProtoTagOrBuilder>(
tags_,
((bitField0_ & 0x00000800) == 0x00000800),
getParentForChildren(),
isClean());
tags_ = null;
}
return tagsBuilder_;
}
// @@protoc_insertion_point(builder_scope:org.openstreetmap.atlas.proto.ProtoAtlasMetaData)
}
static {
defaultInstance = new ProtoAtlasMetaData(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:org.openstreetmap.atlas.proto.ProtoAtlasMetaData)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy