public interface LoadProgressPOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
LoadProgressReportFormat |
getFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 1; |
boolean |
getVerbose()
optional bool verbose = 2; |
boolean |
hasFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 1; |
boolean |
hasVerbose()
optional bool verbose = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 1;
LoadProgressReportFormat getFormat()
optional .alluxio.grpc.file.LoadProgressReportFormat format = 1;
boolean hasVerbose()
optional bool verbose = 2;
boolean getVerbose()
optional bool verbose = 2;
Copyright © 2023. All Rights Reserved.