All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.vod.model.business.VodFileInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
// 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