IndexConfigResponse

data class IndexConfigResponse(val createTime: String, val fieldPath: String, val type: String)

Configuration for an indexed field.

Constructors

Link copied to clipboard
fun IndexConfigResponse(createTime: String, fieldPath: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The timestamp when the index was last modified.This is used to return the timestamp, and will be ignored if supplied during update.

Link copied to clipboard

The LogEntry field path to index.Note that some paths are automatically indexed, and other paths are not eligible for indexing. See indexing documentation( https://cloud.google.com/logging/docs/view/advanced-queries#indexed-fields) for details.For example: jsonPayload.request.status

Link copied to clipboard

The type of data in this index.