Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit e10cd03

Browse files
feat: add question_id field in ReviewDocumentOperationMetadata (#304)
PiperOrigin-RevId: 424949086 Source-Link: googleapis/googleapis@087bceb Source-Link: https://github.com/googleapis/googleapis-gen/commit/af347930b66df50d30cd079e282776d08eb7f2aa Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWYzNDc5MzBiNjZkZjUwZDMwY2QwNzllMjgyNzc2ZDA4ZWI3ZjJhYSJ9
1 parent 195e5fb commit e10cd03

4 files changed

Lines changed: 37 additions & 1 deletion

File tree

protos/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
}

protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

Lines changed: 24 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)