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 |
EXPIRETIME_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() |
String |
getExpireTime()
媒资文件过期时间,采用ISO日期格式.
|
com.google.protobuf.ByteString |
getExpireTimeBytes()
媒资文件过期时间,采用ISO日期格式.
|
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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
public 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
public static final int EXPIRETIME_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 getSpaceName()
空间名
string SpaceName = 1;
getSpaceName
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getSpaceNameBytes()
空间名
string SpaceName = 1;
getSpaceNameBytes
在接口中 VodMediaBasicInfoOrBuilder
public String getVid()
视频ID
string Vid = 2;
getVid
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 2;
getVidBytes
在接口中 VodMediaBasicInfoOrBuilder
public String getTitle()
视频名称
string Title = 3;
getTitle
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getTitleBytes()
视频名称
string Title = 3;
getTitleBytes
在接口中 VodMediaBasicInfoOrBuilder
public String getDescription()
视频描述
string Description = 4;
getDescription
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getDescriptionBytes()
视频描述
string Description = 4;
getDescriptionBytes
在接口中 VodMediaBasicInfoOrBuilder
public String getPosterUri()
封面图对象地址
string PosterUri = 5;
getPosterUri
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getPosterUriBytes()
封面图对象地址
string PosterUri = 5;
getPosterUriBytes
在接口中 VodMediaBasicInfoOrBuilder
public String getPublishStatus()
发布状态
string PublishStatus = 6;
getPublishStatus
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getPublishStatusBytes()
发布状态
string PublishStatus = 6;
getPublishStatusBytes
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ProtocolStringList getTagsList()
标签列表
repeated string Tags = 7;
getTagsList
在接口中 VodMediaBasicInfoOrBuilder
public int getTagsCount()
标签列表
repeated string Tags = 7;
getTagsCount
在接口中 VodMediaBasicInfoOrBuilder
public String getTags(int index)
标签列表
repeated string Tags = 7;
getTags
在接口中 VodMediaBasicInfoOrBuilder
index
- The index of the element to return.public com.google.protobuf.ByteString getTagsBytes(int index)
标签列表
repeated string Tags = 7;
getTagsBytes
在接口中 VodMediaBasicInfoOrBuilder
index
- The index of the value to return.public String getCreateTime()
创建时间
string CreateTime = 8;
getCreateTime
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getCreateTimeBytes()
创建时间
string CreateTime = 8;
getCreateTimeBytes
在接口中 VodMediaBasicInfoOrBuilder
public boolean hasClassification()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;
hasClassification
在接口中 VodMediaBasicInfoOrBuilder
public VodClassification getClassification()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;
getClassification
在接口中 VodMediaBasicInfoOrBuilder
public VodClassificationOrBuilder getClassificationOrBuilder()
分类串
.Volcengine.Vod.Models.Business.VodClassification Classification = 9;
public String getTosStorageClass()
Tos存储类型:STANDARD, ARCHIVE, IA
string TosStorageClass = 10;
getTosStorageClass
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getTosStorageClassBytes()
Tos存储类型:STANDARD, ARCHIVE, IA
string TosStorageClass = 10;
getTosStorageClassBytes
在接口中 VodMediaBasicInfoOrBuilder
public String getVodUploadSource()
音视频来源
string VodUploadSource = 11;
getVodUploadSource
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getVodUploadSourceBytes()
音视频来源
string VodUploadSource = 11;
getVodUploadSourceBytes
在接口中 VodMediaBasicInfoOrBuilder
public double getHlsMediaSize()
Hls媒体Size(m3u8+ts)
double HlsMediaSize = 12;
getHlsMediaSize
在接口中 VodMediaBasicInfoOrBuilder
public String getExpireTime()
媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改. 填"9999-12-31T23:59:59Z"表示永不过期. 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除. 示例值:2024-08-30T20:10:11+08:00
string ExpireTime = 13;
getExpireTime
在接口中 VodMediaBasicInfoOrBuilder
public com.google.protobuf.ByteString getExpireTimeBytes()
媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改. 填"9999-12-31T23:59:59Z"表示永不过期. 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除. 示例值:2024-08-30T20:10:11+08:00
string ExpireTime = 13;
getExpireTimeBytes
在接口中 VodMediaBasicInfoOrBuilder
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 VodMediaBasicInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodMediaBasicInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodMediaBasicInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodMediaBasicInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodMediaBasicInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodMediaBasicInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static VodMediaBasicInfo parseFrom(InputStream input) throws IOException
IOException
public static VodMediaBasicInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static VodMediaBasicInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static VodMediaBasicInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static VodMediaBasicInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static VodMediaBasicInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public VodMediaBasicInfo.Builder newBuilderForType()
newBuilderForType
在接口中 com.google.protobuf.Message
newBuilderForType
在接口中 com.google.protobuf.MessageLite
public static VodMediaBasicInfo.Builder newBuilder()
public static VodMediaBasicInfo.Builder newBuilder(VodMediaBasicInfo prototype)
public VodMediaBasicInfo.Builder toBuilder()
toBuilder
在接口中 com.google.protobuf.Message
toBuilder
在接口中 com.google.protobuf.MessageLite
protected VodMediaBasicInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
在类中 com.google.protobuf.GeneratedMessageV3
public static VodMediaBasicInfo getDefaultInstance()
public static com.google.protobuf.Parser<VodMediaBasicInfo> parser()
public com.google.protobuf.Parser<VodMediaBasicInfo> getParserForType()
getParserForType
在接口中 com.google.protobuf.Message
getParserForType
在接口中 com.google.protobuf.MessageLite
getParserForType
在类中 com.google.protobuf.GeneratedMessageV3
public VodMediaBasicInfo getDefaultInstanceForType()
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageOrBuilder
Copyright © 2024. All rights reserved.