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

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

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

package org.openstreetmap.atlas.proto;

/**
 * Protobuf type {@code org.openstreetmap.atlas.proto.ProtoPolyLineArray}
 */
public final class ProtoPolyLineArray extends
    com.google.protobuf.GeneratedMessage implements
    // @@protoc_insertion_point(message_implements:org.openstreetmap.atlas.proto.ProtoPolyLineArray)
    ProtoPolyLineArrayOrBuilder {
  // Use ProtoPolyLineArray.newBuilder() to construct.
  private ProtoPolyLineArray(com.google.protobuf.GeneratedMessage.Builder builder) {
    super(builder);
    this.unknownFields = builder.getUnknownFields();
  }
  private ProtoPolyLineArray(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }

  private static final ProtoPolyLineArray defaultInstance;
  public static ProtoPolyLineArray getDefaultInstance() {
    return defaultInstance;
  }

  public ProtoPolyLineArray getDefaultInstanceForType() {
    return defaultInstance;
  }

  private final com.google.protobuf.UnknownFieldSet unknownFields;
  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
      getUnknownFields() {
    return this.unknownFields;
  }
  private ProtoPolyLineArray(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    initFields();
    int mutable_bitField0_ = 0;
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          default: {
            if (!parseUnknownField(input, unknownFields,
                                   extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
          case 10: {
            com.google.protobuf.ByteString bs = input.readBytes();
            bitField0_ |= 0x00000001;
            name_ = bs;
            break;
          }
          case 18: {
            if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
              encodings_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000002;
            }
            encodings_.add(input.readBytes());
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e.getMessage()).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
        encodings_ = java.util.Collections.unmodifiableList(encodings_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return org.openstreetmap.atlas.proto.ProtoPolyLineArrayWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoPolyLineArray_descriptor;
  }

  protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return org.openstreetmap.atlas.proto.ProtoPolyLineArrayWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoPolyLineArray_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            org.openstreetmap.atlas.proto.ProtoPolyLineArray.class, org.openstreetmap.atlas.proto.ProtoPolyLineArray.Builder.class);
  }

  public static com.google.protobuf.Parser PARSER =
      new com.google.protobuf.AbstractParser() {
    public ProtoPolyLineArray parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return new ProtoPolyLineArray(input, extensionRegistry);
    }
  };

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  private int bitField0_;
  public static final int NAME_FIELD_NUMBER = 1;
  private java.lang.Object name_;
  /**
   * optional string name = 1;
   */
  public boolean hasName() {
    return ((bitField0_ & 0x00000001) == 0x00000001);
  }
  /**
   * optional string name = 1;
   */
  public java.lang.String getName() {
    java.lang.Object ref = name_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      if (bs.isValidUtf8()) {
        name_ = s;
      }
      return s;
    }
  }
  /**
   * optional string name = 1;
   */
  public com.google.protobuf.ByteString
      getNameBytes() {
    java.lang.Object ref = name_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      name_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int ENCODINGS_FIELD_NUMBER = 2;
  private java.util.List encodings_;
  /**
   * repeated bytes encodings = 2;
   */
  public java.util.List
      getEncodingsList() {
    return encodings_;
  }
  /**
   * repeated bytes encodings = 2;
   */
  public int getEncodingsCount() {
    return encodings_.size();
  }
  /**
   * repeated bytes encodings = 2;
   */
  public com.google.protobuf.ByteString getEncodings(int index) {
    return encodings_.get(index);
  }

  private void initFields() {
    name_ = "";
    encodings_ = java.util.Collections.emptyList();
  }
  private byte memoizedIsInitialized = -1;
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  public void writeTo(com.google.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    getSerializedSize();
    if (((bitField0_ & 0x00000001) == 0x00000001)) {
      output.writeBytes(1, getNameBytes());
    }
    for (int i = 0; i < encodings_.size(); i++) {
      output.writeBytes(2, encodings_.get(i));
    }
    getUnknownFields().writeTo(output);
  }

  private int memoizedSerializedSize = -1;
  public int getSerializedSize() {
    int size = memoizedSerializedSize;
    if (size != -1) return size;

    size = 0;
    if (((bitField0_ & 0x00000001) == 0x00000001)) {
      size += com.google.protobuf.CodedOutputStream
        .computeBytesSize(1, getNameBytes());
    }
    {
      int dataSize = 0;
      for (int i = 0; i < encodings_.size(); i++) {
        dataSize += com.google.protobuf.CodedOutputStream
          .computeBytesSizeNoTag(encodings_.get(i));
      }
      size += dataSize;
      size += 1 * getEncodingsList().size();
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSerializedSize = size;
    return size;
  }

  private static final long serialVersionUID = 0L;
  @java.lang.Override
  protected java.lang.Object writeReplace()
      throws java.io.ObjectStreamException {
    return super.writeReplace();
  }

  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return PARSER.parseFrom(input);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return PARSER.parseFrom(input, extensionRegistry);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return PARSER.parseDelimitedFrom(input);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return PARSER.parseDelimitedFrom(input, extensionRegistry);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return PARSER.parseFrom(input);
  }
  public static org.openstreetmap.atlas.proto.ProtoPolyLineArray parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return PARSER.parseFrom(input, extensionRegistry);
  }

  public static Builder newBuilder() { return Builder.create(); }
  public Builder newBuilderForType() { return newBuilder(); }
  public static Builder newBuilder(org.openstreetmap.atlas.proto.ProtoPolyLineArray prototype) {
    return newBuilder().mergeFrom(prototype);
  }
  public Builder toBuilder() { return newBuilder(this); }

  @java.lang.Override
  protected Builder newBuilderForType(
      com.google.protobuf.GeneratedMessage.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code org.openstreetmap.atlas.proto.ProtoPolyLineArray}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessage.Builder implements
      // @@protoc_insertion_point(builder_implements:org.openstreetmap.atlas.proto.ProtoPolyLineArray)
      org.openstreetmap.atlas.proto.ProtoPolyLineArrayOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return org.openstreetmap.atlas.proto.ProtoPolyLineArrayWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoPolyLineArray_descriptor;
    }

    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return org.openstreetmap.atlas.proto.ProtoPolyLineArrayWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoPolyLineArray_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              org.openstreetmap.atlas.proto.ProtoPolyLineArray.class, org.openstreetmap.atlas.proto.ProtoPolyLineArray.Builder.class);
    }

    // Construct using org.openstreetmap.atlas.proto.ProtoPolyLineArray.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessage.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
      }
    }
    private static Builder create() {
      return new Builder();
    }

    public Builder clear() {
      super.clear();
      name_ = "";
      bitField0_ = (bitField0_ & ~0x00000001);
      encodings_ = java.util.Collections.emptyList();
      bitField0_ = (bitField0_ & ~0x00000002);
      return this;
    }

    public Builder clone() {
      return create().mergeFrom(buildPartial());
    }

    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return org.openstreetmap.atlas.proto.ProtoPolyLineArrayWrapper.internal_static_org_openstreetmap_atlas_proto_ProtoPolyLineArray_descriptor;
    }

    public org.openstreetmap.atlas.proto.ProtoPolyLineArray getDefaultInstanceForType() {
      return org.openstreetmap.atlas.proto.ProtoPolyLineArray.getDefaultInstance();
    }

    public org.openstreetmap.atlas.proto.ProtoPolyLineArray build() {
      org.openstreetmap.atlas.proto.ProtoPolyLineArray result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    public org.openstreetmap.atlas.proto.ProtoPolyLineArray buildPartial() {
      org.openstreetmap.atlas.proto.ProtoPolyLineArray result = new org.openstreetmap.atlas.proto.ProtoPolyLineArray(this);
      int from_bitField0_ = bitField0_;
      int to_bitField0_ = 0;
      if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
        to_bitField0_ |= 0x00000001;
      }
      result.name_ = name_;
      if (((bitField0_ & 0x00000002) == 0x00000002)) {
        encodings_ = java.util.Collections.unmodifiableList(encodings_);
        bitField0_ = (bitField0_ & ~0x00000002);
      }
      result.encodings_ = encodings_;
      result.bitField0_ = to_bitField0_;
      onBuilt();
      return result;
    }

    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof org.openstreetmap.atlas.proto.ProtoPolyLineArray) {
        return mergeFrom((org.openstreetmap.atlas.proto.ProtoPolyLineArray)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(org.openstreetmap.atlas.proto.ProtoPolyLineArray other) {
      if (other == org.openstreetmap.atlas.proto.ProtoPolyLineArray.getDefaultInstance()) return this;
      if (other.hasName()) {
        bitField0_ |= 0x00000001;
        name_ = other.name_;
        onChanged();
      }
      if (!other.encodings_.isEmpty()) {
        if (encodings_.isEmpty()) {
          encodings_ = other.encodings_;
          bitField0_ = (bitField0_ & ~0x00000002);
        } else {
          ensureEncodingsIsMutable();
          encodings_.addAll(other.encodings_);
        }
        onChanged();
      }
      this.mergeUnknownFields(other.getUnknownFields());
      return this;
    }

    public final boolean isInitialized() {
      return true;
    }

    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      org.openstreetmap.atlas.proto.ProtoPolyLineArray parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (org.openstreetmap.atlas.proto.ProtoPolyLineArray) e.getUnfinishedMessage();
        throw e;
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }
    private int bitField0_;

    private java.lang.Object name_ = "";
    /**
     * optional string name = 1;
     */
    public boolean hasName() {
      return ((bitField0_ & 0x00000001) == 0x00000001);
    }
    /**
     * optional string name = 1;
     */
    public java.lang.String getName() {
      java.lang.Object ref = name_;
      if (!(ref instanceof java.lang.String)) {
        com.google.protobuf.ByteString bs =
            (com.google.protobuf.ByteString) ref;
        java.lang.String s = bs.toStringUtf8();
        if (bs.isValidUtf8()) {
          name_ = s;
        }
        return s;
      } else {
        return (java.lang.String) ref;
      }
    }
    /**
     * optional string name = 1;
     */
    public com.google.protobuf.ByteString
        getNameBytes() {
      java.lang.Object ref = name_;
      if (ref instanceof String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        name_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }
    /**
     * optional string name = 1;
     */
    public Builder setName(
        java.lang.String value) {
      if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
      name_ = value;
      onChanged();
      return this;
    }
    /**
     * optional string name = 1;
     */
    public Builder clearName() {
      bitField0_ = (bitField0_ & ~0x00000001);
      name_ = getDefaultInstance().getName();
      onChanged();
      return this;
    }
    /**
     * optional string name = 1;
     */
    public Builder setNameBytes(
        com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  bitField0_ |= 0x00000001;
      name_ = value;
      onChanged();
      return this;
    }

    private java.util.List encodings_ = java.util.Collections.emptyList();
    private void ensureEncodingsIsMutable() {
      if (!((bitField0_ & 0x00000002) == 0x00000002)) {
        encodings_ = new java.util.ArrayList(encodings_);
        bitField0_ |= 0x00000002;
       }
    }
    /**
     * repeated bytes encodings = 2;
     */
    public java.util.List
        getEncodingsList() {
      return java.util.Collections.unmodifiableList(encodings_);
    }
    /**
     * repeated bytes encodings = 2;
     */
    public int getEncodingsCount() {
      return encodings_.size();
    }
    /**
     * repeated bytes encodings = 2;
     */
    public com.google.protobuf.ByteString getEncodings(int index) {
      return encodings_.get(index);
    }
    /**
     * repeated bytes encodings = 2;
     */
    public Builder setEncodings(
        int index, com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  ensureEncodingsIsMutable();
      encodings_.set(index, value);
      onChanged();
      return this;
    }
    /**
     * repeated bytes encodings = 2;
     */
    public Builder addEncodings(com.google.protobuf.ByteString value) {
      if (value == null) {
    throw new NullPointerException();
  }
  ensureEncodingsIsMutable();
      encodings_.add(value);
      onChanged();
      return this;
    }
    /**
     * repeated bytes encodings = 2;
     */
    public Builder addAllEncodings(
        java.lang.Iterable values) {
      ensureEncodingsIsMutable();
      com.google.protobuf.AbstractMessageLite.Builder.addAll(
          values, encodings_);
      onChanged();
      return this;
    }
    /**
     * repeated bytes encodings = 2;
     */
    public Builder clearEncodings() {
      encodings_ = java.util.Collections.emptyList();
      bitField0_ = (bitField0_ & ~0x00000002);
      onChanged();
      return this;
    }

    // @@protoc_insertion_point(builder_scope:org.openstreetmap.atlas.proto.ProtoPolyLineArray)
  }

  static {
    defaultInstance = new ProtoPolyLineArray(true);
    defaultInstance.initFields();
  }

  // @@protoc_insertion_point(class_scope:org.openstreetmap.atlas.proto.ProtoPolyLineArray)
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy