public interface UploadFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getContent()
Base64 encoded string
|
com.google.protobuf.ByteString |
getContentBytes()
Base64 encoded string
|
AlluxioNodeType |
getDestination()
optional .alluxio.hub.proto.AlluxioNodeType destination = 4; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
String |
getPermission()
optional string permission = 2; |
com.google.protobuf.ByteString |
getPermissionBytes()
optional string permission = 2; |
UploadProcessType |
getProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 5; |
boolean |
hasContent()
Base64 encoded string
|
boolean |
hasDestination()
optional .alluxio.hub.proto.AlluxioNodeType destination = 4; |
boolean |
hasName()
optional string name = 1; |
boolean |
hasPermission()
optional string permission = 2; |
boolean |
hasProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 5; |
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 hasPermission()
optional string permission = 2;
String getPermission()
optional string permission = 2;
com.google.protobuf.ByteString getPermissionBytes()
optional string permission = 2;
boolean hasContent()
Base64 encoded string
optional string content = 3;
String getContent()
Base64 encoded string
optional string content = 3;
com.google.protobuf.ByteString getContentBytes()
Base64 encoded string
optional string content = 3;
boolean hasDestination()
optional .alluxio.hub.proto.AlluxioNodeType destination = 4;
AlluxioNodeType getDestination()
optional .alluxio.hub.proto.AlluxioNodeType destination = 4;
boolean hasProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 5;
UploadProcessType getProcessType()
optional .alluxio.hub.proto.UploadProcessType process_type = 5;
Copyright © 2023. All Rights Reserved.