public interface AgentFileUploadRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getFileContent()
optional bytes file_content = 2; |
String |
getFilePath()
optional string file_path = 1; |
com.google.protobuf.ByteString |
getFilePathBytes()
optional string file_path = 1; |
String |
getPermission()
optional string permission = 3; |
com.google.protobuf.ByteString |
getPermissionBytes()
optional string permission = 3; |
UploadProcessType |
getProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 4; |
boolean |
hasFileContent()
optional bytes file_content = 2; |
boolean |
hasFilePath()
optional string file_path = 1; |
boolean |
hasPermission()
optional string permission = 3; |
boolean |
hasProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasFilePath()
optional string file_path = 1;
String getFilePath()
optional string file_path = 1;
com.google.protobuf.ByteString getFilePathBytes()
optional string file_path = 1;
boolean hasFileContent()
optional bytes file_content = 2;
com.google.protobuf.ByteString getFileContent()
optional bytes file_content = 2;
boolean hasPermission()
optional string permission = 3;
String getPermission()
optional string permission = 3;
com.google.protobuf.ByteString getPermissionBytes()
optional string permission = 3;
boolean hasProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 4;
UploadProcessType getProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 4;
Copyright © 2023. All Rights Reserved.