state

public abstract Document.Builder state(DocumentState state)

Setter for state.

state: Output only. Current state of the `Document`.


@CanIgnoreReturnValue()
public Document.Builder state(DocumentState.Known knownType)

Setter for state given a known enum.

state: Output only. Current state of the `Document`.


@CanIgnoreReturnValue()
public Document.Builder state(String state)

Setter for state given a string.

state: Output only. Current state of the `Document`.