com.volcengine.service.vod.model.request.VodUpdateSubtitleInfoRequestOrBuilder 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 VodUpdateSubtitleInfoRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodUpdateSubtitleInfoRequest)
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();
/**
*
*转码视频id列表
*
*
* string FileId = 2;
* @return The fileId.
*/
java.lang.String getFileId();
/**
*
*转码视频id列表
*
*
* string FileId = 2;
* @return The bytes for fileId.
*/
com.google.protobuf.ByteString
getFileIdBytes();
/**
*
*字幕语言列表
*
*
* string Language = 3;
* @return The language.
*/
java.lang.String getLanguage();
/**
*
*字幕语言列表
*
*
* string Language = 3;
* @return The bytes for language.
*/
com.google.protobuf.ByteString
getLanguageBytes();
/**
*
*字幕格式列表
*
*
* string Format = 4;
* @return The format.
*/
java.lang.String getFormat();
/**
*
*字幕格式列表
*
*
* string Format = 4;
* @return The bytes for format.
*/
com.google.protobuf.ByteString
getFormatBytes();
/**
*
*标题
*
*
* .google.protobuf.StringValue Title = 6;
* @return Whether the title field is set.
*/
boolean hasTitle();
/**
*
*标题
*
*
* .google.protobuf.StringValue Title = 6;
* @return The title.
*/
com.google.protobuf.StringValue getTitle();
/**
*
*标题
*
*
* .google.protobuf.StringValue Title = 6;
*/
com.google.protobuf.StringValueOrBuilder getTitleOrBuilder();
/**
*
*标签
*
*
* .google.protobuf.StringValue Tag = 7;
* @return Whether the tag field is set.
*/
boolean hasTag();
/**
*
*标签
*
*
* .google.protobuf.StringValue Tag = 7;
* @return The tag.
*/
com.google.protobuf.StringValue getTag();
/**
*
*标签
*
*
* .google.protobuf.StringValue Tag = 7;
*/
com.google.protobuf.StringValueOrBuilder getTagOrBuilder();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy