com.byteplus.service.vod.model.business.FileBasicInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/business/vod_media.proto
package com.byteplus.service.vod.model.business;
public interface FileBasicInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.FileBasicInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* tos侧的key,即directUrl中的FileName
*
*
* string FileName = 1;
* @return The fileName.
*/
java.lang.String getFileName();
/**
*
* tos侧的key,即directUrl中的FileName
*
*
* string FileName = 1;
* @return The bytes for fileName.
*/
com.google.protobuf.ByteString
getFileNameBytes();
/**
*
*对象大小
*
*
* int64 Size = 2;
* @return The size.
*/
long getSize();
/**
*
*存储类型(STANDARD/ARCHIVE)
*
*
* string StorageClass = 3;
* @return The storageClass.
*/
java.lang.String getStorageClass();
/**
*
*存储类型(STANDARD/ARCHIVE)
*
*
* string StorageClass = 3;
* @return The bytes for storageClass.
*/
com.google.protobuf.ByteString
getStorageClassBytes();
/**
*
*最近修改时间
*
*
* string UpdatedTime = 4;
* @return The updatedTime.
*/
java.lang.String getUpdatedTime();
/**
*
*最近修改时间
*
*
* string UpdatedTime = 4;
* @return The bytes for updatedTime.
*/
com.google.protobuf.ByteString
getUpdatedTimeBytes();
}