public interface RunPRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getJobConfig()
optional bytes jobConfig = 1; |
RunPOptions |
getOptions()
optional .alluxio.grpc.job.RunPOptions options = 2; |
RunPOptionsOrBuilder |
getOptionsOrBuilder()
optional .alluxio.grpc.job.RunPOptions options = 2; |
boolean |
hasJobConfig()
optional bytes jobConfig = 1; |
boolean |
hasOptions()
optional .alluxio.grpc.job.RunPOptions options = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasJobConfig()
optional bytes jobConfig = 1;
com.google.protobuf.ByteString getJobConfig()
optional bytes jobConfig = 1;
boolean hasOptions()
optional .alluxio.grpc.job.RunPOptions options = 2;
RunPOptions getOptions()
optional .alluxio.grpc.job.RunPOptions options = 2;
RunPOptionsOrBuilder getOptionsOrBuilder()
optional .alluxio.grpc.job.RunPOptions options = 2;
Copyright © 2023. All Rights Reserved.