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

File tree

4 files changed

+37
-1
lines changed

4 files changed

+37
-1
lines changed

protos/google/cloud/documentai/v1/document_processor_service.proto

+3
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

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.js

+24-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protos/protos.json

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)