public final class VodGetPlayInfoRequest extends com.google.protobuf.GeneratedMessageV3 implements VodGetPlayInfoRequestOrBuilder
Volcengine.Vod.Models.Request.VodGetPlayInfoRequest
限定符和类型 | 类和说明 |
---|---|
static class |
VodGetPlayInfoRequest.Builder
Protobuf type
Volcengine.Vod.Models.Request.VodGetPlayInfoRequest |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
限定符和类型 | 字段和说明 |
---|---|
static int |
BASE64_FIELD_NUMBER |
static int |
CDNTYPE_FIELD_NUMBER |
static int |
CODEC_FIELD_NUMBER |
static int |
DEFINITION_FIELD_NUMBER |
static int |
DRMEXPIRETIMESTAMP_FIELD_NUMBER |
static int |
FILETYPE_FIELD_NUMBER |
static int |
FORCEEXPIRE_FIELD_NUMBER |
static int |
FORMAT_FIELD_NUMBER |
static int |
HDRDEFINITION_FIELD_NUMBER |
static int |
LOGOTYPE_FIELD_NUMBER |
static int |
NEEDBARRAGEMASK_FIELD_NUMBER |
static int |
NEEDORIGINAL_FIELD_NUMBER |
static int |
NEEDTHUMBS_FIELD_NUMBER |
static int |
PLAYCONFIG_FIELD_NUMBER |
static int |
PLAYSCENE_FIELD_NUMBER |
static int |
QUALITY_FIELD_NUMBER |
static int |
SSL_FIELD_NUMBER |
static int |
UNIONINFO_FIELD_NUMBER |
static int |
VID_FIELD_NUMBER |
限定符和类型 | 方法和说明 |
---|---|
boolean |
equals(Object obj) |
String |
getBase64()
播放地址是否base64编码,默认否,支持设置: 0-否,1-是
string Base64 = 7; |
com.google.protobuf.ByteString |
getBase64Bytes()
播放地址是否base64编码,默认否,支持设置: 0-否,1-是
string Base64 = 7; |
String |
getCdnType()
指定CDN类型, 默认不传为普通CDN, 若需使用请联系技术支持
string CdnType = 11; |
com.google.protobuf.ByteString |
getCdnTypeBytes()
指定CDN类型, 默认不传为普通CDN, 若需使用请联系技术支持
string CdnType = 11; |
String |
getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264,音频默认aac
string Codec = 3; |
com.google.protobuf.ByteString |
getCodecBytes()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264,音频默认aac
string Codec = 3; |
static VodGetPlayInfoRequest |
getDefaultInstance() |
VodGetPlayInfoRequest |
getDefaultInstanceForType() |
String |
getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.默认返回全部
string Definition = 4; |
com.google.protobuf.ByteString |
getDefinitionBytes()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.默认返回全部
string Definition = 4; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDrmExpireTimestamp()
DRM过期时间戳, 若需使用请联系技术支持
string DrmExpireTimestamp = 15; |
com.google.protobuf.ByteString |
getDrmExpireTimestampBytes()
DRM过期时间戳, 若需使用请联系技术支持
string DrmExpireTimestamp = 15; |
String |
getFileType()
流文件类型,支持:
加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio.默认video
string FileType = 5; |
com.google.protobuf.ByteString |
getFileTypeBytes()
流文件类型,支持:
加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio.默认video
string FileType = 5; |
String |
getForceExpire()
强行指定本次请求的时间戳防盗链 单位秒
string ForceExpire = 19; |
com.google.protobuf.ByteString |
getForceExpireBytes()
强行指定本次请求的时间戳防盗链 单位秒
string ForceExpire = 19; |
String |
getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
com.google.protobuf.ByteString |
getFormatBytes()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2; |
String |
getHDRDefinition()
HDR清晰度,默认不查询,支持:all, 240p, 360p, 420p, 480p, 540p, 720p,
1080p, 2k, 4k
string HDRDefinition = 13; |
com.google.protobuf.ByteString |
getHDRDefinitionBytes()
HDR清晰度,默认不查询,支持:all, 240p, 360p, 420p, 480p, 540p, 720p,
1080p, 2k, 4k
string HDRDefinition = 13; |
String |
getLogoType()
水印贴片标签
string LogoType = 6; |
com.google.protobuf.ByteString |
getLogoTypeBytes()
水印贴片标签
string LogoType = 6; |
String |
getNeedBarrageMask()
是否需要蒙版弹幕,默认否,1-是;0-否
string NeedBarrageMask = 10; |
com.google.protobuf.ByteString |
getNeedBarrageMaskBytes()
是否需要蒙版弹幕,默认否,1-是;0-否
string NeedBarrageMask = 10; |
String |
getNeedOriginal()
控制是否需要将原片信息置于 VideoInfos 中
string NeedOriginal = 18; |
com.google.protobuf.ByteString |
getNeedOriginalBytes()
控制是否需要将原片信息置于 VideoInfos 中
string NeedOriginal = 18; |
String |
getNeedThumbs()
是否需要雪碧图(缩略图),默认否,1-是;0-否
string NeedThumbs = 9; |
com.google.protobuf.ByteString |
getNeedThumbsBytes()
是否需要雪碧图(缩略图),默认否,1-是;0-否
string NeedThumbs = 9; |
com.google.protobuf.Parser<VodGetPlayInfoRequest> |
getParserForType() |
String |
getPlayConfig()
播放配置,可指定播放域名
string PlayConfig = 17; |
com.google.protobuf.ByteString |
getPlayConfigBytes()
播放配置,可指定播放域名
string PlayConfig = 17; |
String |
getPlayScene()
播放场景,指定获取对应场景的音视频流。
|
com.google.protobuf.ByteString |
getPlaySceneBytes()
播放场景,指定获取对应场景的音视频流。
|
String |
getQuality()
音频音质。
|
com.google.protobuf.ByteString |
getQualityBytes()
音频音质。
|
int |
getSerializedSize() |
String |
getSsl()
返回https播放地址,默认否, 1-是;0-否
string Ssl = 8; |
com.google.protobuf.ByteString |
getSslBytes()
返回https播放地址,默认否, 1-是;0-否
string Ssl = 8; |
String |
getUnionInfo()
唯一性标识信息, 若需使用请联系技术支持
string UnionInfo = 12; |
com.google.protobuf.ByteString |
getUnionInfoBytes()
唯一性标识信息, 若需使用请联系技术支持
string UnionInfo = 12; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVid()
视频ID
string Vid = 1; |
com.google.protobuf.ByteString |
getVidBytes()
视频ID
string Vid = 1; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VodGetPlayInfoRequest.Builder |
newBuilder() |
static VodGetPlayInfoRequest.Builder |
newBuilder(VodGetPlayInfoRequest prototype) |
VodGetPlayInfoRequest.Builder |
newBuilderForType() |
protected VodGetPlayInfoRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VodGetPlayInfoRequest |
parseDelimitedFrom(InputStream input) |
static VodGetPlayInfoRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetPlayInfoRequest |
parseFrom(byte[] data) |
static VodGetPlayInfoRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetPlayInfoRequest |
parseFrom(ByteBuffer data) |
static VodGetPlayInfoRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetPlayInfoRequest |
parseFrom(com.google.protobuf.ByteString data) |
static VodGetPlayInfoRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetPlayInfoRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VodGetPlayInfoRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodGetPlayInfoRequest |
parseFrom(InputStream input) |
static VodGetPlayInfoRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VodGetPlayInfoRequest> |
parser() |
VodGetPlayInfoRequest.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public static final int VID_FIELD_NUMBER
public static final int FORMAT_FIELD_NUMBER
public static final int CODEC_FIELD_NUMBER
public static final int DEFINITION_FIELD_NUMBER
public static final int FILETYPE_FIELD_NUMBER
public static final int LOGOTYPE_FIELD_NUMBER
public static final int BASE64_FIELD_NUMBER
public static final int SSL_FIELD_NUMBER
public static final int NEEDTHUMBS_FIELD_NUMBER
public static final int NEEDBARRAGEMASK_FIELD_NUMBER
public static final int CDNTYPE_FIELD_NUMBER
public static final int UNIONINFO_FIELD_NUMBER
public static final int HDRDEFINITION_FIELD_NUMBER
public static final int PLAYSCENE_FIELD_NUMBER
public static final int DRMEXPIRETIMESTAMP_FIELD_NUMBER
public static final int QUALITY_FIELD_NUMBER
public static final int PLAYCONFIG_FIELD_NUMBER
public static final int NEEDORIGINAL_FIELD_NUMBER
public static final int FORCEEXPIRE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
在类中 com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
在接口中 com.google.protobuf.MessageOrBuilder
getUnknownFields
在类中 com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
在类中 com.google.protobuf.GeneratedMessageV3
public String getVid()
视频ID
string Vid = 1;
getVid
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;
getVidBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;
getFormat
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getFormatBytes()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
string Format = 2;
getFormatBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264,音频默认aac
string Codec = 3;
getCodec
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getCodecBytes()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264,音频默认aac
string Codec = 3;
getCodecBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.默认返回全部
string Definition = 4;
getDefinition
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getDefinitionBytes()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.默认返回全部
string Definition = 4;
getDefinitionBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getFileType()
流文件类型,支持: 加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio.默认video
string FileType = 5;
getFileType
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getFileTypeBytes()
流文件类型,支持: 加密视频流evideo,加密音频流传eaudio,非加密视频流video,普通音频音频流audio.默认video
string FileType = 5;
getFileTypeBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getLogoType()
水印贴片标签
string LogoType = 6;
getLogoType
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getLogoTypeBytes()
水印贴片标签
string LogoType = 6;
getLogoTypeBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getBase64()
播放地址是否base64编码,默认否,支持设置: 0-否,1-是
string Base64 = 7;
getBase64
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getBase64Bytes()
播放地址是否base64编码,默认否,支持设置: 0-否,1-是
string Base64 = 7;
getBase64Bytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getSsl()
返回https播放地址,默认否, 1-是;0-否
string Ssl = 8;
getSsl
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getSslBytes()
返回https播放地址,默认否, 1-是;0-否
string Ssl = 8;
getSslBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getNeedThumbs()
是否需要雪碧图(缩略图),默认否,1-是;0-否
string NeedThumbs = 9;
getNeedThumbs
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getNeedThumbsBytes()
是否需要雪碧图(缩略图),默认否,1-是;0-否
string NeedThumbs = 9;
getNeedThumbsBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getNeedBarrageMask()
是否需要蒙版弹幕,默认否,1-是;0-否
string NeedBarrageMask = 10;
getNeedBarrageMask
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getNeedBarrageMaskBytes()
是否需要蒙版弹幕,默认否,1-是;0-否
string NeedBarrageMask = 10;
getNeedBarrageMaskBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getCdnType()
指定CDN类型, 默认不传为普通CDN, 若需使用请联系技术支持
string CdnType = 11;
getCdnType
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getCdnTypeBytes()
指定CDN类型, 默认不传为普通CDN, 若需使用请联系技术支持
string CdnType = 11;
getCdnTypeBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getUnionInfo()
唯一性标识信息, 若需使用请联系技术支持
string UnionInfo = 12;
getUnionInfo
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getUnionInfoBytes()
唯一性标识信息, 若需使用请联系技术支持
string UnionInfo = 12;
getUnionInfoBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getHDRDefinition()
HDR清晰度,默认不查询,支持:all, 240p, 360p, 420p, 480p, 540p, 720p, 1080p, 2k, 4k
string HDRDefinition = 13;
getHDRDefinition
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getHDRDefinitionBytes()
HDR清晰度,默认不查询,支持:all, 240p, 360p, 420p, 480p, 540p, 720p, 1080p, 2k, 4k
string HDRDefinition = 13;
getHDRDefinitionBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getPlayScene()
播放场景,指定获取对应场景的音视频流。当前支持:preview-试看
string PlayScene = 14;
getPlayScene
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getPlaySceneBytes()
播放场景,指定获取对应场景的音视频流。当前支持:preview-试看
string PlayScene = 14;
getPlaySceneBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getDrmExpireTimestamp()
DRM过期时间戳, 若需使用请联系技术支持
string DrmExpireTimestamp = 15;
getDrmExpireTimestamp
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getDrmExpireTimestampBytes()
DRM过期时间戳, 若需使用请联系技术支持
string DrmExpireTimestamp = 15;
getDrmExpireTimestampBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getQuality()
音频音质。当FileType为audio和eaudio时起作用,表示音频音质参数.支持: medium, higher, highest.默认返回所有音频流
string Quality = 16;
getQuality
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getQualityBytes()
音频音质。当FileType为audio和eaudio时起作用,表示音频音质参数.支持: medium, higher, highest.默认返回所有音频流
string Quality = 16;
getQualityBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getPlayConfig()
播放配置,可指定播放域名
string PlayConfig = 17;
getPlayConfig
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getPlayConfigBytes()
播放配置,可指定播放域名
string PlayConfig = 17;
getPlayConfigBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getNeedOriginal()
控制是否需要将原片信息置于 VideoInfos 中
string NeedOriginal = 18;
getNeedOriginal
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getNeedOriginalBytes()
控制是否需要将原片信息置于 VideoInfos 中
string NeedOriginal = 18;
getNeedOriginalBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public String getForceExpire()
强行指定本次请求的时间戳防盗链 单位秒
string ForceExpire = 19;
getForceExpire
在接口中 VodGetPlayInfoRequestOrBuilder
public com.google.protobuf.ByteString getForceExpireBytes()
强行指定本次请求的时间戳防盗链 单位秒
string ForceExpire = 19;
getForceExpireBytes
在接口中 VodGetPlayInfoRequestOrBuilder
public final boolean isInitialized()
isInitialized
在接口中 com.google.protobuf.MessageLiteOrBuilder
isInitialized
在类中 com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
在接口中 com.google.protobuf.MessageLite
writeTo
在类中 com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
在接口中 com.google.protobuf.MessageLite
getSerializedSize
在类中 com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
在接口中 com.google.protobuf.Message
equals
在类中 com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
在接口中 com.google.protobuf.Message
hashCode
在类中 com.google.protobuf.AbstractMessage
public static VodGetPlayInfoRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodGetPlayInfoRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodGetPlayInfoRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodGetPlayInfoRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodGetPlayInfoRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodGetPlayInfoRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodGetPlayInfoRequest parseFrom(InputStream input) throws IOException
IOException
public static VodGetPlayInfoRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static VodGetPlayInfoRequest parseDelimitedFrom(InputStream input) throws IOException
IOException
public static VodGetPlayInfoRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static VodGetPlayInfoRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static VodGetPlayInfoRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public VodGetPlayInfoRequest.Builder newBuilderForType()
newBuilderForType
在接口中 com.google.protobuf.Message
newBuilderForType
在接口中 com.google.protobuf.MessageLite
public static VodGetPlayInfoRequest.Builder newBuilder()
public static VodGetPlayInfoRequest.Builder newBuilder(VodGetPlayInfoRequest prototype)
public VodGetPlayInfoRequest.Builder toBuilder()
toBuilder
在接口中 com.google.protobuf.Message
toBuilder
在接口中 com.google.protobuf.MessageLite
protected VodGetPlayInfoRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
在类中 com.google.protobuf.GeneratedMessageV3
public static VodGetPlayInfoRequest getDefaultInstance()
public static com.google.protobuf.Parser<VodGetPlayInfoRequest> parser()
public com.google.protobuf.Parser<VodGetPlayInfoRequest> getParserForType()
getParserForType
在接口中 com.google.protobuf.Message
getParserForType
在接口中 com.google.protobuf.MessageLite
getParserForType
在类中 com.google.protobuf.GeneratedMessageV3
public VodGetPlayInfoRequest getDefaultInstanceForType()
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageOrBuilder
Copyright © 2024. All rights reserved.