Skip to content

Commit 087bceb

Browse files
Google APIscopybara-github
authored andcommitted
feat: add question_id field in ReviewDocumentOperationMetadata
PiperOrigin-RevId: 424949086
1 parent 8ce1934 commit 087bceb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

google/cloud/documentai/v1/document_processor_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,4 +298,7 @@ message ReviewDocumentResponse {
298298
message ReviewDocumentOperationMetadata {
299299
// The basic metadata of the long running operation.
300300
CommonOperationMetadata common_metadata = 5;
301+
302+
// The question ID.
303+
string question_id = 6;
301304
}

0 commit comments

Comments
 (0)