public interface GetJobProgressPResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
JobProgressReportFormat |
getFormat()
optional .alluxio.grpc.file.JobProgressReportFormat format = 2; |
String |
getProgressReport()
optional string progressReport = 1; |
com.google.protobuf.ByteString |
getProgressReportBytes()
optional string progressReport = 1; |
boolean |
hasFormat()
optional .alluxio.grpc.file.JobProgressReportFormat format = 2; |
boolean |
hasProgressReport()
optional string progressReport = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasProgressReport()
optional string progressReport = 1;
String getProgressReport()
optional string progressReport = 1;
com.google.protobuf.ByteString getProgressReportBytes()
optional string progressReport = 1;
boolean hasFormat()
optional .alluxio.grpc.file.JobProgressReportFormat format = 2;
JobProgressReportFormat getFormat()
optional .alluxio.grpc.file.JobProgressReportFormat format = 2;
Copyright © 2023. All Rights Reserved.