All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstreetmap.atlas.proto.ProtoLongArrayOrBuilder Maven / Gradle / Ivy

There is a newer version: 7.0.8
Show newest version
// 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