Package | Description |
---|---|
alluxio.grpc |
Modifier and Type | Method and Description |
---|---|
static PAclEntryType |
PAclEntryType.forNumber(int value) |
PAclEntryType |
PAclEntryOrBuilder.getType()
optional .alluxio.grpc.file.PAclEntryType type = 1; |
PAclEntryType |
PAclEntry.getType()
optional .alluxio.grpc.file.PAclEntryType type = 1; |
PAclEntryType |
PAclEntry.Builder.getType()
optional .alluxio.grpc.file.PAclEntryType type = 1; |
static PAclEntryType |
GrpcUtils.toProto(AclEntryType aclEntryType) |
static PAclEntryType |
PAclEntryType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PAclEntryType |
PAclEntryType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PAclEntryType |
PAclEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PAclEntryType[] |
PAclEntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<PAclEntryType> |
PAclEntryType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
static AclEntryType |
GrpcUtils.fromProto(PAclEntryType pAclEntryType) |
PAclEntry.Builder |
PAclEntry.Builder.setType(PAclEntryType value)
optional .alluxio.grpc.file.PAclEntryType type = 1; |
Copyright © 2023. All Rights Reserved.