public interface PAclOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PAclEntry |
getEntries(int index)
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
int |
getEntriesCount()
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
List<PAclEntry> |
getEntriesList()
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
PAclEntryOrBuilder |
getEntriesOrBuilder(int index)
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
List<? extends PAclEntryOrBuilder> |
getEntriesOrBuilderList()
repeated .alluxio.grpc.file.PAclEntry entries = 3; |
boolean |
getIsDefault()
optional bool isDefault = 5; |
boolean |
getIsDefaultEmpty()
optional bool isDefaultEmpty = 6; |
int |
getMode()
optional int32 mode = 4; |
String |
getOwner()
optional string owner = 1; |
com.google.protobuf.ByteString |
getOwnerBytes()
optional string owner = 1; |
String |
getOwningGroup()
optional string owningGroup = 2; |
com.google.protobuf.ByteString |
getOwningGroupBytes()
optional string owningGroup = 2; |
boolean |
hasIsDefault()
optional bool isDefault = 5; |
boolean |
hasIsDefaultEmpty()
optional bool isDefaultEmpty = 6; |
boolean |
hasMode()
optional int32 mode = 4; |
boolean |
hasOwner()
optional string owner = 1; |
boolean |
hasOwningGroup()
optional string owningGroup = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasOwner()
optional string owner = 1;
String getOwner()
optional string owner = 1;
com.google.protobuf.ByteString getOwnerBytes()
optional string owner = 1;
boolean hasOwningGroup()
optional string owningGroup = 2;
String getOwningGroup()
optional string owningGroup = 2;
com.google.protobuf.ByteString getOwningGroupBytes()
optional string owningGroup = 2;
PAclEntry getEntries(int index)
repeated .alluxio.grpc.file.PAclEntry entries = 3;
int getEntriesCount()
repeated .alluxio.grpc.file.PAclEntry entries = 3;
List<? extends PAclEntryOrBuilder> getEntriesOrBuilderList()
repeated .alluxio.grpc.file.PAclEntry entries = 3;
PAclEntryOrBuilder getEntriesOrBuilder(int index)
repeated .alluxio.grpc.file.PAclEntry entries = 3;
boolean hasMode()
optional int32 mode = 4;
int getMode()
optional int32 mode = 4;
boolean hasIsDefault()
optional bool isDefault = 5;
boolean getIsDefault()
optional bool isDefault = 5;
boolean hasIsDefaultEmpty()
optional bool isDefaultEmpty = 6;
boolean getIsDefaultEmpty()
optional bool isDefaultEmpty = 6;
Copyright © 2023. All Rights Reserved.