public interface VodUpdateSubtitleInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFileId()
转码视频id列表
|
com.google.protobuf.ByteString |
getFileIdBytes()
转码视频id列表
|
String |
getFormat()
字幕格式列表
|
com.google.protobuf.ByteString |
getFormatBytes()
字幕格式列表
|
String |
getLanguage()
字幕语言列表
|
com.google.protobuf.ByteString |
getLanguageBytes()
字幕语言列表
|
com.google.protobuf.StringValue |
getTag()
标签
|
com.google.protobuf.StringValueOrBuilder |
getTagOrBuilder()
标签
|
com.google.protobuf.StringValue |
getTitle()
标题
|
com.google.protobuf.StringValueOrBuilder |
getTitleOrBuilder()
标题
|
String |
getVid()
视频ID
|
com.google.protobuf.ByteString |
getVidBytes()
视频ID
|
boolean |
hasTag()
标签
|
boolean |
hasTitle()
标题
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getVid()
视频ID
string Vid = 1;
com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;
String getFileId()
转码视频id列表
string FileId = 2;
com.google.protobuf.ByteString getFileIdBytes()
转码视频id列表
string FileId = 2;
String getLanguage()
字幕语言列表
string Language = 3;
com.google.protobuf.ByteString getLanguageBytes()
字幕语言列表
string Language = 3;
String getFormat()
字幕格式列表
string Format = 4;
com.google.protobuf.ByteString getFormatBytes()
字幕格式列表
string Format = 4;
boolean hasTitle()
标题
.google.protobuf.StringValue Title = 6;
com.google.protobuf.StringValue getTitle()
标题
.google.protobuf.StringValue Title = 6;
com.google.protobuf.StringValueOrBuilder getTitleOrBuilder()
标题
.google.protobuf.StringValue Title = 6;
boolean hasTag()
标签
.google.protobuf.StringValue Tag = 7;
com.google.protobuf.StringValue getTag()
标签
.google.protobuf.StringValue Tag = 7;
com.google.protobuf.StringValueOrBuilder getTagOrBuilder()
标签
.google.protobuf.StringValue Tag = 7;
Copyright © 2022. All rights reserved.