Module: Google::Cloud::Logging::V2::IndexType

Defined in:
proto_docs/google/logging/v2/logging_config.rb

Overview

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

Constant Summary collapse

INDEX_TYPE_UNSPECIFIED =

The index's type is unspecified.

0
INDEX_TYPE_STRING =

The index is a string-type index.

1
INDEX_TYPE_INTEGER =

The index is a integer-type index.

2