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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ProtoPolygonArray.proto

package org.openstreetmap.atlas.proto;

public interface ProtoPolygonArrayOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openstreetmap.atlas.proto.ProtoPolygonArray)
    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 bytes encodings = 2;
   * @return A list containing the encodings.
   */
  java.util.List getEncodingsList();
  /**
   * repeated bytes encodings = 2;
   * @return The count of encodings.
   */
  int getEncodingsCount();
  /**
   * repeated bytes encodings = 2;
   * @param index The index of the element to return.
   * @return The encodings at the given index.
   */
  com.google.protobuf.ByteString getEncodings(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy