main.java.com.streamlayer.files.InfoResponseOrBuilder 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 InfoResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.files.InfoResponse)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string username = 1 [json_name = "username"];
* @return The username.
*/
java.lang.String getUsername();
/**
* string username = 1 [json_name = "username"];
* @return The bytes for username.
*/
com.google.protobuf.ByteString
getUsernameBytes();
/**
* repeated .streamlayer.files.FileData file = 2 [json_name = "file"];
*/
java.util.List
getFileList();
/**
* repeated .streamlayer.files.FileData file = 2 [json_name = "file"];
*/
com.streamlayer.files.FileData getFile(int index);
/**
* repeated .streamlayer.files.FileData file = 2 [json_name = "file"];
*/
int getFileCount();
}