Skip to content

Commit

Permalink
feat: add question_id field in ReviewDocumentOperationMetadata (#304)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 424949086
Source-Link: googleapis/googleapis@087bceb
Source-Link: googleapis/googleapis-gen@af34793
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWYzNDc5MzBiNjZkZjUwZDMwY2QwNzllMjgyNzc2ZDA4ZWI3ZjJhYSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Feb 2, 2022
1 parent d44127d commit 4ceb0ef
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,7 @@ message ReviewDocumentResponse {
message ReviewDocumentOperationMetadata {
// The basic metadata of the long running operation.
CommonOperationMetadata common_metadata = 5;

// The question ID.
string question_id = 6;
}
6 changes: 6 additions & 0 deletions packages/google-cloud-documentai/protos/protos.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 24 additions & 1 deletion packages/google-cloud-documentai/protos/protos.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/google-cloud-documentai/protos/protos.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4ceb0ef

Please sign in to comment.