public final class VodMediaBasicInfo extends com.google.protobuf.GeneratedMessageV3 implements VodMediaBasicInfoOrBuilder
Volcengine.Vod.Models.Business.VodMediaBasicInfo| 限定符和类型 | 类和说明 |
|---|---|
static class |
VodMediaBasicInfo.Builder
Protobuf type
Volcengine.Vod.Models.Business.VodMediaBasicInfo |
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 |
CLASSIFICATION_FIELD_NUMBER |
static int |
CREATETIME_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
HLSMEDIASIZE_FIELD_NUMBER |
static int |
POSTERURI_FIELD_NUMBER |
static int |
PUBLISHSTATUS_FIELD_NUMBER |
static int |
SPACENAME_FIELD_NUMBER |
static int |
TAGS_FIELD_NUMBER |
static int |
TITLE_FIELD_NUMBER |
static int |
TOSSTORAGECLASS_FIELD_NUMBER |
static int |
VID_FIELD_NUMBER |
static int |
VODUPLOADSOURCE_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
VodClassification |
getClassification()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9; |
VodClassificationOrBuilder |
getClassificationOrBuilder()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9; |
String |
getCreateTime()
创建时间
string CreateTime = 8; |
com.google.protobuf.ByteString |
getCreateTimeBytes()
创建时间
string CreateTime = 8; |
static VodMediaBasicInfo |
getDefaultInstance() |
VodMediaBasicInfo |
getDefaultInstanceForType() |
String |
getDescription()
视频描述
string Description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
视频描述
string Description = 4; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getHlsMediaSize()
Hls媒体Size(m3u8+ts)
double HlsMediaSize = 12; |
com.google.protobuf.Parser<VodMediaBasicInfo> |
getParserForType() |
String |
getPosterUri()
封面图对象地址
string PosterUri = 5; |
com.google.protobuf.ByteString |
getPosterUriBytes()
封面图对象地址
string PosterUri = 5; |
String |
getPublishStatus()
发布状态
string PublishStatus = 6; |
com.google.protobuf.ByteString |
getPublishStatusBytes()
发布状态
string PublishStatus = 6; |
int |
getSerializedSize() |
String |
getSpaceName()
空间名
string SpaceName = 1; |
com.google.protobuf.ByteString |
getSpaceNameBytes()
空间名
string SpaceName = 1; |
String |
getTags(int index)
标签列表
repeated string Tags = 7; |
com.google.protobuf.ByteString |
getTagsBytes(int index)
标签列表
repeated string Tags = 7; |
int |
getTagsCount()
标签列表
repeated string Tags = 7; |
com.google.protobuf.ProtocolStringList |
getTagsList()
标签列表
repeated string Tags = 7; |
String |
getTitle()
视频名称
string Title = 3; |
com.google.protobuf.ByteString |
getTitleBytes()
视频名称
string Title = 3; |
String |
getTosStorageClass()
Tos存储类型:STANDARD, ARCHIVE, IA
string TosStorageClass = 10; |
com.google.protobuf.ByteString |
getTosStorageClassBytes()
Tos存储类型:STANDARD, ARCHIVE, IA
string TosStorageClass = 10; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVid()
视频ID
string Vid = 2; |
com.google.protobuf.ByteString |
getVidBytes()
视频ID
string Vid = 2; |
String |
getVodUploadSource()
音视频来源
string VodUploadSource = 11; |
com.google.protobuf.ByteString |
getVodUploadSourceBytes()
音视频来源
string VodUploadSource = 11; |
boolean |
hasClassification()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static VodMediaBasicInfo.Builder |
newBuilder() |
static VodMediaBasicInfo.Builder |
newBuilder(VodMediaBasicInfo prototype) |
VodMediaBasicInfo.Builder |
newBuilderForType() |
protected VodMediaBasicInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static VodMediaBasicInfo |
parseDelimitedFrom(InputStream input) |
static VodMediaBasicInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodMediaBasicInfo |
parseFrom(byte[] data) |
static VodMediaBasicInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodMediaBasicInfo |
parseFrom(ByteBuffer data) |
static VodMediaBasicInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodMediaBasicInfo |
parseFrom(com.google.protobuf.ByteString data) |
static VodMediaBasicInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodMediaBasicInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static VodMediaBasicInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static VodMediaBasicInfo |
parseFrom(InputStream input) |
static VodMediaBasicInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<VodMediaBasicInfo> |
parser() |
VodMediaBasicInfo.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 SPACENAME_FIELD_NUMBER
public static final int VID_FIELD_NUMBER
public static final int TITLE_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int POSTERURI_FIELD_NUMBER
public static final int PUBLISHSTATUS_FIELD_NUMBER
public static final int TAGS_FIELD_NUMBER
public static final int CREATETIME_FIELD_NUMBER
public static final int CLASSIFICATION_FIELD_NUMBER
public static final int TOSSTORAGECLASS_FIELD_NUMBER
public static final int VODUPLOADSOURCE_FIELD_NUMBER
public static final int HLSMEDIASIZE_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 getSpaceName()
空间名
string SpaceName = 1;getSpaceName 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;getSpaceNameBytes 在接口中 VodMediaBasicInfoOrBuilderpublic String getVid()
视频ID
string Vid = 2;getVid 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 2;getVidBytes 在接口中 VodMediaBasicInfoOrBuilderpublic String getTitle()
视频名称
string Title = 3;getTitle 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getTitleBytes()
视频名称
string Title = 3;getTitleBytes 在接口中 VodMediaBasicInfoOrBuilderpublic String getDescription()
视频描述
string Description = 4;getDescription 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
视频描述
string Description = 4;getDescriptionBytes 在接口中 VodMediaBasicInfoOrBuilderpublic String getPosterUri()
封面图对象地址
string PosterUri = 5;getPosterUri 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getPosterUriBytes()
封面图对象地址
string PosterUri = 5;getPosterUriBytes 在接口中 VodMediaBasicInfoOrBuilderpublic String getPublishStatus()
发布状态
string PublishStatus = 6;getPublishStatus 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getPublishStatusBytes()
发布状态
string PublishStatus = 6;getPublishStatusBytes 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ProtocolStringList getTagsList()
标签列表
repeated string Tags = 7;getTagsList 在接口中 VodMediaBasicInfoOrBuilderpublic int getTagsCount()
标签列表
repeated string Tags = 7;getTagsCount 在接口中 VodMediaBasicInfoOrBuilderpublic String getTags(int index)
标签列表
repeated string Tags = 7;getTags 在接口中 VodMediaBasicInfoOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getTagsBytes(int index)
标签列表
repeated string Tags = 7;getTagsBytes 在接口中 VodMediaBasicInfoOrBuilderindex - The index of the value to return.public String getCreateTime()
创建时间
string CreateTime = 8;getCreateTime 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getCreateTimeBytes()
创建时间
string CreateTime = 8;getCreateTimeBytes 在接口中 VodMediaBasicInfoOrBuilderpublic boolean hasClassification()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;hasClassification 在接口中 VodMediaBasicInfoOrBuilderpublic VodClassification getClassification()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;getClassification 在接口中 VodMediaBasicInfoOrBuilderpublic VodClassificationOrBuilder getClassificationOrBuilder()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;public String getTosStorageClass()
Tos存储类型:STANDARD, ARCHIVE, IA
string TosStorageClass = 10;getTosStorageClass 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getTosStorageClassBytes()
Tos存储类型:STANDARD, ARCHIVE, IA
string TosStorageClass = 10;getTosStorageClassBytes 在接口中 VodMediaBasicInfoOrBuilderpublic String getVodUploadSource()
音视频来源
string VodUploadSource = 11;getVodUploadSource 在接口中 VodMediaBasicInfoOrBuilderpublic com.google.protobuf.ByteString getVodUploadSourceBytes()
音视频来源
string VodUploadSource = 11;getVodUploadSourceBytes 在接口中 VodMediaBasicInfoOrBuilderpublic double getHlsMediaSize()
Hls媒体Size(m3u8+ts)
double HlsMediaSize = 12;getHlsMediaSize 在接口中 VodMediaBasicInfoOrBuilderpublic 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 VodMediaBasicInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodMediaBasicInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodMediaBasicInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodMediaBasicInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodMediaBasicInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodMediaBasicInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static VodMediaBasicInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static VodMediaBasicInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VodMediaBasicInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static VodMediaBasicInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static VodMediaBasicInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static VodMediaBasicInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic VodMediaBasicInfo.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static VodMediaBasicInfo.Builder newBuilder()
public static VodMediaBasicInfo.Builder newBuilder(VodMediaBasicInfo prototype)
public VodMediaBasicInfo.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLiteprotected VodMediaBasicInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType 在类中 com.google.protobuf.GeneratedMessageV3public static VodMediaBasicInfo getDefaultInstance()
public static com.google.protobuf.Parser<VodMediaBasicInfo> parser()
public com.google.protobuf.Parser<VodMediaBasicInfo> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public VodMediaBasicInfo getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024. All rights reserved.