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

main.java.com.streamlayer.files.InfoRequestOrBuilder 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;

public interface InfoRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.files.InfoRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string filename = 1 [json_name = "filename"];
   * @return The filename.
   */
  java.lang.String getFilename();
  /**
   * string filename = 1 [json_name = "filename"];
   * @return The bytes for filename.
   */
  com.google.protobuf.ByteString
      getFilenameBytes();

  /**
   * string username = 2 [json_name = "username"];
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * string username = 2 [json_name = "username"];
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();

  /**
   * string upload_id = 3 [json_name = "uploadId"];
   * @return The uploadId.
   */
  java.lang.String getUploadId();
  /**
   * string upload_id = 3 [json_name = "uploadId"];
   * @return The bytes for uploadId.
   */
  com.google.protobuf.ByteString
      getUploadIdBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy