IndexState

enum IndexState : Enum<IndexState> , ConvertibleToJava<IndexState>

The state of the index. Output only.

Entries

Link copied to clipboard

The state is unspecified.

Link copied to clipboard

The index is being created. There is an active long-running operation for the index. The index is updated when writing a document. Some index data may exist.

Link copied to clipboard

The index is ready to be used. The index is updated when writing a document. The index is fully populated from all stored documents it applies to.

Link copied to clipboard

The index was being created, but something went wrong. There is no active long-running operation for the index, and the most recently finished long-running operation failed. The index is not updated when writing a document. Some index data may exist.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val javaValue: IndexState
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toJava(): IndexState
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.