Enum IndexType (3.16.2)

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

ProtocolMessageEnum

Static Fields

NameDescription
INDEX_TYPE_INTEGER

The index is a integer-type index.

INDEX_TYPE_INTEGER = 2;

INDEX_TYPE_INTEGER_VALUE

The index is a integer-type index.

INDEX_TYPE_INTEGER = 2;

INDEX_TYPE_STRING

The index is a string-type index.

INDEX_TYPE_STRING = 1;

INDEX_TYPE_STRING_VALUE

The index is a string-type index.

INDEX_TYPE_STRING = 1;

INDEX_TYPE_UNSPECIFIED

The index's type is unspecified.

INDEX_TYPE_UNSPECIFIED = 0;

INDEX_TYPE_UNSPECIFIED_VALUE

The index's type is unspecified.

INDEX_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()