main.java.com.streamlayer.files.FileDataOrBuilder 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 FileDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:streamlayer.files.FileData)
com.google.protobuf.MessageLiteOrBuilder {
/**
* string name = 1 [json_name = "name"];
* @return The name.
*/
java.lang.String getName();
/**
* string name = 1 [json_name = "name"];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* repeated int32 controls_data = 2 [json_name = "controlsData"];
* @return A list containing the controlsData.
*/
java.util.List getControlsDataList();
/**
* repeated int32 controls_data = 2 [json_name = "controlsData"];
* @return The count of controlsData.
*/
int getControlsDataCount();
/**
* repeated int32 controls_data = 2 [json_name = "controlsData"];
* @param index The index of the element to return.
* @return The controlsData at the given index.
*/
int getControlsData(int index);
/**
* repeated string tags = 3 [json_name = "tags"];
* @return A list containing the tags.
*/
java.util.List
getTagsList();
/**
* repeated string tags = 3 [json_name = "tags"];
* @return The count of tags.
*/
int getTagsCount();
/**
* repeated string tags = 3 [json_name = "tags"];
* @param index The index of the element to return.
* @return The tags at the given index.
*/
java.lang.String getTags(int index);
/**
* repeated string tags = 3 [json_name = "tags"];
* @param index The index of the element to return.
* @return The tags at the given index.
*/
com.google.protobuf.ByteString
getTagsBytes(int index);
/**
* string type = 4 [json_name = "type"];
* @return The type.
*/
java.lang.String getType();
/**
* string type = 4 [json_name = "type"];
* @return The bytes for type.
*/
com.google.protobuf.ByteString
getTypeBytes();
/**
* string alias = 5 [json_name = "alias"];
* @return The alias.
*/
java.lang.String getAlias();
/**
* string alias = 5 [json_name = "alias"];
* @return The bytes for alias.
*/
com.google.protobuf.ByteString
getAliasBytes();
/**
* string upload_id = 6 [json_name = "uploadId"];
* @return The uploadId.
*/
java.lang.String getUploadId();
/**
* string upload_id = 6 [json_name = "uploadId"];
* @return The bytes for uploadId.
*/
com.google.protobuf.ByteString
getUploadIdBytes();
/**
* string started_at = 7 [json_name = "startedAt"];
* @return The startedAt.
*/
java.lang.String getStartedAt();
/**
* string started_at = 7 [json_name = "startedAt"];
* @return The bytes for startedAt.
*/
com.google.protobuf.ByteString
getStartedAtBytes();
/**
* string files = 8 [json_name = "files"];
* @return The files.
*/
java.lang.String getFiles();
/**
* string files = 8 [json_name = "files"];
* @return The bytes for files.
*/
com.google.protobuf.ByteString
getFilesBytes();
/**
* int32 parts = 9 [json_name = "parts"];
* @return The parts.
*/
int getParts();
/**
* int32 content_length = 10 [json_name = "contentLength"];
* @return The contentLength.
*/
int getContentLength();
/**
* string status = 11 [json_name = "status"];
* @return The status.
*/
java.lang.String getStatus();
/**
* string status = 11 [json_name = "status"];
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
* string owner = 12 [json_name = "owner"];
* @return The owner.
*/
java.lang.String getOwner();
/**
* string owner = 12 [json_name = "owner"];
* @return The bytes for owner.
*/
com.google.protobuf.ByteString
getOwnerBytes();
/**
* string bucket = 13 [json_name = "bucket"];
* @return The bucket.
*/
java.lang.String getBucket();
/**
* string bucket = 13 [json_name = "bucket"];
* @return The bytes for bucket.
*/
com.google.protobuf.ByteString
getBucketBytes();
/**
* string upload_type = 14 [json_name = "uploadType"];
* @return The uploadType.
*/
java.lang.String getUploadType();
/**
* string upload_type = 14 [json_name = "uploadType"];
* @return The bytes for uploadType.
*/
com.google.protobuf.ByteString
getUploadTypeBytes();
/**
* int32 public = 15 [json_name = "public"];
* @return The public.
*/
int getPublic();
/**
* int32 temporary = 16 [json_name = "temporary"];
* @return The temporary.
*/
int getTemporary();
/**
* int32 unlisted = 17 [json_name = "unlisted"];
* @return The unlisted.
*/
int getUnlisted();
/**
* int32 direct = 18 [json_name = "direct"];
* @return The direct.
*/
int getDirect();
}