public interface ImpSubmitJobRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackArgs()
回调参数
|
com.google.protobuf.ByteString |
getCallbackArgsBytes()
回调参数
|
String |
getEnableLowPriority()
是否开启闲时任务, "true"/"false"
|
com.google.protobuf.ByteString |
getEnableLowPriorityBytes()
是否开启闲时任务, "true"/"false"
|
InputPath |
getInputPath()
输入文件info
|
InputPathOrBuilder |
getInputPathOrBuilder()
输入文件info
|
String |
getTemplateId()
工作流模板id
|
com.google.protobuf.ByteString |
getTemplateIdBytes()
工作流模板id
|
boolean |
hasInputPath()
输入文件info
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInputPath()
输入文件info
.Volcengine.Imp.Models.Business.InputPath InputPath = 1;InputPath getInputPath()
输入文件info
.Volcengine.Imp.Models.Business.InputPath InputPath = 1;InputPathOrBuilder getInputPathOrBuilder()
输入文件info
.Volcengine.Imp.Models.Business.InputPath InputPath = 1;String getTemplateId()
工作流模板id
string TemplateId = 2;com.google.protobuf.ByteString getTemplateIdBytes()
工作流模板id
string TemplateId = 2;String getCallbackArgs()
回调参数
string CallbackArgs = 3;com.google.protobuf.ByteString getCallbackArgsBytes()
回调参数
string CallbackArgs = 3;String getEnableLowPriority()
是否开启闲时任务, "true"/"false"
string EnableLowPriority = 4;com.google.protobuf.ByteString getEnableLowPriorityBytes()
是否开启闲时任务, "true"/"false"
string EnableLowPriority = 4;Copyright © 2023. All rights reserved.