org.openstreetmap.atlas.proto.ProtoLongArrayOrBuilder 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: ProtoLongArray.proto
package org.openstreetmap.atlas.proto;
public interface ProtoLongArrayOrBuilder extends
// @@protoc_insertion_point(interface_extends:org.openstreetmap.atlas.proto.ProtoLongArray)
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 int64 elements = 2;
* @return A list containing the elements.
*/
java.util.List getElementsList();
/**
* repeated int64 elements = 2;
* @return The count of elements.
*/
int getElementsCount();
/**
* repeated int64 elements = 2;
* @param index The index of the element to return.
* @return The elements at the given index.
*/
long getElements(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy