| Package | Description |
|---|---|
| io.etcd.jetcd.api |
| Modifier and Type | Method and Description |
|---|---|
static Permission.Type |
Permission.Type.forNumber(int value) |
Permission.Type |
PermissionOrBuilder.getPermType()
.authpb.Permission.Type permType = 1; |
Permission.Type |
Permission.getPermType()
.authpb.Permission.Type permType = 1; |
Permission.Type |
Permission.Builder.getPermType()
.authpb.Permission.Type permType = 1; |
static Permission.Type |
Permission.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Permission.Type |
Permission.Type.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Permission.Type |
Permission.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Permission.Type[] |
Permission.Type.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<Permission.Type> |
Permission.Type.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Permission.Builder |
Permission.Builder.setPermType(Permission.Type value)
.authpb.Permission.Type permType = 1; |
Copyright © 2019. All rights reserved.