public final class VodUpdatePlaylistRequest extends com.google.protobuf.GeneratedMessageV3 implements VodUpdatePlaylistRequestOrBuilder
Byteplus.Vod.Models.Request.VodUpdatePlaylistRequest| 限定符和类型 | 类和说明 |
|---|---|
static class |
VodUpdatePlaylistRequest.Builder
Protobuf type
Byteplus.Vod.Models.Request.VodUpdatePlaylistRequest |
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 |
CODEC_FIELD_NUMBER |
static int |
CYCLES_FIELD_NUMBER |
static int |
DEFINITION_FIELD_NUMBER |
static int |
ENDTIME_FIELD_NUMBER |
static int |
FORMAT_FIELD_NUMBER |
static int |
ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
static int |
VIDS_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.StringValue |
getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
.google.protobuf.StringValue Codec = 4; |
com.google.protobuf.StringValueOrBuilder |
getCodecOrBuilder()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
.google.protobuf.StringValue Codec = 4; |
com.google.protobuf.StringValue |
getCycles()
0代表无限循环
.google.protobuf.StringValue Cycles = 9; |
com.google.protobuf.StringValueOrBuilder |
getCyclesOrBuilder()
0代表无限循环
.google.protobuf.StringValue Cycles = 9; |
static VodUpdatePlaylistRequest |
getDefaultInstance() |
VodUpdatePlaylistRequest |
getDefaultInstanceForType() |
com.google.protobuf.StringValue |
getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
com.google.protobuf.StringValueOrBuilder |
getDefinitionOrBuilder()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.StringValue |
getEndTime()
以秒为单位的时间戳,大于StartTime
.google.protobuf.StringValue EndTime = 8; |
com.google.protobuf.StringValueOrBuilder |
getEndTimeOrBuilder()
以秒为单位的时间戳,大于StartTime
.google.protobuf.StringValue EndTime = 8; |
com.google.protobuf.StringValue |
getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
.google.protobuf.StringValue Format = 3; |
com.google.protobuf.StringValueOrBuilder |
getFormatOrBuilder()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
.google.protobuf.StringValue Format = 3; |
String |
getId()
播放列表Id
string Id = 1; |
com.google.protobuf.ByteString |
getIdBytes()
播放列表Id
string Id = 1; |
com.google.protobuf.StringValue |
getName()
.google.protobuf.StringValue Name = 2; |
com.google.protobuf.StringValueOrBuilder |
getNameOrBuilder()
.google.protobuf.StringValue Name = 2; |
com.google.protobuf.Parser<VodUpdatePlaylistRequest> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.StringValue |
getStartTime()
以秒为单位的时间戳
.google.protobuf.StringValue StartTime = 7; |
com.google.protobuf.StringValueOrBuilder |
getStartTimeOrBuilder()
以秒为单位的时间戳
.google.protobuf.StringValue StartTime = 7; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.StringValue |
getVids()
以,分隔,最多100个
.google.protobuf.StringValue Vids = 6; |
com.google.protobuf.StringValueOrBuilder |
getVidsOrBuilder()
以,分隔,最多100个
.google.protobuf.StringValue Vids = 6; |
boolean |
hasCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
.google.protobuf.StringValue Codec = 4; |
boolean |
hasCycles()
0代表无限循环
.google.protobuf.StringValue Cycles = 9; |
boolean |
hasDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
|
boolean |
hasEndTime()
以秒为单位的时间戳,大于StartTime
.google.protobuf.StringValue EndTime = 8; |
boolean |
hasFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
.google.protobuf.StringValue Format = 3; |
int |
hashCode() |
boolean |
hasName()
.google.protobuf.StringValue Name = 2; |
boolean |
hasStartTime()
以秒为单位的时间戳
.google.protobuf.StringValue StartTime = 7; |
boolean |
hasVids()
以,分隔,最多100个
.google.protobuf.StringValue Vids = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VodUpdatePlaylistRequest.Builder |
newBuilder() |
static VodUpdatePlaylistRequest.Builder |
newBuilder(VodUpdatePlaylistRequest prototype) |
VodUpdatePlaylistRequest.Builder |
newBuilderForType() |
protected VodUpdatePlaylistRequest.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VodUpdatePlaylistRequest |
parseDelimitedFrom(InputStream input) |
static VodUpdatePlaylistRequest |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUpdatePlaylistRequest |
parseFrom(byte[] data) |
static VodUpdatePlaylistRequest |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUpdatePlaylistRequest |
parseFrom(ByteBuffer data) |
static VodUpdatePlaylistRequest |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUpdatePlaylistRequest |
parseFrom(com.google.protobuf.ByteString data) |
static VodUpdatePlaylistRequest |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUpdatePlaylistRequest |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VodUpdatePlaylistRequest |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodUpdatePlaylistRequest |
parseFrom(InputStream input) |
static VodUpdatePlaylistRequest |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VodUpdatePlaylistRequest> |
parser() |
VodUpdatePlaylistRequest.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, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTopublic static final int ID_FIELD_NUMBER
public static final int NAME_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 VIDS_FIELD_NUMBER
public static final int STARTTIME_FIELD_NUMBER
public static final int ENDTIME_FIELD_NUMBER
public static final int CYCLES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance 在类中 com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields 在接口中 com.google.protobuf.MessageOrBuildergetUnknownFields 在类中 com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable 在类中 com.google.protobuf.GeneratedMessageV3public String getId()
播放列表Id
string Id = 1;getId 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
播放列表Id
string Id = 1;getIdBytes 在接口中 VodUpdatePlaylistRequestOrBuilderpublic boolean hasName()
.google.protobuf.StringValue Name = 2;hasName 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValue getName()
.google.protobuf.StringValue Name = 2;getName 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getNameOrBuilder()
.google.protobuf.StringValue Name = 2;public boolean hasFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
.google.protobuf.StringValue Format = 3;hasFormat 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValue getFormat()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
.google.protobuf.StringValue Format = 3;getFormat 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getFormatOrBuilder()
封装格式,支持 mp4、dash、hls、mp3、m4a、ogg, 默认mp4
.google.protobuf.StringValue Format = 3;public boolean hasCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
.google.protobuf.StringValue Codec = 4;hasCodec 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValue getCodec()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
.google.protobuf.StringValue Codec = 4;getCodec 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getCodecOrBuilder()
编码格式,支持 mp3、aac、opus、H264、H265、H266, 视频默认H264
.google.protobuf.StringValue Codec = 4;public boolean hasDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
.google.protobuf.StringValue Definition = 5;hasDefinition 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValue getDefinition()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
.google.protobuf.StringValue Definition = 5;getDefinition 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getDefinitionOrBuilder()
视频流清晰度,支持:240p,360p,480p,540p,720p,1080p,2k,4k,od,oe.
.google.protobuf.StringValue Definition = 5;public boolean hasVids()
以,分隔,最多100个
.google.protobuf.StringValue Vids = 6;hasVids 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValue getVids()
以,分隔,最多100个
.google.protobuf.StringValue Vids = 6;getVids 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getVidsOrBuilder()
以,分隔,最多100个
.google.protobuf.StringValue Vids = 6;public boolean hasStartTime()
以秒为单位的时间戳
.google.protobuf.StringValue StartTime = 7;hasStartTime 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValue getStartTime()
以秒为单位的时间戳
.google.protobuf.StringValue StartTime = 7;getStartTime 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getStartTimeOrBuilder()
以秒为单位的时间戳
.google.protobuf.StringValue StartTime = 7;public boolean hasEndTime()
以秒为单位的时间戳,大于StartTime
.google.protobuf.StringValue EndTime = 8;hasEndTime 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValue getEndTime()
以秒为单位的时间戳,大于StartTime
.google.protobuf.StringValue EndTime = 8;getEndTime 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getEndTimeOrBuilder()
以秒为单位的时间戳,大于StartTime
.google.protobuf.StringValue EndTime = 8;public boolean hasCycles()
0代表无限循环
.google.protobuf.StringValue Cycles = 9;hasCycles 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValue getCycles()
0代表无限循环
.google.protobuf.StringValue Cycles = 9;getCycles 在接口中 VodUpdatePlaylistRequestOrBuilderpublic com.google.protobuf.StringValueOrBuilder getCyclesOrBuilder()
0代表无限循环
.google.protobuf.StringValue Cycles = 9;public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static VodUpdatePlaylistRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUpdatePlaylistRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUpdatePlaylistRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUpdatePlaylistRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUpdatePlaylistRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUpdatePlaylistRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodUpdatePlaylistRequest parseFrom(InputStream input) throws IOException
IOExceptionpublic static VodUpdatePlaylistRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VodUpdatePlaylistRequest parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VodUpdatePlaylistRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VodUpdatePlaylistRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VodUpdatePlaylistRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VodUpdatePlaylistRequest.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static VodUpdatePlaylistRequest.Builder newBuilder()
public static VodUpdatePlaylistRequest.Builder newBuilder(VodUpdatePlaylistRequest prototype)
public VodUpdatePlaylistRequest.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected VodUpdatePlaylistRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static VodUpdatePlaylistRequest getDefaultInstance()
public static com.google.protobuf.Parser<VodUpdatePlaylistRequest> parser()
public com.google.protobuf.Parser<VodUpdatePlaylistRequest> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public VodUpdatePlaylistRequest getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.