org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ProtoIntegerArrayOfArrays.proto
package org.openstreetmap.atlas.proto;
/**
* Protobuf type {@code org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays}
*/
public final class ProtoIntegerArrayOfArrays extends
com.google.protobuf.GeneratedMessage implements
// @@protoc_insertion_point(message_implements:org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays)
ProtoIntegerArrayOfArraysOrBuilder {
// Use ProtoIntegerArrayOfArrays.newBuilder() to construct.
private ProtoIntegerArrayOfArrays(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private ProtoIntegerArrayOfArrays(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final ProtoIntegerArrayOfArrays defaultInstance;
public static ProtoIntegerArrayOfArrays getDefaultInstance() {
return defaultInstance;
}
public ProtoIntegerArrayOfArrays getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ProtoIntegerArrayOfArrays(
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 10: {
com.google.protobuf.ByteString bs = input.readBytes();
bitField0_ |= 0x00000001;
name_ = bs;
break;
}
case 18: {
if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
arrays_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000002;
}
arrays_.add(input.readMessage(org.openstreetmap.atlas.proto.ProtoIntegerArray.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_ & 0x00000002) == 0x00000002)) {
arrays_ = java.util.Collections.unmodifiableList(arrays_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArraysWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoIntegerArrayOfArrays_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArraysWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoIntegerArrayOfArrays_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays.class, org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public ProtoIntegerArrayOfArrays parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new ProtoIntegerArrayOfArrays(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
public static final int NAME_FIELD_NUMBER = 1;
private java.lang.Object name_;
/**
* optional string name = 1;
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
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()) {
name_ = s;
}
return s;
}
}
/**
* optional string name = 1;
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ARRAYS_FIELD_NUMBER = 2;
private java.util.List arrays_;
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public java.util.List getArraysList() {
return arrays_;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public java.util.List extends org.openstreetmap.atlas.proto.ProtoIntegerArrayOrBuilder>
getArraysOrBuilderList() {
return arrays_;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public int getArraysCount() {
return arrays_.size();
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public org.openstreetmap.atlas.proto.ProtoIntegerArray getArrays(int index) {
return arrays_.get(index);
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public org.openstreetmap.atlas.proto.ProtoIntegerArrayOrBuilder getArraysOrBuilder(
int index) {
return arrays_.get(index);
}
private void initFields() {
name_ = "";
arrays_ = 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.writeBytes(1, getNameBytes());
}
for (int i = 0; i < arrays_.size(); i++) {
output.writeMessage(2, arrays_.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
.computeBytesSize(1, getNameBytes());
}
for (int i = 0; i < arrays_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, arrays_.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.ProtoIntegerArrayOfArrays parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays 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.ProtoIntegerArrayOfArrays parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays 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.ProtoIntegerArrayOfArrays parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays 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.ProtoIntegerArrayOfArrays parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays 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.ProtoIntegerArrayOfArrays 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.ProtoIntegerArrayOfArrays}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder implements
// @@protoc_insertion_point(builder_implements:org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays)
org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArraysOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArraysWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoIntegerArrayOfArrays_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArraysWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoIntegerArrayOfArrays_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays.class, org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays.Builder.class);
}
// Construct using org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getArraysFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
name_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
if (arraysBuilder_ == null) {
arrays_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
} else {
arraysBuilder_.clear();
}
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArraysWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoIntegerArrayOfArrays_descriptor;
}
public org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays getDefaultInstanceForType() {
return org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays.getDefaultInstance();
}
public org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays build() {
org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays buildPartial() {
org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays result = new org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.name_ = name_;
if (arraysBuilder_ == null) {
if (((bitField0_ & 0x00000002) == 0x00000002)) {
arrays_ = java.util.Collections.unmodifiableList(arrays_);
bitField0_ = (bitField0_ & ~0x00000002);
}
result.arrays_ = arrays_;
} else {
result.arrays_ = arraysBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays) {
return mergeFrom((org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays other) {
if (other == org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays.getDefaultInstance()) return this;
if (other.hasName()) {
bitField0_ |= 0x00000001;
name_ = other.name_;
onChanged();
}
if (arraysBuilder_ == null) {
if (!other.arrays_.isEmpty()) {
if (arrays_.isEmpty()) {
arrays_ = other.arrays_;
bitField0_ = (bitField0_ & ~0x00000002);
} else {
ensureArraysIsMutable();
arrays_.addAll(other.arrays_);
}
onChanged();
}
} else {
if (!other.arrays_.isEmpty()) {
if (arraysBuilder_.isEmpty()) {
arraysBuilder_.dispose();
arraysBuilder_ = null;
arrays_ = other.arrays_;
bitField0_ = (bitField0_ & ~0x00000002);
arraysBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getArraysFieldBuilder() : null;
} else {
arraysBuilder_.addAllMessages(other.arrays_);
}
}
}
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.ProtoIntegerArrayOfArrays parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private java.lang.Object name_ = "";
/**
* optional string name = 1;
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string name = 1;
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
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()) {
name_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string name = 1;
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string name = 1;
*/
public Builder setName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
name_ = value;
onChanged();
return this;
}
/**
* optional string name = 1;
*/
public Builder clearName() {
bitField0_ = (bitField0_ & ~0x00000001);
name_ = getDefaultInstance().getName();
onChanged();
return this;
}
/**
* optional string name = 1;
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
name_ = value;
onChanged();
return this;
}
private java.util.List arrays_ =
java.util.Collections.emptyList();
private void ensureArraysIsMutable() {
if (!((bitField0_ & 0x00000002) == 0x00000002)) {
arrays_ = new java.util.ArrayList(arrays_);
bitField0_ |= 0x00000002;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
org.openstreetmap.atlas.proto.ProtoIntegerArray, org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder, org.openstreetmap.atlas.proto.ProtoIntegerArrayOrBuilder> arraysBuilder_;
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public java.util.List getArraysList() {
if (arraysBuilder_ == null) {
return java.util.Collections.unmodifiableList(arrays_);
} else {
return arraysBuilder_.getMessageList();
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public int getArraysCount() {
if (arraysBuilder_ == null) {
return arrays_.size();
} else {
return arraysBuilder_.getCount();
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public org.openstreetmap.atlas.proto.ProtoIntegerArray getArrays(int index) {
if (arraysBuilder_ == null) {
return arrays_.get(index);
} else {
return arraysBuilder_.getMessage(index);
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder setArrays(
int index, org.openstreetmap.atlas.proto.ProtoIntegerArray value) {
if (arraysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureArraysIsMutable();
arrays_.set(index, value);
onChanged();
} else {
arraysBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder setArrays(
int index, org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder builderForValue) {
if (arraysBuilder_ == null) {
ensureArraysIsMutable();
arrays_.set(index, builderForValue.build());
onChanged();
} else {
arraysBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder addArrays(org.openstreetmap.atlas.proto.ProtoIntegerArray value) {
if (arraysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureArraysIsMutable();
arrays_.add(value);
onChanged();
} else {
arraysBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder addArrays(
int index, org.openstreetmap.atlas.proto.ProtoIntegerArray value) {
if (arraysBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureArraysIsMutable();
arrays_.add(index, value);
onChanged();
} else {
arraysBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder addArrays(
org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder builderForValue) {
if (arraysBuilder_ == null) {
ensureArraysIsMutable();
arrays_.add(builderForValue.build());
onChanged();
} else {
arraysBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder addArrays(
int index, org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder builderForValue) {
if (arraysBuilder_ == null) {
ensureArraysIsMutable();
arrays_.add(index, builderForValue.build());
onChanged();
} else {
arraysBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder addAllArrays(
java.lang.Iterable extends org.openstreetmap.atlas.proto.ProtoIntegerArray> values) {
if (arraysBuilder_ == null) {
ensureArraysIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, arrays_);
onChanged();
} else {
arraysBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder clearArrays() {
if (arraysBuilder_ == null) {
arrays_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
} else {
arraysBuilder_.clear();
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public Builder removeArrays(int index) {
if (arraysBuilder_ == null) {
ensureArraysIsMutable();
arrays_.remove(index);
onChanged();
} else {
arraysBuilder_.remove(index);
}
return this;
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder getArraysBuilder(
int index) {
return getArraysFieldBuilder().getBuilder(index);
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public org.openstreetmap.atlas.proto.ProtoIntegerArrayOrBuilder getArraysOrBuilder(
int index) {
if (arraysBuilder_ == null) {
return arrays_.get(index); } else {
return arraysBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public java.util.List extends org.openstreetmap.atlas.proto.ProtoIntegerArrayOrBuilder>
getArraysOrBuilderList() {
if (arraysBuilder_ != null) {
return arraysBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(arrays_);
}
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder addArraysBuilder() {
return getArraysFieldBuilder().addBuilder(
org.openstreetmap.atlas.proto.ProtoIntegerArray.getDefaultInstance());
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder addArraysBuilder(
int index) {
return getArraysFieldBuilder().addBuilder(
index, org.openstreetmap.atlas.proto.ProtoIntegerArray.getDefaultInstance());
}
/**
* repeated .org.openstreetmap.atlas.proto.ProtoIntegerArray arrays = 2;
*/
public java.util.List
getArraysBuilderList() {
return getArraysFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
org.openstreetmap.atlas.proto.ProtoIntegerArray, org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder, org.openstreetmap.atlas.proto.ProtoIntegerArrayOrBuilder>
getArraysFieldBuilder() {
if (arraysBuilder_ == null) {
arraysBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
org.openstreetmap.atlas.proto.ProtoIntegerArray, org.openstreetmap.atlas.proto.ProtoIntegerArray.Builder, org.openstreetmap.atlas.proto.ProtoIntegerArrayOrBuilder>(
arrays_,
((bitField0_ & 0x00000002) == 0x00000002),
getParentForChildren(),
isClean());
arrays_ = null;
}
return arraysBuilder_;
}
// @@protoc_insertion_point(builder_scope:org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays)
}
static {
defaultInstance = new ProtoIntegerArrayOfArrays(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:org.openstreetmap.atlas.proto.ProtoIntegerArrayOfArrays)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy