Interface Document.Revision.HumanReviewOrBuilder (2.4.3)

public static interface Document.Revision.HumanReviewOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract String getState()

Human review state. e.g. requested, succeeded, rejected.

string state = 1;

Returns
TypeDescription
String

The state.

getStateBytes()

public abstract ByteString getStateBytes()

Human review state. e.g. requested, succeeded, rejected.

string state = 1;

Returns
TypeDescription
ByteString

The bytes for state.

getStateMessage()

public abstract String getStateMessage()

A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.

string state_message = 2;

Returns
TypeDescription
String

The stateMessage.

getStateMessageBytes()

public abstract ByteString getStateMessageBytes()

A message providing more details about the current state of processing. For example, the rejection reason when the state is rejected.

string state_message = 2;

Returns
TypeDescription
ByteString

The bytes for stateMessage.