state

public abstract File.Builder state(FileState state)

Setter for state.

state: Output only. Processing state of the File.


@CanIgnoreReturnValue()
public File.Builder state(FileState.Known knownType)

Setter for state given a known enum.

state: Output only. Processing state of the File.


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

Setter for state given a string.

state: Output only. Processing state of the File.