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

sdmxdl.cli.protobuf.Sources Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package sdmxdl.cli.protobuf;

/**
 * Protobuf type {@code sdmxdl.cli.protobuf.Sources}
 */
public final class Sources extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:sdmxdl.cli.protobuf.Sources)
    SourcesOrBuilder {
private static final long serialVersionUID = 0L;
  // Use Sources.newBuilder() to construct.
  private Sources(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private Sources() {
    sources_ = java.util.Collections.emptyList();
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new Sources();
  }

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_Sources_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_Sources_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            sdmxdl.cli.protobuf.Sources.class, sdmxdl.cli.protobuf.Sources.Builder.class);
  }

  public static final int SOURCES_FIELD_NUMBER = 1;
  @SuppressWarnings("serial")
  private java.util.List sources_;
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  @java.lang.Override
  public java.util.List getSourcesList() {
    return sources_;
  }
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  @java.lang.Override
  public java.util.List 
      getSourcesOrBuilderList() {
    return sources_;
  }
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  @java.lang.Override
  public int getSourcesCount() {
    return sources_.size();
  }
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  @java.lang.Override
  public sdmxdl.format.protobuf.web.SdmxWebSource getSources(int index) {
    return sources_.get(index);
  }
  /**
   * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
   */
  @java.lang.Override
  public sdmxdl.format.protobuf.web.SdmxWebSourceOrBuilder getSourcesOrBuilder(
      int index) {
    return sources_.get(index);
  }

  private byte memoizedIsInitialized = -1;
  @java.lang.Override
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.google.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    for (int i = 0; i < sources_.size(); i++) {
      output.writeMessage(1, sources_.get(i));
    }
    getUnknownFields().writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    for (int i = 0; i < sources_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, sources_.get(i));
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof sdmxdl.cli.protobuf.Sources)) {
      return super.equals(obj);
    }
    sdmxdl.cli.protobuf.Sources other = (sdmxdl.cli.protobuf.Sources) obj;

    if (!getSourcesList()
        .equals(other.getSourcesList())) return false;
    if (!getUnknownFields().equals(other.getUnknownFields())) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    if (getSourcesCount() > 0) {
      hash = (37 * hash) + SOURCES_FIELD_NUMBER;
      hash = (53 * hash) + getSourcesList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static sdmxdl.cli.protobuf.Sources parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  public static sdmxdl.cli.protobuf.Sources parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }

  public static sdmxdl.cli.protobuf.Sources parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static sdmxdl.cli.protobuf.Sources parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  @java.lang.Override
  public Builder newBuilderForType() { return newBuilder(); }
  public static Builder newBuilder() {
    return DEFAULT_INSTANCE.toBuilder();
  }
  public static Builder newBuilder(sdmxdl.cli.protobuf.Sources prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }
  @java.lang.Override
  public Builder toBuilder() {
    return this == DEFAULT_INSTANCE
        ? new Builder() : new Builder().mergeFrom(this);
  }

  @java.lang.Override
  protected Builder newBuilderForType(
      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code sdmxdl.cli.protobuf.Sources}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:sdmxdl.cli.protobuf.Sources)
      sdmxdl.cli.protobuf.SourcesOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_Sources_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_Sources_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              sdmxdl.cli.protobuf.Sources.class, sdmxdl.cli.protobuf.Sources.Builder.class);
    }

    // Construct using sdmxdl.cli.protobuf.Sources.newBuilder()
    private Builder() {

    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);

    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      if (sourcesBuilder_ == null) {
        sources_ = java.util.Collections.emptyList();
      } else {
        sources_ = null;
        sourcesBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000001);
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_Sources_descriptor;
    }

    @java.lang.Override
    public sdmxdl.cli.protobuf.Sources getDefaultInstanceForType() {
      return sdmxdl.cli.protobuf.Sources.getDefaultInstance();
    }

    @java.lang.Override
    public sdmxdl.cli.protobuf.Sources build() {
      sdmxdl.cli.protobuf.Sources result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public sdmxdl.cli.protobuf.Sources buildPartial() {
      sdmxdl.cli.protobuf.Sources result = new sdmxdl.cli.protobuf.Sources(this);
      buildPartialRepeatedFields(result);
      if (bitField0_ != 0) { buildPartial0(result); }
      onBuilt();
      return result;
    }

    private void buildPartialRepeatedFields(sdmxdl.cli.protobuf.Sources result) {
      if (sourcesBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          sources_ = java.util.Collections.unmodifiableList(sources_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.sources_ = sources_;
      } else {
        result.sources_ = sourcesBuilder_.build();
      }
    }

    private void buildPartial0(sdmxdl.cli.protobuf.Sources result) {
      int from_bitField0_ = bitField0_;
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }
    @java.lang.Override
    public Builder setField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.setField(field, value);
    }
    @java.lang.Override
    public Builder clearField(
        com.google.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }
    @java.lang.Override
    public Builder clearOneof(
        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }
    @java.lang.Override
    public Builder setRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }
    @java.lang.Override
    public Builder addRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }
    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof sdmxdl.cli.protobuf.Sources) {
        return mergeFrom((sdmxdl.cli.protobuf.Sources)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(sdmxdl.cli.protobuf.Sources other) {
      if (other == sdmxdl.cli.protobuf.Sources.getDefaultInstance()) return this;
      if (sourcesBuilder_ == null) {
        if (!other.sources_.isEmpty()) {
          if (sources_.isEmpty()) {
            sources_ = other.sources_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureSourcesIsMutable();
            sources_.addAll(other.sources_);
          }
          onChanged();
        }
      } else {
        if (!other.sources_.isEmpty()) {
          if (sourcesBuilder_.isEmpty()) {
            sourcesBuilder_.dispose();
            sourcesBuilder_ = null;
            sources_ = other.sources_;
            bitField0_ = (bitField0_ & ~0x00000001);
            sourcesBuilder_ = 
              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getSourcesFieldBuilder() : null;
          } else {
            sourcesBuilder_.addAllMessages(other.sources_);
          }
        }
      }
      this.mergeUnknownFields(other.getUnknownFields());
      onChanged();
      return this;
    }

    @java.lang.Override
    public final boolean isInitialized() {
      return true;
    }

    @java.lang.Override
    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              sdmxdl.format.protobuf.web.SdmxWebSource m =
                  input.readMessage(
                      sdmxdl.format.protobuf.web.SdmxWebSource.parser(),
                      extensionRegistry);
              if (sourcesBuilder_ == null) {
                ensureSourcesIsMutable();
                sources_.add(m);
              } else {
                sourcesBuilder_.addMessage(m);
              }
              break;
            } // case 10
            default: {
              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                done = true; // was an endgroup tag
              }
              break;
            } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }
    private int bitField0_;

    private java.util.List sources_ =
      java.util.Collections.emptyList();
    private void ensureSourcesIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        sources_ = new java.util.ArrayList(sources_);
        bitField0_ |= 0x00000001;
       }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
        sdmxdl.format.protobuf.web.SdmxWebSource, sdmxdl.format.protobuf.web.SdmxWebSource.Builder, sdmxdl.format.protobuf.web.SdmxWebSourceOrBuilder> sourcesBuilder_;

    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public java.util.List getSourcesList() {
      if (sourcesBuilder_ == null) {
        return java.util.Collections.unmodifiableList(sources_);
      } else {
        return sourcesBuilder_.getMessageList();
      }
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public int getSourcesCount() {
      if (sourcesBuilder_ == null) {
        return sources_.size();
      } else {
        return sourcesBuilder_.getCount();
      }
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public sdmxdl.format.protobuf.web.SdmxWebSource getSources(int index) {
      if (sourcesBuilder_ == null) {
        return sources_.get(index);
      } else {
        return sourcesBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder setSources(
        int index, sdmxdl.format.protobuf.web.SdmxWebSource value) {
      if (sourcesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureSourcesIsMutable();
        sources_.set(index, value);
        onChanged();
      } else {
        sourcesBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder setSources(
        int index, sdmxdl.format.protobuf.web.SdmxWebSource.Builder builderForValue) {
      if (sourcesBuilder_ == null) {
        ensureSourcesIsMutable();
        sources_.set(index, builderForValue.build());
        onChanged();
      } else {
        sourcesBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder addSources(sdmxdl.format.protobuf.web.SdmxWebSource value) {
      if (sourcesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureSourcesIsMutable();
        sources_.add(value);
        onChanged();
      } else {
        sourcesBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder addSources(
        int index, sdmxdl.format.protobuf.web.SdmxWebSource value) {
      if (sourcesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureSourcesIsMutable();
        sources_.add(index, value);
        onChanged();
      } else {
        sourcesBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder addSources(
        sdmxdl.format.protobuf.web.SdmxWebSource.Builder builderForValue) {
      if (sourcesBuilder_ == null) {
        ensureSourcesIsMutable();
        sources_.add(builderForValue.build());
        onChanged();
      } else {
        sourcesBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder addSources(
        int index, sdmxdl.format.protobuf.web.SdmxWebSource.Builder builderForValue) {
      if (sourcesBuilder_ == null) {
        ensureSourcesIsMutable();
        sources_.add(index, builderForValue.build());
        onChanged();
      } else {
        sourcesBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder addAllSources(
        java.lang.Iterable values) {
      if (sourcesBuilder_ == null) {
        ensureSourcesIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, sources_);
        onChanged();
      } else {
        sourcesBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder clearSources() {
      if (sourcesBuilder_ == null) {
        sources_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        sourcesBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public Builder removeSources(int index) {
      if (sourcesBuilder_ == null) {
        ensureSourcesIsMutable();
        sources_.remove(index);
        onChanged();
      } else {
        sourcesBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public sdmxdl.format.protobuf.web.SdmxWebSource.Builder getSourcesBuilder(
        int index) {
      return getSourcesFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public sdmxdl.format.protobuf.web.SdmxWebSourceOrBuilder getSourcesOrBuilder(
        int index) {
      if (sourcesBuilder_ == null) {
        return sources_.get(index);  } else {
        return sourcesBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public java.util.List 
         getSourcesOrBuilderList() {
      if (sourcesBuilder_ != null) {
        return sourcesBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(sources_);
      }
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public sdmxdl.format.protobuf.web.SdmxWebSource.Builder addSourcesBuilder() {
      return getSourcesFieldBuilder().addBuilder(
          sdmxdl.format.protobuf.web.SdmxWebSource.getDefaultInstance());
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public sdmxdl.format.protobuf.web.SdmxWebSource.Builder addSourcesBuilder(
        int index) {
      return getSourcesFieldBuilder().addBuilder(
          index, sdmxdl.format.protobuf.web.SdmxWebSource.getDefaultInstance());
    }
    /**
     * repeated .sdmxdl.format.protobuf.web.SdmxWebSource sources = 1;
     */
    public java.util.List 
         getSourcesBuilderList() {
      return getSourcesFieldBuilder().getBuilderList();
    }
    private com.google.protobuf.RepeatedFieldBuilderV3<
        sdmxdl.format.protobuf.web.SdmxWebSource, sdmxdl.format.protobuf.web.SdmxWebSource.Builder, sdmxdl.format.protobuf.web.SdmxWebSourceOrBuilder> 
        getSourcesFieldBuilder() {
      if (sourcesBuilder_ == null) {
        sourcesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            sdmxdl.format.protobuf.web.SdmxWebSource, sdmxdl.format.protobuf.web.SdmxWebSource.Builder, sdmxdl.format.protobuf.web.SdmxWebSourceOrBuilder>(
                sources_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        sources_ = null;
      }
      return sourcesBuilder_;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }


    // @@protoc_insertion_point(builder_scope:sdmxdl.cli.protobuf.Sources)
  }

  // @@protoc_insertion_point(class_scope:sdmxdl.cli.protobuf.Sources)
  private static final sdmxdl.cli.protobuf.Sources DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new sdmxdl.cli.protobuf.Sources();
  }

  public static sdmxdl.cli.protobuf.Sources getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public Sources parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      Builder builder = newBuilder();
      try {
        builder.mergeFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(builder.buildPartial());
      } catch (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(e)
            .setUnfinishedMessage(builder.buildPartial());
      }
      return builder.buildPartial();
    }
  };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

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

  @java.lang.Override
  public sdmxdl.cli.protobuf.Sources getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy