org.openstreetmap.atlas.proto.ProtoLongArrayOfArraysOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of atlas Show documentation
Show all versions of atlas Show documentation
"Library to load OSM data into an Atlas format"
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ProtoLongArrayOfArrays.proto
package org.openstreetmap.atlas.proto;
public interface ProtoLongArrayOfArraysOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openstreetmap.atlas.proto.ProtoLongArrayOfArrays)
com.google.protobuf.MessageOrBuilder {
/**
* optional string name = 1;
* @return Whether the name field is set.
*/
boolean hasName();
/**
* optional string name = 1;
* @return The name.
*/
java.lang.String getName();
/**
* optional string name = 1;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLongArray arrays = 2;
*/
java.util.List
getArraysList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLongArray arrays = 2;
*/
org.openstreetmap.atlas.proto.ProtoLongArray getArrays(int index);
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLongArray arrays = 2;
*/
int getArraysCount();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLongArray arrays = 2;
*/
java.util.List extends org.openstreetmap.atlas.proto.ProtoLongArrayOrBuilder>
getArraysOrBuilderList();
/**
* repeated .org.openstreetmap.atlas.proto.ProtoLongArray arrays = 2;
*/
org.openstreetmap.atlas.proto.ProtoLongArrayOrBuilder getArraysOrBuilder(
int index);
}