public interface RemoveFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
AlluxioNodeType |
getLocation()
optional .alluxio.hub.proto.AlluxioNodeType location = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
UploadProcessType |
getProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 3; |
boolean |
hasLocation()
optional .alluxio.hub.proto.AlluxioNodeType location = 2; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasName()
optional string name = 1;
String getName()
optional string name = 1;
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
boolean hasLocation()
optional .alluxio.hub.proto.AlluxioNodeType location = 2;
AlluxioNodeType getLocation()
optional .alluxio.hub.proto.AlluxioNodeType location = 2;
boolean hasProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 3;
UploadProcessType getProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 3;
Copyright © 2023. All Rights Reserved.