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

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: https://github.com/googleapis/googleapis-gen/commit/af347930b66df50d30cd079e282776d08eb7f2aa
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYWYzNDc5MzBiNjZkZjUwZDMwY2QwNzllMjgyNzc2ZDA4ZWI3ZjJhYSJ9
  • Loading branch information
gcf-owl-bot[bot] authored Feb 2, 2022
1 parent 195e5fb commit e10cd03
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 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 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 protos/protos.json

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

0 comments on commit e10cd03

Please sign in to comment.