public static interface Protocol.CreateUfsFileOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Acl.AccessControlList |
getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 6; |
Acl.AccessControlListOrBuilder |
getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 6; |
String |
getGroup()
optional string group = 3; |
com.google.protobuf.ByteString |
getGroupBytes()
optional string group = 3; |
int |
getMode()
optional int32 mode = 4; |
long |
getMountId()
optional int64 mount_id = 5; |
String |
getOwner()
optional string owner = 2; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 2; |
String |
getUfsPath()
optional string ufs_path = 1; |
com.google.protobuf.ByteString |
getUfsPathBytes()
optional string ufs_path = 1; |
boolean |
hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 6; |
boolean |
hasGroup()
optional string group = 3; |
boolean |
hasMode()
optional int32 mode = 4; |
boolean |
hasMountId()
optional int64 mount_id = 5; |
boolean |
hasOwner()
optional string owner = 2; |
boolean |
hasUfsPath()
optional string ufs_path = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasUfsPath()
optional string ufs_path = 1;
String getUfsPath()
optional string ufs_path = 1;
com.google.protobuf.ByteString getUfsPathBytes()
optional string ufs_path = 1;
boolean hasOwner()
optional string owner = 2;
String getOwner()
optional string owner = 2;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 2;
boolean hasGroup()
optional string group = 3;
String getGroup()
optional string group = 3;
com.google.protobuf.ByteString getGroupBytes()
optional string group = 3;
boolean hasMode()
optional int32 mode = 4;
int getMode()
optional int32 mode = 4;
boolean hasMountId()
optional int64 mount_id = 5;
long getMountId()
optional int64 mount_id = 5;
boolean hasAcl()
optional .alluxio.proto.shared.AccessControlList acl = 6;
Acl.AccessControlList getAcl()
optional .alluxio.proto.shared.AccessControlList acl = 6;
Acl.AccessControlListOrBuilder getAclOrBuilder()
optional .alluxio.proto.shared.AccessControlList acl = 6;
Copyright © 2023. All Rights Reserved.