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

Commit 675aff9

Browse files
feat: add question_id field in ReviewDocumentOperationMetadata (#308)
PiperOrigin-RevId: 426180523 Source-Link: googleapis/googleapis@38a8eb9 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9a1a88b211e2e94bc8e35855378e0523cb8a6683 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWExYTg4YjIxMWUyZTk0YmM4ZTM1ODU1Mzc4ZTA1MjNjYjhhNjY4MyJ9 See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent e10cd03 commit 675aff9

4 files changed

Lines changed: 35 additions & 0 deletions

File tree

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

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: 22 additions & 0 deletions
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)