@Deprecated public enum Option extends Enum<Option> implements com.google.protobuf.ProtocolMessageEnum
aserto.directory.exporter.v2.Option| Enum Constant and Description |
|---|
OPTION_ALL
Deprecated.
all metadata and data = OPTION_METADATA | OPTION_DATA
|
OPTION_ALL_WITH_KEYS
Deprecated.
all metadata and data with keys = OPTION_METADATA | OPTION_DATA_WITH_KEYS
|
OPTION_DATA
Deprecated.
all data = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS
|
OPTION_DATA_OBJECTS
Deprecated.
object instances
|
OPTION_DATA_RELATIONS
Deprecated.
relation instances
|
OPTION_DATA_RELATIONS_WITH_KEYS
Deprecated.
relation instances with key values
|
OPTION_DATA_WITH_KEYS
Deprecated.
all data with keys = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS_WITH_KEYS
|
OPTION_METADATA
Deprecated.
all metadata = OPTION_METADATA_OBJECT_TYPES | OPTION_METADATA_RELATION_TYPES | OPTION_METADATA_PERMISSIONS
|
OPTION_METADATA_OBJECT_TYPES
Deprecated.
object type metadata
|
OPTION_METADATA_PERMISSIONS
Deprecated.
permission metadata
|
OPTION_METADATA_RELATION_TYPES
Deprecated.
relation type metadata
|
OPTION_UNKNOWN
Deprecated.
nothing selected (default initialization value)
|
UNRECOGNIZED
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
OPTION_ALL_VALUE
Deprecated.
all metadata and data = OPTION_METADATA | OPTION_DATA
|
static int |
OPTION_ALL_WITH_KEYS_VALUE
Deprecated.
all metadata and data with keys = OPTION_METADATA | OPTION_DATA_WITH_KEYS
|
static int |
OPTION_DATA_OBJECTS_VALUE
Deprecated.
object instances
|
static int |
OPTION_DATA_RELATIONS_VALUE
Deprecated.
relation instances
|
static int |
OPTION_DATA_RELATIONS_WITH_KEYS_VALUE
Deprecated.
relation instances with key values
|
static int |
OPTION_DATA_VALUE
Deprecated.
all data = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS
|
static int |
OPTION_DATA_WITH_KEYS_VALUE
Deprecated.
all data with keys = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS_WITH_KEYS
|
static int |
OPTION_METADATA_OBJECT_TYPES_VALUE
Deprecated.
object type metadata
|
static int |
OPTION_METADATA_PERMISSIONS_VALUE
Deprecated.
permission metadata
|
static int |
OPTION_METADATA_RELATION_TYPES_VALUE
Deprecated.
relation type metadata
|
static int |
OPTION_METADATA_VALUE
Deprecated.
all metadata = OPTION_METADATA_OBJECT_TYPES | OPTION_METADATA_RELATION_TYPES | OPTION_METADATA_PERMISSIONS
|
static int |
OPTION_UNKNOWN_VALUE
Deprecated.
nothing selected (default initialization value)
|
| Modifier and Type | Method and Description |
|---|---|
static Option |
forNumber(int value)
Deprecated.
|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
Deprecated.
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
Deprecated.
|
int |
getNumber()
Deprecated.
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
Deprecated.
|
static com.google.protobuf.Internal.EnumLiteMap<Option> |
internalGetValueMap()
Deprecated.
|
static Option |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.
|
static Option |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Option |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Option[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Option OPTION_UNKNOWN
nothing selected (default initialization value)
OPTION_UNKNOWN = 0;public static final Option OPTION_METADATA_OBJECT_TYPES
object type metadata
OPTION_METADATA_OBJECT_TYPES = 1;public static final Option OPTION_METADATA_RELATION_TYPES
relation type metadata
OPTION_METADATA_RELATION_TYPES = 2;public static final Option OPTION_METADATA_PERMISSIONS
permission metadata
OPTION_METADATA_PERMISSIONS = 4;public static final Option OPTION_METADATA
all metadata = OPTION_METADATA_OBJECT_TYPES | OPTION_METADATA_RELATION_TYPES | OPTION_METADATA_PERMISSIONS
OPTION_METADATA = 7;public static final Option OPTION_DATA_OBJECTS
object instances
OPTION_DATA_OBJECTS = 8;public static final Option OPTION_DATA_RELATIONS
relation instances
OPTION_DATA_RELATIONS = 16;public static final Option OPTION_DATA_RELATIONS_WITH_KEYS
relation instances with key values
OPTION_DATA_RELATIONS_WITH_KEYS = 32;public static final Option OPTION_DATA
all data = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS
OPTION_DATA = 24;public static final Option OPTION_DATA_WITH_KEYS
all data with keys = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS_WITH_KEYS
OPTION_DATA_WITH_KEYS = 40;public static final Option OPTION_ALL
all metadata and data = OPTION_METADATA | OPTION_DATA
OPTION_ALL = 31;public static final Option OPTION_ALL_WITH_KEYS
all metadata and data with keys = OPTION_METADATA | OPTION_DATA_WITH_KEYS
OPTION_ALL_WITH_KEYS = 47;public static final Option UNRECOGNIZED
public static final int OPTION_UNKNOWN_VALUE
nothing selected (default initialization value)
OPTION_UNKNOWN = 0;public static final int OPTION_METADATA_OBJECT_TYPES_VALUE
object type metadata
OPTION_METADATA_OBJECT_TYPES = 1;public static final int OPTION_METADATA_RELATION_TYPES_VALUE
relation type metadata
OPTION_METADATA_RELATION_TYPES = 2;public static final int OPTION_METADATA_PERMISSIONS_VALUE
permission metadata
OPTION_METADATA_PERMISSIONS = 4;public static final int OPTION_METADATA_VALUE
all metadata = OPTION_METADATA_OBJECT_TYPES | OPTION_METADATA_RELATION_TYPES | OPTION_METADATA_PERMISSIONS
OPTION_METADATA = 7;public static final int OPTION_DATA_OBJECTS_VALUE
object instances
OPTION_DATA_OBJECTS = 8;public static final int OPTION_DATA_RELATIONS_VALUE
relation instances
OPTION_DATA_RELATIONS = 16;public static final int OPTION_DATA_RELATIONS_WITH_KEYS_VALUE
relation instances with key values
OPTION_DATA_RELATIONS_WITH_KEYS = 32;public static final int OPTION_DATA_VALUE
all data = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS
OPTION_DATA = 24;public static final int OPTION_DATA_WITH_KEYS_VALUE
all data with keys = OPTION_DATA_OBJECTS | OPTION_DATA_RELATIONS_WITH_KEYS
OPTION_DATA_WITH_KEYS = 40;public static final int OPTION_ALL_VALUE
all metadata and data = OPTION_METADATA | OPTION_DATA
OPTION_ALL = 31;public static final int OPTION_ALL_WITH_KEYS_VALUE
all metadata and data with keys = OPTION_METADATA | OPTION_DATA_WITH_KEYS
OPTION_ALL_WITH_KEYS = 47;public static Option[] values()
for (Option c : Option.values()) System.out.println(c);
public static Option valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Option valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Option forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Option> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Option valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024. All rights reserved.