com.volcengine.service.imp.IImpService 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
// Code generated by protoc-gen-volcengine-sdk
// source: imp/service/service_imp.proto
// DO NOT EDIT!
package com.volcengine.service.imp;
/**
* The interface Vod service.
*/
public interface IImpService extends com.volcengine.service.IBaseService {
/**
* SubmitJob.
*
* @param input com.volcengine.service.imp.model.request.ImpSubmitJobRequest
* @return com.volcengine.service.imp.model.response.ImpSubmitJobResponse
* @throws Exception the exception
*/
com.volcengine.service.imp.model.response.ImpSubmitJobResponse SubmitJob(com.volcengine.service.imp.model.request.ImpSubmitJobRequest input) throws Exception;
/**
* KillJob.
*
* @param input com.volcengine.service.imp.model.request.ImpKillJobRequest
* @return com.volcengine.service.imp.model.response.ImpKillJobResponse
* @throws Exception the exception
*/
com.volcengine.service.imp.model.response.ImpKillJobResponse KillJob(com.volcengine.service.imp.model.request.ImpKillJobRequest input) throws Exception;
/**
* RetrieveJob.
*
* @param input com.volcengine.service.imp.model.request.ImpRetrieveJobRequest
* @return com.volcengine.service.imp.model.response.ImpRetrieveJobResponse
* @throws Exception the exception
*/
com.volcengine.service.imp.model.response.ImpRetrieveJobResponse RetrieveJob(com.volcengine.service.imp.model.request.ImpRetrieveJobRequest input) throws Exception;
} // end of service interface
© 2015 - 2024 Weber Informatics LLC | Privacy Policy