public static interface ApplyMountPointRequest.PayloadOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
MountPointInfo |
getBefore()
optional .alluxio.hub.proto.MountPointInfo before = 1; |
MountPointInfoOrBuilder |
getBeforeOrBuilder()
optional .alluxio.hub.proto.MountPointInfo before = 1; |
MountPointInfo |
getNew()
optional .alluxio.hub.proto.MountPointInfo new = 2; |
MountPointInfoOrBuilder |
getNewOrBuilder()
optional .alluxio.hub.proto.MountPointInfo new = 2; |
boolean |
hasBefore()
optional .alluxio.hub.proto.MountPointInfo before = 1; |
boolean |
hasNew()
optional .alluxio.hub.proto.MountPointInfo new = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasBefore()
optional .alluxio.hub.proto.MountPointInfo before = 1;
MountPointInfo getBefore()
optional .alluxio.hub.proto.MountPointInfo before = 1;
MountPointInfoOrBuilder getBeforeOrBuilder()
optional .alluxio.hub.proto.MountPointInfo before = 1;
boolean hasNew()
optional .alluxio.hub.proto.MountPointInfo new = 2;
MountPointInfo getNew()
optional .alluxio.hub.proto.MountPointInfo new = 2;
MountPointInfoOrBuilder getNewOrBuilder()
optional .alluxio.hub.proto.MountPointInfo new = 2;
Copyright © 2023. All Rights Reserved.