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
Namespace
Google \ Cloud \ Logging \ V2Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;