public interface AgentListFileInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFileName()
optional string file_name = 1; |
com.google.protobuf.ByteString |
getFileNameBytes()
optional string file_name = 1; |
UploadProcessType |
getProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 2; |
boolean |
hasFileName()
optional string file_name = 1; |
boolean |
hasProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFileName()
optional string file_name = 1;
String getFileName()
optional string file_name = 1;
com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 1;
boolean hasProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 2;
UploadProcessType getProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 2;
Copyright © 2023. All Rights Reserved.