public enum IndexType extends Enum<IndexType> implements ProtocolMessageEnum
IndexType is used for custom indexing. It describes the type of an indexed field.
Protobuf enum google.logging.v2.IndexType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
INDEX_TYPE_INTEGER |
The index is a integer-type index. |
INDEX_TYPE_INTEGER_VALUE |
The index is a integer-type index. |
INDEX_TYPE_STRING |
The index is a string-type index. |
INDEX_TYPE_STRING_VALUE |
The index is a string-type index. |
INDEX_TYPE_UNSPECIFIED |
The index's type is unspecified. |
INDEX_TYPE_UNSPECIFIED_VALUE |
The index's type is unspecified. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |