All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.service.vod.model.request.VodUpdateSubtitleStatusRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: byteplus/vod/request/request_vod.proto

package com.byteplus.service.vod.model.request;

public interface VodUpdateSubtitleStatusRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.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