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

Commit 1c61b73

Browse files
feat: add question_id field in ReviewDocumentOperationMetadata (#269)
* feat: add question_id field in ReviewDocumentOperationMetadata PiperOrigin-RevId: 424949086 Source-Link: googleapis/googleapis@087bceb Source-Link: https://github.com/googleapis/googleapis-gen/commit/af347930b66df50d30cd079e282776d08eb7f2aa Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWYzNDc5MzBiNjZkZjUwZDMwY2QwNzllMjgyNzc2ZDA4ZWI3ZjJhYSJ9 * 🦉 Updates from OwlBot 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 061eb45 commit 1c61b73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

google/cloud/documentai_v1/types/document_processor_service.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,11 +274,14 @@ class ReviewDocumentOperationMetadata(proto.Message):
274274
common_metadata (google.cloud.documentai_v1.types.CommonOperationMetadata):
275275
The basic metadata of the long running
276276
operation.
277+
question_id (str):
278+
The question ID.
277279
"""
278280

279281
common_metadata = proto.Field(
280282
proto.MESSAGE, number=5, message=operation_metadata.CommonOperationMetadata,
281283
)
284+
question_id = proto.Field(proto.STRING, number=6,)
282285

283286

284287
__all__ = tuple(sorted(__protobuf__.manifest))

0 commit comments

Comments
 (0)