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

com.byteplus.service.vod.model.business.VodFileSubtitleInfoOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// 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 VodFileSubtitleInfoOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Business.VodFileSubtitleInfo)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *文件ID
   * 
* * string FileId = 1; * @return The fileId. */ java.lang.String getFileId(); /** *
   *文件ID
   * 
* * string FileId = 1; * @return The bytes for fileId. */ com.google.protobuf.ByteString getFileIdBytes(); /** *
   *字幕列表
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSubtitleInfo SubtitleInfoList = 2; */ java.util.List getSubtitleInfoListList(); /** *
   *字幕列表
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSubtitleInfo SubtitleInfoList = 2; */ com.byteplus.service.vod.model.business.VodSubtitleInfo getSubtitleInfoList(int index); /** *
   *字幕列表
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSubtitleInfo SubtitleInfoList = 2; */ int getSubtitleInfoListCount(); /** *
   *字幕列表
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSubtitleInfo SubtitleInfoList = 2; */ java.util.List getSubtitleInfoListOrBuilderList(); /** *
   *字幕列表
   * 
* * repeated .Byteplus.Vod.Models.Business.VodSubtitleInfo SubtitleInfoList = 2; */ com.byteplus.service.vod.model.business.VodSubtitleInfoOrBuilder getSubtitleInfoListOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy