com.byteplus.service.vod.model.request.VodGetSubtitleInfoListRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto
package com.byteplus.service.vod.model.request;
public interface VodGetSubtitleInfoListRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodGetSubtitleInfoListRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*视频ID
*
*
* string Vid = 1;
* @return The vid.
*/
java.lang.String getVid();
/**
*
*视频ID
*
*
* string Vid = 1;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
*
*转码视频id列表,多个用","隔开
*
*
* string FileIds = 2;
* @return The fileIds.
*/
java.lang.String getFileIds();
/**
*
*转码视频id列表,多个用","隔开
*
*
* string FileIds = 2;
* @return The bytes for fileIds.
*/
com.google.protobuf.ByteString
getFileIdsBytes();
/**
*
*字幕语言列表,多个用","隔开
*
*
* string Languages = 3;
* @return The languages.
*/
java.lang.String getLanguages();
/**
*
*字幕语言列表,多个用","隔开
*
*
* string Languages = 3;
* @return The bytes for languages.
*/
com.google.protobuf.ByteString
getLanguagesBytes();
/**
*
*字幕格式列表,多个用","隔开
*
*
* string Formats = 4;
* @return The formats.
*/
java.lang.String getFormats();
/**
*
*字幕格式列表,多个用","隔开
*
*
* string Formats = 4;
* @return The bytes for formats.
*/
com.google.protobuf.ByteString
getFormatsBytes();
/**
*
*字幕语言Id列表,多个用","隔开
*
*
* string LanguageIds = 5;
* @return The languageIds.
*/
java.lang.String getLanguageIds();
/**
*
*字幕语言Id列表,多个用","隔开
*
*
* string LanguageIds = 5;
* @return The bytes for languageIds.
*/
com.google.protobuf.ByteString
getLanguageIdsBytes();
/**
*
*字幕Id列表,多个用","隔开
*
*
* string SubtitleIds = 6;
* @return The subtitleIds.
*/
java.lang.String getSubtitleIds();
/**
*
*字幕Id列表,多个用","隔开
*
*
* string SubtitleIds = 6;
* @return The bytes for subtitleIds.
*/
com.google.protobuf.ByteString
getSubtitleIdsBytes();
/**
*
*状态,多个用","隔开
*
*
* string Status = 7;
* @return The status.
*/
java.lang.String getStatus();
/**
*
*状态,多个用","隔开
*
*
* string Status = 7;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
/**
*
*标题
*
*
* string Title = 8;
* @return The title.
*/
java.lang.String getTitle();
/**
*
*标题
*
*
* string Title = 8;
* @return The bytes for title.
*/
com.google.protobuf.ByteString
getTitleBytes();
/**
*
*标签
*
*
* string Tag = 9;
* @return The tag.
*/
java.lang.String getTag();
/**
*
*标签
*
*
* string Tag = 9;
* @return The bytes for tag.
*/
com.google.protobuf.ByteString
getTagBytes();
/**
*
* file的偏移量
*
*
* string Offset = 10;
* @return The offset.
*/
java.lang.String getOffset();
/**
*
* file的偏移量
*
*
* string Offset = 10;
* @return The bytes for offset.
*/
com.google.protobuf.ByteString
getOffsetBytes();
/**
*
*分页大小(结果一fileId分页)
*
*
* string PageSize = 11;
* @return The pageSize.
*/
java.lang.String getPageSize();
/**
*
*分页大小(结果一fileId分页)
*
*
* string PageSize = 11;
* @return The bytes for pageSize.
*/
com.google.protobuf.ByteString
getPageSizeBytes();
/**
*
*返回https播放地址,默认否, 1-是;0-否
*
*
* string Ssl = 12;
* @return The ssl.
*/
java.lang.String getSsl();
/**
*
*返回https播放地址,默认否, 1-是;0-否
*
*
* string Ssl = 12;
* @return The bytes for ssl.
*/
com.google.protobuf.ByteString
getSslBytes();
}