public interface ReviewDocumentOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCommonMetadata()
public abstract CommonOperationMetadata getCommonMetadata()The basic metadata of the long running operation.
.google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
| Type | Description |
| CommonOperationMetadata | The commonMetadata. |
getCommonMetadataOrBuilder()
public abstract CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()The basic metadata of the long running operation.
.google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
| Type | Description |
| CommonOperationMetadataOrBuilder |
getQuestionId()
public abstract String getQuestionId()The question ID.
string question_id = 6;
| Type | Description |
| String | The questionId. |
getQuestionIdBytes()
public abstract ByteString getQuestionIdBytes()The question ID.
string question_id = 6;
| Type | Description |
| ByteString | The bytes for questionId. |
hasCommonMetadata()
public abstract boolean hasCommonMetadata()The basic metadata of the long running operation.
.google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
| Type | Description |
| boolean | Whether the commonMetadata field is set. |