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

main.java.com.streamlayer.files.UploadResponse Maven / Gradle / Ivy

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

// Protobuf Java Version: 3.25.3
package com.streamlayer.files;

/**
 * Protobuf type {@code streamlayer.files.UploadResponse}
 */
public  final class UploadResponse extends
    com.google.protobuf.GeneratedMessageLite<
        UploadResponse, UploadResponse.Builder> implements
    // @@protoc_insertion_point(message_implements:streamlayer.files.UploadResponse)
    UploadResponseOrBuilder {
  private UploadResponse() {
    name_ = "";
    owner_ = "";
    uploadId_ = "";
    status_ = "";
    files_ = emptyProtobufList();
  }
  public static final int NAME_FIELD_NUMBER = 1;
  private java.lang.String name_;
  /**
   * string name = 1 [json_name = "name"];
   * @return The name.
   */
  @java.lang.Override
  public java.lang.String getName() {
    return name_;
  }
  /**
   * string name = 1 [json_name = "name"];
   * @return The bytes for name.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getNameBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(name_);
  }
  /**
   * string name = 1 [json_name = "name"];
   * @param value The name to set.
   */
  private void setName(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    name_ = value;
  }
  /**
   * string name = 1 [json_name = "name"];
   */
  private void clearName() {

    name_ = getDefaultInstance().getName();
  }
  /**
   * string name = 1 [json_name = "name"];
   * @param value The bytes for name to set.
   */
  private void setNameBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    name_ = value.toStringUtf8();

  }

  public static final int OWNER_FIELD_NUMBER = 2;
  private java.lang.String owner_;
  /**
   * string owner = 2 [json_name = "owner"];
   * @return The owner.
   */
  @java.lang.Override
  public java.lang.String getOwner() {
    return owner_;
  }
  /**
   * string owner = 2 [json_name = "owner"];
   * @return The bytes for owner.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getOwnerBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(owner_);
  }
  /**
   * string owner = 2 [json_name = "owner"];
   * @param value The owner to set.
   */
  private void setOwner(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    owner_ = value;
  }
  /**
   * string owner = 2 [json_name = "owner"];
   */
  private void clearOwner() {

    owner_ = getDefaultInstance().getOwner();
  }
  /**
   * string owner = 2 [json_name = "owner"];
   * @param value The bytes for owner to set.
   */
  private void setOwnerBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    owner_ = value.toStringUtf8();

  }

  public static final int UPLOAD_ID_FIELD_NUMBER = 3;
  private java.lang.String uploadId_;
  /**
   * string upload_id = 3 [json_name = "uploadId"];
   * @return The uploadId.
   */
  @java.lang.Override
  public java.lang.String getUploadId() {
    return uploadId_;
  }
  /**
   * string upload_id = 3 [json_name = "uploadId"];
   * @return The bytes for uploadId.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getUploadIdBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(uploadId_);
  }
  /**
   * string upload_id = 3 [json_name = "uploadId"];
   * @param value The uploadId to set.
   */
  private void setUploadId(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    uploadId_ = value;
  }
  /**
   * string upload_id = 3 [json_name = "uploadId"];
   */
  private void clearUploadId() {

    uploadId_ = getDefaultInstance().getUploadId();
  }
  /**
   * string upload_id = 3 [json_name = "uploadId"];
   * @param value The bytes for uploadId to set.
   */
  private void setUploadIdBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    uploadId_ = value.toStringUtf8();

  }

  public static final int STATUS_FIELD_NUMBER = 4;
  private java.lang.String status_;
  /**
   * string status = 4 [json_name = "status"];
   * @return The status.
   */
  @java.lang.Override
  public java.lang.String getStatus() {
    return status_;
  }
  /**
   * string status = 4 [json_name = "status"];
   * @return The bytes for status.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getStatusBytes() {
    return com.google.protobuf.ByteString.copyFromUtf8(status_);
  }
  /**
   * string status = 4 [json_name = "status"];
   * @param value The status to set.
   */
  private void setStatus(
      java.lang.String value) {
    java.lang.Class valueClass = value.getClass();
  
    status_ = value;
  }
  /**
   * string status = 4 [json_name = "status"];
   */
  private void clearStatus() {

    status_ = getDefaultInstance().getStatus();
  }
  /**
   * string status = 4 [json_name = "status"];
   * @param value The bytes for status to set.
   */
  private void setStatusBytes(
      com.google.protobuf.ByteString value) {
    checkByteStringIsUtf8(value);
    status_ = value.toStringUtf8();

  }

  public static final int PARTS_FIELD_NUMBER = 7;
  private int parts_;
  /**
   * sint32 parts = 7 [json_name = "parts"];
   * @return The parts.
   */
  @java.lang.Override
  public int getParts() {
    return parts_;
  }
  /**
   * sint32 parts = 7 [json_name = "parts"];
   * @param value The parts to set.
   */
  private void setParts(int value) {
    
    parts_ = value;
  }
  /**
   * sint32 parts = 7 [json_name = "parts"];
   */
  private void clearParts() {

    parts_ = 0;
  }

  public static final int PUBLIC_FIELD_NUMBER = 5;
  private boolean public_;
  /**
   * bool public = 5 [json_name = "public"];
   * @return The public.
   */
  @java.lang.Override
  public boolean getPublic() {
    return public_;
  }
  /**
   * bool public = 5 [json_name = "public"];
   * @param value The public to set.
   */
  private void setPublic(boolean value) {
    
    public_ = value;
  }
  /**
   * bool public = 5 [json_name = "public"];
   */
  private void clearPublic() {

    public_ = false;
  }

  public static final int FILES_FIELD_NUMBER = 6;
  private com.google.protobuf.Internal.ProtobufList files_;
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  @java.lang.Override
  public java.util.List getFilesList() {
    return files_;
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  public java.util.List 
      getFilesOrBuilderList() {
    return files_;
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  @java.lang.Override
  public int getFilesCount() {
    return files_.size();
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  @java.lang.Override
  public com.streamlayer.files.FileUpload getFiles(int index) {
    return files_.get(index);
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  public com.streamlayer.files.FileUploadOrBuilder getFilesOrBuilder(
      int index) {
    return files_.get(index);
  }
  private void ensureFilesIsMutable() {
    com.google.protobuf.Internal.ProtobufList tmp = files_;
    if (!tmp.isModifiable()) {
      files_ =
          com.google.protobuf.GeneratedMessageLite.mutableCopy(tmp);
     }
  }

  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  private void setFiles(
      int index, com.streamlayer.files.FileUpload value) {
    value.getClass();
  ensureFilesIsMutable();
    files_.set(index, value);
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  private void addFiles(com.streamlayer.files.FileUpload value) {
    value.getClass();
  ensureFilesIsMutable();
    files_.add(value);
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  private void addFiles(
      int index, com.streamlayer.files.FileUpload value) {
    value.getClass();
  ensureFilesIsMutable();
    files_.add(index, value);
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  private void addAllFiles(
      java.lang.Iterable values) {
    ensureFilesIsMutable();
    com.google.protobuf.AbstractMessageLite.addAll(
        values, files_);
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  private void clearFiles() {
    files_ = emptyProtobufList();
  }
  /**
   * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
   */
  private void removeFiles(int index) {
    ensureFilesIsMutable();
    files_.remove(index);
  }

  public static com.streamlayer.files.UploadResponse parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, data, extensionRegistry);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input, extensionRegistry);
  }

  public static com.streamlayer.files.UploadResponse parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input);
  }

  public static com.streamlayer.files.UploadResponse parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input);
  }
  public static com.streamlayer.files.UploadResponse parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageLite.parseFrom(
        DEFAULT_INSTANCE, input, extensionRegistry);
  }

  public static Builder newBuilder() {
    return (Builder) DEFAULT_INSTANCE.createBuilder();
  }
  public static Builder newBuilder(com.streamlayer.files.UploadResponse prototype) {
    return DEFAULT_INSTANCE.createBuilder(prototype);
  }

  /**
   * Protobuf type {@code streamlayer.files.UploadResponse}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageLite.Builder<
        com.streamlayer.files.UploadResponse, Builder> implements
      // @@protoc_insertion_point(builder_implements:streamlayer.files.UploadResponse)
      com.streamlayer.files.UploadResponseOrBuilder {
    // Construct using com.streamlayer.files.UploadResponse.newBuilder()
    private Builder() {
      super(DEFAULT_INSTANCE);
    }


    /**
     * string name = 1 [json_name = "name"];
     * @return The name.
     */
    @java.lang.Override
    public java.lang.String getName() {
      return instance.getName();
    }
    /**
     * string name = 1 [json_name = "name"];
     * @return The bytes for name.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getNameBytes() {
      return instance.getNameBytes();
    }
    /**
     * string name = 1 [json_name = "name"];
     * @param value The name to set.
     * @return This builder for chaining.
     */
    public Builder setName(
        java.lang.String value) {
      copyOnWrite();
      instance.setName(value);
      return this;
    }
    /**
     * string name = 1 [json_name = "name"];
     * @return This builder for chaining.
     */
    public Builder clearName() {
      copyOnWrite();
      instance.clearName();
      return this;
    }
    /**
     * string name = 1 [json_name = "name"];
     * @param value The bytes for name to set.
     * @return This builder for chaining.
     */
    public Builder setNameBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setNameBytes(value);
      return this;
    }

    /**
     * string owner = 2 [json_name = "owner"];
     * @return The owner.
     */
    @java.lang.Override
    public java.lang.String getOwner() {
      return instance.getOwner();
    }
    /**
     * string owner = 2 [json_name = "owner"];
     * @return The bytes for owner.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getOwnerBytes() {
      return instance.getOwnerBytes();
    }
    /**
     * string owner = 2 [json_name = "owner"];
     * @param value The owner to set.
     * @return This builder for chaining.
     */
    public Builder setOwner(
        java.lang.String value) {
      copyOnWrite();
      instance.setOwner(value);
      return this;
    }
    /**
     * string owner = 2 [json_name = "owner"];
     * @return This builder for chaining.
     */
    public Builder clearOwner() {
      copyOnWrite();
      instance.clearOwner();
      return this;
    }
    /**
     * string owner = 2 [json_name = "owner"];
     * @param value The bytes for owner to set.
     * @return This builder for chaining.
     */
    public Builder setOwnerBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setOwnerBytes(value);
      return this;
    }

    /**
     * string upload_id = 3 [json_name = "uploadId"];
     * @return The uploadId.
     */
    @java.lang.Override
    public java.lang.String getUploadId() {
      return instance.getUploadId();
    }
    /**
     * string upload_id = 3 [json_name = "uploadId"];
     * @return The bytes for uploadId.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getUploadIdBytes() {
      return instance.getUploadIdBytes();
    }
    /**
     * string upload_id = 3 [json_name = "uploadId"];
     * @param value The uploadId to set.
     * @return This builder for chaining.
     */
    public Builder setUploadId(
        java.lang.String value) {
      copyOnWrite();
      instance.setUploadId(value);
      return this;
    }
    /**
     * string upload_id = 3 [json_name = "uploadId"];
     * @return This builder for chaining.
     */
    public Builder clearUploadId() {
      copyOnWrite();
      instance.clearUploadId();
      return this;
    }
    /**
     * string upload_id = 3 [json_name = "uploadId"];
     * @param value The bytes for uploadId to set.
     * @return This builder for chaining.
     */
    public Builder setUploadIdBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setUploadIdBytes(value);
      return this;
    }

    /**
     * string status = 4 [json_name = "status"];
     * @return The status.
     */
    @java.lang.Override
    public java.lang.String getStatus() {
      return instance.getStatus();
    }
    /**
     * string status = 4 [json_name = "status"];
     * @return The bytes for status.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getStatusBytes() {
      return instance.getStatusBytes();
    }
    /**
     * string status = 4 [json_name = "status"];
     * @param value The status to set.
     * @return This builder for chaining.
     */
    public Builder setStatus(
        java.lang.String value) {
      copyOnWrite();
      instance.setStatus(value);
      return this;
    }
    /**
     * string status = 4 [json_name = "status"];
     * @return This builder for chaining.
     */
    public Builder clearStatus() {
      copyOnWrite();
      instance.clearStatus();
      return this;
    }
    /**
     * string status = 4 [json_name = "status"];
     * @param value The bytes for status to set.
     * @return This builder for chaining.
     */
    public Builder setStatusBytes(
        com.google.protobuf.ByteString value) {
      copyOnWrite();
      instance.setStatusBytes(value);
      return this;
    }

    /**
     * sint32 parts = 7 [json_name = "parts"];
     * @return The parts.
     */
    @java.lang.Override
    public int getParts() {
      return instance.getParts();
    }
    /**
     * sint32 parts = 7 [json_name = "parts"];
     * @param value The parts to set.
     * @return This builder for chaining.
     */
    public Builder setParts(int value) {
      copyOnWrite();
      instance.setParts(value);
      return this;
    }
    /**
     * sint32 parts = 7 [json_name = "parts"];
     * @return This builder for chaining.
     */
    public Builder clearParts() {
      copyOnWrite();
      instance.clearParts();
      return this;
    }

    /**
     * bool public = 5 [json_name = "public"];
     * @return The public.
     */
    @java.lang.Override
    public boolean getPublic() {
      return instance.getPublic();
    }
    /**
     * bool public = 5 [json_name = "public"];
     * @param value The public to set.
     * @return This builder for chaining.
     */
    public Builder setPublic(boolean value) {
      copyOnWrite();
      instance.setPublic(value);
      return this;
    }
    /**
     * bool public = 5 [json_name = "public"];
     * @return This builder for chaining.
     */
    public Builder clearPublic() {
      copyOnWrite();
      instance.clearPublic();
      return this;
    }

    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    @java.lang.Override
    public java.util.List getFilesList() {
      return java.util.Collections.unmodifiableList(
          instance.getFilesList());
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    @java.lang.Override
    public int getFilesCount() {
      return instance.getFilesCount();
    }/**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    @java.lang.Override
    public com.streamlayer.files.FileUpload getFiles(int index) {
      return instance.getFiles(index);
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder setFiles(
        int index, com.streamlayer.files.FileUpload value) {
      copyOnWrite();
      instance.setFiles(index, value);
      return this;
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder setFiles(
        int index, com.streamlayer.files.FileUpload.Builder builderForValue) {
      copyOnWrite();
      instance.setFiles(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder addFiles(com.streamlayer.files.FileUpload value) {
      copyOnWrite();
      instance.addFiles(value);
      return this;
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder addFiles(
        int index, com.streamlayer.files.FileUpload value) {
      copyOnWrite();
      instance.addFiles(index, value);
      return this;
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder addFiles(
        com.streamlayer.files.FileUpload.Builder builderForValue) {
      copyOnWrite();
      instance.addFiles(builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder addFiles(
        int index, com.streamlayer.files.FileUpload.Builder builderForValue) {
      copyOnWrite();
      instance.addFiles(index,
          builderForValue.build());
      return this;
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder addAllFiles(
        java.lang.Iterable values) {
      copyOnWrite();
      instance.addAllFiles(values);
      return this;
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder clearFiles() {
      copyOnWrite();
      instance.clearFiles();
      return this;
    }
    /**
     * repeated .streamlayer.files.FileUpload files = 6 [json_name = "files"];
     */
    public Builder removeFiles(int index) {
      copyOnWrite();
      instance.removeFiles(index);
      return this;
    }

    // @@protoc_insertion_point(builder_scope:streamlayer.files.UploadResponse)
  }
  @java.lang.Override
  @java.lang.SuppressWarnings({"unchecked", "fallthrough"})
  protected final java.lang.Object dynamicMethod(
      com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
      java.lang.Object arg0, java.lang.Object arg1) {
    switch (method) {
      case NEW_MUTABLE_INSTANCE: {
        return new com.streamlayer.files.UploadResponse();
      }
      case NEW_BUILDER: {
        return new Builder();
      }
      case BUILD_MESSAGE_INFO: {
          java.lang.Object[] objects = new java.lang.Object[] {
            "name_",
            "owner_",
            "uploadId_",
            "status_",
            "public_",
            "files_",
            com.streamlayer.files.FileUpload.class,
            "parts_",
          };
          java.lang.String info =
              "\u0000\u0007\u0000\u0000\u0001\u0007\u0007\u0000\u0001\u0000\u0001\u0208\u0002\u0208" +
              "\u0003\u0208\u0004\u0208\u0005\u0007\u0006\u001b\u0007\u000f";
          return newMessageInfo(DEFAULT_INSTANCE, info, objects);
      }
      // fall through
      case GET_DEFAULT_INSTANCE: {
        return DEFAULT_INSTANCE;
      }
      case GET_PARSER: {
        com.google.protobuf.Parser parser = PARSER;
        if (parser == null) {
          synchronized (com.streamlayer.files.UploadResponse.class) {
            parser = PARSER;
            if (parser == null) {
              parser =
                  new DefaultInstanceBasedParser(
                      DEFAULT_INSTANCE);
              PARSER = parser;
            }
          }
        }
        return parser;
    }
    case GET_MEMOIZED_IS_INITIALIZED: {
      return (byte) 1;
    }
    case SET_MEMOIZED_IS_INITIALIZED: {
      return null;
    }
    }
    throw new UnsupportedOperationException();
  }


  // @@protoc_insertion_point(class_scope:streamlayer.files.UploadResponse)
  private static final com.streamlayer.files.UploadResponse DEFAULT_INSTANCE;
  static {
    UploadResponse defaultInstance = new UploadResponse();
    // New instances are implicitly immutable so no need to make
    // immutable.
    DEFAULT_INSTANCE = defaultInstance;
    com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
      UploadResponse.class, defaultInstance);
  }

  public static com.streamlayer.files.UploadResponse getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static volatile com.google.protobuf.Parser PARSER;

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy