com.volcengine.service.vod.model.request.VodUpdateSubtitleStatusRequestOrBuilder 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 VodUpdateSubtitleStatusRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.Vod.Models.Request.VodUpdateSubtitleStatusRequest)
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 FileIds = 2;
* @return The fileIds.
*/
java.lang.String getFileIds();
/**
*
*转码视频id列表,多个用","隔开
*
*
* string FileIds = 2;
* @return The bytes for fileIds.
*/
com.google.protobuf.ByteString
getFileIdsBytes();
/**
*
*字幕语言列表,多个用","隔开
*
*
* string Languages = 3;
* @return The languages.
*/
java.lang.String getLanguages();
/**
*
*字幕语言列表,多个用","隔开
*
*
* string Languages = 3;
* @return The bytes for languages.
*/
com.google.protobuf.ByteString
getLanguagesBytes();
/**
*
*字幕格式列表,多个用","隔开
*
*
* string Formats = 4;
* @return The formats.
*/
java.lang.String getFormats();
/**
*
*字幕格式列表,多个用","隔开
*
*
* string Formats = 4;
* @return The bytes for formats.
*/
com.google.protobuf.ByteString
getFormatsBytes();
/**
*
*状态
*
*
* string Status = 5;
* @return The status.
*/
java.lang.String getStatus();
/**
*
*状态
*
*
* string Status = 5;
* @return The bytes for status.
*/
com.google.protobuf.ByteString
getStatusBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy