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

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

There is a newer version: 7.0.8
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: Relation.proto

package org.openstreetmap.atlas.proto;

public interface ProtoRelationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.openstreetmap.atlas.proto.ProtoRelation)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional int64 id = 1;
   */
  boolean hasId();
  /**
   * optional int64 id = 1;
   */
  long getId();

  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
   */
  java.util.List 
      getTagsList();
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
   */
  org.openstreetmap.atlas.proto.ProtoTag getTags(int index);
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
   */
  int getTagsCount();
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
   */
  java.util.List 
      getTagsOrBuilderList();
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoTag tags = 2;
   */
  org.openstreetmap.atlas.proto.ProtoTagOrBuilder getTagsOrBuilder(
      int index);

  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
   */
  java.util.List 
      getBeansList();
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
   */
  org.openstreetmap.atlas.proto.ProtoRelation.RelationBean getBeans(int index);
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
   */
  int getBeansCount();
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
   */
  java.util.List 
      getBeansOrBuilderList();
  /**
   * repeated .org.openstreetmap.atlas.proto.ProtoRelation.RelationBean beans = 3;
   */
  org.openstreetmap.atlas.proto.ProtoRelation.RelationBeanOrBuilder getBeansOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy