com.byteplus.service.vod.model.request.VodDeleteTranscodesRequestOrBuilder Maven / Gradle / Ivy
// 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 VodDeleteTranscodesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodDeleteTranscodesRequest)
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 CallbackArgs = 3;
* @return The callbackArgs.
*/
java.lang.String getCallbackArgs();
/**
*
*回调回传参数
*
*
* string CallbackArgs = 3;
* @return The bytes for callbackArgs.
*/
com.google.protobuf.ByteString
getCallbackArgsBytes();
}