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

com.byteplus.service.vod.model.request.VodSubmitDirectEditTaskAsyncRequestOrBuilder 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 VodSubmitDirectEditTaskAsyncRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodSubmitDirectEditTaskAsyncRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * 产物上传空间
   * 
* * string Uploader = 1; * @return The uploader. */ java.lang.String getUploader(); /** *
   * 产物上传空间
   * 
* * string Uploader = 1; * @return The bytes for uploader. */ com.google.protobuf.ByteString getUploaderBytes(); /** *
   * Application名称
   * 
* * string Application = 2; * @return The application. */ java.lang.String getApplication(); /** *
   * Application名称
   * 
* * string Application = 2; * @return The bytes for application. */ com.google.protobuf.ByteString getApplicationBytes(); /** *
   * 编辑参数
   * 
* * bytes EditParam = 4; * @return The editParam. */ com.google.protobuf.ByteString getEditParam(); /** *
   * 优先级
   * 
* * int32 Priority = 5; * @return The priority. */ int getPriority(); /** *
   * 回调地址
   * 
* * string CallbackUri = 6; * @return The callbackUri. */ java.lang.String getCallbackUri(); /** *
   * 回调地址
   * 
* * string CallbackUri = 6; * @return The bytes for callbackUri. */ com.google.protobuf.ByteString getCallbackUriBytes(); /** *
   * 回调参数
   * 
* * string CallbackArgs = 7; * @return The callbackArgs. */ java.lang.String getCallbackArgs(); /** *
   * 回调参数
   * 
* * string CallbackArgs = 7; * @return The bytes for callbackArgs. */ com.google.protobuf.ByteString getCallbackArgsBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy