Skip to content

Commit cea7cf8

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: googleapis/googleapis-gen@af34793 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 df6d625 commit cea7cf8

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/google-cloud-documentai/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)