com.volcengine.service.vod.model.business.VodFileInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/business/vod_media.proto
package com.volcengine.service.vod.model.business;
public interface VodFileInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodFileInfo)
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();
/**
*
*最近修改时间
*
*
* string LastModifiedTime = 2;
* @return The lastModifiedTime.
*/
java.lang.String getLastModifiedTime();
/**
*
*最近修改时间
*
*
* string LastModifiedTime = 2;
* @return The bytes for lastModifiedTime.
*/
com.google.protobuf.ByteString
getLastModifiedTimeBytes();
/**
*
*对象大小
*
*
* int64 Size = 3;
* @return The size.
*/
long getSize();
/**
*
*存储类型(STANDARD/ARCHIVE/IA)
*
*
* string StorageClass = 4;
* @return The storageClass.
*/
java.lang.String getStorageClass();
/**
*
*存储类型(STANDARD/ARCHIVE/IA)
*
*
* string StorageClass = 4;
* @return The bytes for storageClass.
*/
com.google.protobuf.ByteString
getStorageClassBytes();
/**
*
* crc64hash值
*
*
* string HashCrc64 = 5;
* @return The hashCrc64.
*/
java.lang.String getHashCrc64();
/**
*
* crc64hash值
*
*
* string HashCrc64 = 5;
* @return The bytes for hashCrc64.
*/
com.google.protobuf.ByteString
getHashCrc64Bytes();
/**
*
* URL编码后的FileName
*
*
* string EncodedFileName = 6;
* @return The encodedFileName.
*/
java.lang.String getEncodedFileName();
/**
*
* URL编码后的FileName
*
*
* string EncodedFileName = 6;
* @return The bytes for encodedFileName.
*/
com.google.protobuf.ByteString
getEncodedFileNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy