public static interface Document.Revision.HumanReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getState()
Human review state.
|
com.google.protobuf.ByteString |
getStateBytes()
Human review state.
|
String |
getStateMessage()
A message providing more details about the current state of processing.
|
com.google.protobuf.ByteString |
getStateMessageBytes()
A message providing more details about the current state of processing.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getState()
Human review state. e.g. `requested`, `succeeded`, `rejected`.
string state = 1;com.google.protobuf.ByteString getStateBytes()
Human review state. e.g. `requested`, `succeeded`, `rejected`.
string state = 1;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;com.google.protobuf.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;Copyright © 2024 Google LLC. All rights reserved.