com.volcengine.service.vod.model.request.VodUpdateMediaInfoRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: volcengine/vod/request/request_vod.proto
package com.volcengine.service.vod.model.request;
public interface VodUpdateMediaInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodUpdateMediaInfoRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*视频ID
*
*
* string Vid = 1;
* @return The vid.
*/
java.lang.String getVid();
/**
*
*视频ID
*
*
* string Vid = 1;
* @return The bytes for vid.
*/
com.google.protobuf.ByteString
getVidBytes();
/**
*
*视频封面Uri
*
*
* .google.protobuf.StringValue PosterUri = 2;
* @return Whether the posterUri field is set.
*/
boolean hasPosterUri();
/**
*
*视频封面Uri
*
*
* .google.protobuf.StringValue PosterUri = 2;
* @return The posterUri.
*/
com.google.protobuf.StringValue getPosterUri();
/**
*
*视频封面Uri
*
*
* .google.protobuf.StringValue PosterUri = 2;
*/
com.google.protobuf.StringValueOrBuilder getPosterUriOrBuilder();
/**
*
*视频名称
*
*
* .google.protobuf.StringValue Title = 3;
* @return Whether the title field is set.
*/
boolean hasTitle();
/**
*
*视频名称
*
*
* .google.protobuf.StringValue Title = 3;
* @return The title.
*/
com.google.protobuf.StringValue getTitle();
/**
*
*视频名称
*
*
* .google.protobuf.StringValue Title = 3;
*/
com.google.protobuf.StringValueOrBuilder getTitleOrBuilder();
/**
*
*视频描述
*
*
* .google.protobuf.StringValue Description = 4;
* @return Whether the description field is set.
*/
boolean hasDescription();
/**
*
*视频描述
*
*
* .google.protobuf.StringValue Description = 4;
* @return The description.
*/
com.google.protobuf.StringValue getDescription();
/**
*
*视频描述
*
*
* .google.protobuf.StringValue Description = 4;
*/
com.google.protobuf.StringValueOrBuilder getDescriptionOrBuilder();
/**
*
*视频标签
*
*
* .google.protobuf.StringValue Tags = 5;
* @return Whether the tags field is set.
*/
boolean hasTags();
/**
*
*视频标签
*
*
* .google.protobuf.StringValue Tags = 5;
* @return The tags.
*/
com.google.protobuf.StringValue getTags();
/**
*
*视频标签
*
*
* .google.protobuf.StringValue Tags = 5;
*/
com.google.protobuf.StringValueOrBuilder getTagsOrBuilder();
/**
*
*视频分类Id
*
*
* .google.protobuf.Int64Value ClassificationId = 6;
* @return Whether the classificationId field is set.
*/
boolean hasClassificationId();
/**
*
*视频分类Id
*
*
* .google.protobuf.Int64Value ClassificationId = 6;
* @return The classificationId.
*/
com.google.protobuf.Int64Value getClassificationId();
/**
*
*视频分类Id
*
*
* .google.protobuf.Int64Value ClassificationId = 6;
*/
com.google.protobuf.Int64ValueOrBuilder getClassificationIdOrBuilder();
/**
*
* 媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改.
* 填"9999-12-31T23:59:59Z"表示永不过期.
* 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除.
* 示例值:2024-08-30T20:10:11+08:00
*
*
* .google.protobuf.StringValue ExpireTime = 7;
* @return Whether the expireTime field is set.
*/
boolean hasExpireTime();
/**
*
* 媒资文件过期时间,采用ISO日期格式. 不传或传空,不修改.
* 填"9999-12-31T23:59:59Z"表示永不过期.
* 过期后该媒资文件及其相关资源(转码结果、封面图等)将被永久删除.
* 示例值:2024-08-30T20:10:11+08:00
*
*
* .google.protobuf.StringValue ExpireTime = 7;
* @return The expireTime.
*/
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();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy