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

com.volcengine.service.vod.model.business.VodFileMetaInfoOrBuilder 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 VodFileMetaInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Business.VodFileMetaInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * VideoId
   * 
* * string Vid = 1; * @return The vid. */ java.lang.String getVid(); /** *
   * VideoId
   * 
* * string Vid = 1; * @return The bytes for vid. */ com.google.protobuf.ByteString getVidBytes(); /** *
   * FileId
   * 
* * string FileId = 2; * @return The fileId. */ java.lang.String getFileId(); /** *
   * FileId
   * 
* * string FileId = 2; * @return The bytes for fileId. */ com.google.protobuf.ByteString getFileIdBytes(); /** *
   * MaterialId
   * 
* * string MaterialId = 3; * @return The materialId. */ java.lang.String getMaterialId(); /** *
   * MaterialId
   * 
* * string MaterialId = 3; * @return The bytes for materialId. */ com.google.protobuf.ByteString getMaterialIdBytes(); /** *
   * Uri所指类型 VideoUri MaterialUri PosterUri Unknown
   * 
* * string FileType = 5; * @return The fileType. */ java.lang.String getFileType(); /** *
   * Uri所指类型 VideoUri MaterialUri PosterUri Unknown
   * 
* * string FileType = 5; * @return The bytes for fileType. */ com.google.protobuf.ByteString getFileTypeBytes(); /** *
   * FileName
   * 
* * string FileName = 6; * @return The fileName. */ java.lang.String getFileName(); /** *
   * FileName
   * 
* * string FileName = 6; * @return The bytes for fileName. */ com.google.protobuf.ByteString getFileNameBytes(); /** *
   * UrlEncode后的FileName
   * 
* * string FileNameEncoded = 7; * @return The fileNameEncoded. */ java.lang.String getFileNameEncoded(); /** *
   * UrlEncode后的FileName
   * 
* * string FileNameEncoded = 7; * @return The bytes for fileNameEncoded. */ com.google.protobuf.ByteString getFileNameEncodedBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy