public interface VodGetSubtitleInfoListDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
VodFileSubtitleInfo |
getFileSubtitleInfoList(int index)
字幕列表
|
int |
getFileSubtitleInfoListCount()
字幕列表
|
List<VodFileSubtitleInfo> |
getFileSubtitleInfoListList()
字幕列表
|
VodFileSubtitleInfoOrBuilder |
getFileSubtitleInfoListOrBuilder(int index)
字幕列表
|
List<? extends VodFileSubtitleInfoOrBuilder> |
getFileSubtitleInfoListOrBuilderList()
字幕列表
|
String |
getNotExistFileIds(int index)
不存在的转码FileID列表
|
com.google.protobuf.ByteString |
getNotExistFileIdsBytes(int index)
不存在的转码FileID列表
|
int |
getNotExistFileIdsCount()
不存在的转码FileID列表
|
List<String> |
getNotExistFileIdsList()
不存在的转码FileID列表
|
int |
getOffset()
数据偏移量
|
int |
getPageSize()
分页大小
|
int |
getTotalCount()
符合条件的结果总数
|
String |
getVid()
视频ID
|
com.google.protobuf.ByteString |
getVidBytes()
视频ID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getVid()
视频ID
string Vid = 1;com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;List<VodFileSubtitleInfo> getFileSubtitleInfoListList()
字幕列表
repeated .Volcengine.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;VodFileSubtitleInfo getFileSubtitleInfoList(int index)
字幕列表
repeated .Volcengine.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;int getFileSubtitleInfoListCount()
字幕列表
repeated .Volcengine.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;List<? extends VodFileSubtitleInfoOrBuilder> getFileSubtitleInfoListOrBuilderList()
字幕列表
repeated .Volcengine.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;VodFileSubtitleInfoOrBuilder getFileSubtitleInfoListOrBuilder(int index)
字幕列表
repeated .Volcengine.Vod.Models.Business.VodFileSubtitleInfo FileSubtitleInfoList = 2;List<String> getNotExistFileIdsList()
不存在的转码FileID列表
repeated string NotExistFileIds = 3;int getNotExistFileIdsCount()
不存在的转码FileID列表
repeated string NotExistFileIds = 3;String getNotExistFileIds(int index)
不存在的转码FileID列表
repeated string NotExistFileIds = 3;index - The index of the element to return.com.google.protobuf.ByteString getNotExistFileIdsBytes(int index)
不存在的转码FileID列表
repeated string NotExistFileIds = 3;index - The index of the value to return.int getTotalCount()
符合条件的结果总数
int32 TotalCount = 4;int getOffset()
数据偏移量
int32 Offset = 5;int getPageSize()
分页大小
int32 PageSize = 6;Copyright © 2023. All rights reserved.