public static interface Document.Revision.HumanReviewOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getState()
public abstract String getState() Human review state. For example, requested, succeeded, rejected.
string state = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The state. |
getStateBytes()
public abstract ByteString getStateBytes() Human review state. For example, requested, succeeded, rejected.
string state = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for stateMessage. |