main.java.com.streamlayer.files.InfoRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// 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();
}