public interface VodUpdateMediaInfoRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
限定符和类型 | 方法和说明 |
---|---|
com.google.protobuf.Int64Value |
getClassificationId()
视频分类Id
.google.protobuf.Int64Value ClassificationId = 6; |
com.google.protobuf.Int64ValueOrBuilder |
getClassificationIdOrBuilder()
视频分类Id
.google.protobuf.Int64Value ClassificationId = 6; |
com.google.protobuf.StringValue |
getDescription()
视频描述
.google.protobuf.StringValue Description = 4; |
com.google.protobuf.StringValueOrBuilder |
getDescriptionOrBuilder()
视频描述
.google.protobuf.StringValue Description = 4; |
com.google.protobuf.StringValue |
getExpireTime()
媒资文件过期时间,采用ISO日期格式.
|
com.google.protobuf.StringValueOrBuilder |
getExpireTimeOrBuilder()
媒资文件过期时间,采用ISO日期格式.
|
com.google.protobuf.StringValue |
getPosterUri()
视频封面Uri
.google.protobuf.StringValue PosterUri = 2; |
com.google.protobuf.StringValueOrBuilder |
getPosterUriOrBuilder()
视频封面Uri
.google.protobuf.StringValue PosterUri = 2; |
com.google.protobuf.StringValue |
getTags()
视频标签
.google.protobuf.StringValue Tags = 5; |
com.google.protobuf.StringValueOrBuilder |
getTagsOrBuilder()
视频标签
.google.protobuf.StringValue Tags = 5; |
com.google.protobuf.StringValue |
getTitle()
视频名称
.google.protobuf.StringValue Title = 3; |
com.google.protobuf.StringValueOrBuilder |
getTitleOrBuilder()
视频名称
.google.protobuf.StringValue Title = 3; |
String |
getVid()
视频ID
string Vid = 1; |
com.google.protobuf.ByteString |
getVidBytes()
视频ID
string Vid = 1; |
boolean |
hasClassificationId()
视频分类Id
.google.protobuf.Int64Value ClassificationId = 6; |
boolean |
hasDescription()
视频描述
.google.protobuf.StringValue Description = 4; |
boolean |
hasExpireTime()
媒资文件过期时间,采用ISO日期格式.
|
boolean |
hasPosterUri()
视频封面Uri
.google.protobuf.StringValue PosterUri = 2; |
boolean |
hasTags()
视频标签
.google.protobuf.StringValue Tags = 5; |
boolean |
hasTitle()
视频名称
.google.protobuf.StringValue Title = 3; |
String getVid()
视频ID
string Vid = 1;
com.google.protobuf.ByteString getVidBytes()
视频ID
string Vid = 1;
boolean hasPosterUri()
视频封面Uri
.google.protobuf.StringValue PosterUri = 2;
com.google.protobuf.StringValue getPosterUri()
视频封面Uri
.google.protobuf.StringValue PosterUri = 2;
com.google.protobuf.StringValueOrBuilder getPosterUriOrBuilder()
视频封面Uri
.google.protobuf.StringValue PosterUri = 2;
boolean hasTitle()
视频名称
.google.protobuf.StringValue Title = 3;
com.google.protobuf.StringValue getTitle()
视频名称
.google.protobuf.StringValue Title = 3;
com.google.protobuf.StringValueOrBuilder getTitleOrBuilder()
视频名称
.google.protobuf.StringValue Title = 3;
boolean hasDescription()
视频描述
.google.protobuf.StringValue Description = 4;
com.google.protobuf.StringValue getDescription()
视频描述
.google.protobuf.StringValue Description = 4;
com.google.protobuf.StringValueOrBuilder getDescriptionOrBuilder()
视频描述
.google.protobuf.StringValue Description = 4;
boolean hasTags()
视频标签
.google.protobuf.StringValue Tags = 5;
com.google.protobuf.StringValue getTags()
视频标签
.google.protobuf.StringValue Tags = 5;
com.google.protobuf.StringValueOrBuilder getTagsOrBuilder()
视频标签
.google.protobuf.StringValue Tags = 5;
boolean hasClassificationId()
视频分类Id
.google.protobuf.Int64Value ClassificationId = 6;
com.google.protobuf.Int64Value getClassificationId()
视频分类Id
.google.protobuf.Int64Value ClassificationId = 6;
com.google.protobuf.Int64ValueOrBuilder getClassificationIdOrBuilder()
视频分类Id
.google.protobuf.Int64Value ClassificationId = 6;
boolean hasExpireTime()
媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改. 填"9999-12-31T23:59:59Z"表示永不过期. 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除. 示例值:2024-08-30T20:10:11+08:00
.google.protobuf.StringValue ExpireTime = 7;
com.google.protobuf.StringValue getExpireTime()
媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改. 填"9999-12-31T23:59:59Z"表示永不过期. 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除. 示例值:2024-08-30T20:10:11+08:00
.google.protobuf.StringValue ExpireTime = 7;
com.google.protobuf.StringValueOrBuilder getExpireTimeOrBuilder()
媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改. 填"9999-12-31T23:59:59Z"表示永不过期. 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除. 示例值:2024-08-30T20:10:11+08:00
.google.protobuf.StringValue ExpireTime = 7;
Copyright © 2024. All rights reserved.