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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ProtoByteArray.proto

package org.openstreetmap.atlas.proto;

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

  /**
   * optional string name = 1;
   */
  boolean hasName();
  /**
   * optional string name = 1;
   */
  java.lang.String getName();
  /**
   * optional string name = 1;
   */
  com.google.protobuf.ByteString
      getNameBytes();

  /**
   * optional bytes elements = 2;
   */
  boolean hasElements();
  /**
   * optional bytes elements = 2;
   */
  com.google.protobuf.ByteString getElements();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy