public interface RunTaskCommandOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getJobConfig()
optional bytes jobConfig = 3; |
long |
getJobId()
optional int64 jobId = 1; |
com.google.protobuf.ByteString |
getTaskArgs()
optional bytes taskArgs = 4; |
long |
getTaskId()
optional int64 taskId = 2; |
boolean |
hasJobConfig()
optional bytes jobConfig = 3; |
boolean |
hasJobId()
optional int64 jobId = 1; |
boolean |
hasTaskArgs()
optional bytes taskArgs = 4; |
boolean |
hasTaskId()
optional int64 taskId = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasJobId()
optional int64 jobId = 1;
long getJobId()
optional int64 jobId = 1;
boolean hasTaskId()
optional int64 taskId = 2;
long getTaskId()
optional int64 taskId = 2;
boolean hasJobConfig()
optional bytes jobConfig = 3;
com.google.protobuf.ByteString getJobConfig()
optional bytes jobConfig = 3;
boolean hasTaskArgs()
optional bytes taskArgs = 4;
com.google.protobuf.ByteString getTaskArgs()
optional bytes taskArgs = 4;
Copyright © 2023. All Rights Reserved.