main.java.com.streamlayer.files.RemoveRequestOrBuilder 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 RemoveRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.files.RemoveRequest)
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();
/**
* bool soft_delete = 2 [json_name = "softDelete"];
* @return The softDelete.
*/
boolean getSoftDelete();
}