Skip to content

Commit 38a8eb9

Browse files
Google APIscopybara-github
authored andcommitted
feat: add question_id field in ReviewDocumentOperationMetadata
PiperOrigin-RevId: 426180523
1 parent 2b37083 commit 38a8eb9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/documentai/v1beta3/document_processor_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -569,4 +569,7 @@ message ReviewDocumentOperationMetadata {
569569

570570
// The basic metadata of the long running operation.
571571
CommonOperationMetadata common_metadata = 5;
572+
573+
// The question ID.
574+
string question_id = 6;
572575
}

0 commit comments

Comments
 (0)