main.java.com.streamlayer.files.FileUploadOrBuilder 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.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.files;
public interface FileUploadOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.files.FileUpload)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string location = 1 [json_name = "location"];
* @return The location.
*/
java.lang.String getLocation();
/**
* string location = 1 [json_name = "location"];
* @return The bytes for location.
*/
com.google.protobuf.ByteString
getLocationBytes();
/**
* string filename = 2 [json_name = "filename"];
* @return The filename.
*/
java.lang.String getFilename();
/**
* string filename = 2 [json_name = "filename"];
* @return The bytes for filename.
*/
com.google.protobuf.ByteString
getFilenameBytes();
/**
* 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();
/**
* string md5_hash = 4 [json_name = "md5Hash"];
* @return The md5Hash.
*/
java.lang.String getMd5Hash();
/**
* string md5_hash = 4 [json_name = "md5Hash"];
* @return The bytes for md5Hash.
*/
com.google.protobuf.ByteString
getMd5HashBytes();
/**
* string content_type = 5 [json_name = "contentType"];
* @return The contentType.
*/
java.lang.String getContentType();
/**
* string content_type = 5 [json_name = "contentType"];
* @return The bytes for contentType.
*/
com.google.protobuf.ByteString
getContentTypeBytes();
/**
* sint32 content_length = 6 [json_name = "contentLength"];
* @return The contentLength.
*/
int getContentLength();
}