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

com.byteplus.service.vod.model.request.VodStartWorkflowRequestOrBuilder 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 VodStartWorkflowRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:Byteplus.Vod.Models.Request.VodStartWorkflowRequest)
    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 TemplateId = 2; * @return The templateId. */ java.lang.String getTemplateId(); /** *
   * 工作流模板Id
   * 
* * string TemplateId = 2; * @return The bytes for templateId. */ com.google.protobuf.ByteString getTemplateIdBytes(); /** *
   * 动态参数
   * 
* * .Byteplus.Vod.Models.Business.WorkflowParams Input = 3; * @return Whether the input field is set. */ boolean hasInput(); /** *
   * 动态参数
   * 
* * .Byteplus.Vod.Models.Business.WorkflowParams Input = 3; * @return The input. */ com.byteplus.service.vod.model.business.WorkflowParams getInput(); /** *
   * 动态参数
   * 
* * .Byteplus.Vod.Models.Business.WorkflowParams Input = 3; */ com.byteplus.service.vod.model.business.WorkflowParamsOrBuilder getInputOrBuilder(); /** *
   * 任务优先级
   * 
* * int32 Priority = 4; * @return The priority. */ int getPriority(); /** *
   * 回调参数
   * 
* * string CallbackArgs = 5; * @return The callbackArgs. */ java.lang.String getCallbackArgs(); /** *
   * 回调参数
   * 
* * string CallbackArgs = 5; * @return The bytes for callbackArgs. */ com.google.protobuf.ByteString getCallbackArgsBytes(); /** *
   * 是否使能闲时转码
   * 
* * bool EnableLowPriority = 6; * @return The enableLowPriority. */ boolean getEnableLowPriority(); /** *
   * DirectUrl输入
   * 
* * .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 7; * @return Whether the directUrl field is set. */ boolean hasDirectUrl(); /** *
   * DirectUrl输入
   * 
* * .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 7; * @return The directUrl. */ com.byteplus.service.vod.model.business.DirectUrl getDirectUrl(); /** *
   * DirectUrl输入
   * 
* * .Byteplus.Vod.Models.Business.DirectUrl DirectUrl = 7; */ com.byteplus.service.vod.model.business.DirectUrlOrBuilder getDirectUrlOrBuilder(); /** * string TaskListId = 8; * @return The taskListId. */ java.lang.String getTaskListId(); /** * string TaskListId = 8; * @return The bytes for taskListId. */ com.google.protobuf.ByteString getTaskListIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy