Stackdriver Logging V2 Client - Class IndexType (1.26.0)

Reference documentation and code samples for the Stackdriver Logging V2 Client class IndexType.

IndexType is used for custom indexing. It describes the type of an indexed field.

Protobuf type google.logging.v2.IndexType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

INDEX_TYPE_UNSPECIFIED

Value: 0

The index's type is unspecified.

Generated from protobuf enum INDEX_TYPE_UNSPECIFIED = 0;

INDEX_TYPE_STRING

Value: 1

The index is a string-type index.

Generated from protobuf enum INDEX_TYPE_STRING = 1;

INDEX_TYPE_INTEGER

Value: 2

The index is a integer-type index.

Generated from protobuf enum INDEX_TYPE_INTEGER = 2;