main.java.com.streamlayer.files.FileOrBuilder 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 FileOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.files.File)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string md5_hash = 1 [json_name = "md5Hash"];
* @return The md5Hash.
*/
java.lang.String getMd5Hash();
/**
* string md5_hash = 1 [json_name = "md5Hash"];
* @return The bytes for md5Hash.
*/
com.google.protobuf.ByteString
getMd5HashBytes();
/**
* string type = 2 [json_name = "type"];
* @return The type.
*/
java.lang.String getType();
/**
* string type = 2 [json_name = "type"];
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* string content_type = 3 [json_name = "contentType"];
* @return The contentType.
*/
java.lang.String getContentType();
/**
* string content_type = 3 [json_name = "contentType"];
* @return The bytes for contentType.
*/
com.google.protobuf.ByteString
getContentTypeBytes();
/**
* sint32 content_length = 4 [json_name = "contentLength"];
* @return The contentLength.
*/
int getContentLength();
}