com.volcengine.service.vod.model.request.VodDeleteTranscodesRequestOrBuilder 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 VodDeleteTranscodesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:Volcengine.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();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy