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

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

There is a newer version: 7.0.8
Show newest version
// 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 
      getArraysOrBuilderList();
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoLongArray arrays = 2;
   */
  org.openstreetmap.atlas.proto.ProtoLongArrayOrBuilder getArraysOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy