Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
BUILD.bazel | D | 04-Jul-2025 | 1.1 KiB | 35 | 30 | |
README.md | D | 04-Jul-2025 | 619 | 22 | 13 | |
operations.proto | D | 04-Jul-2025 | 12 KiB | 282 | 249 |
README.md
1# Longrunning Operations Changes 2 3[TOC] 4 5## Overview 6 7This is a copy of [google.longrunning][1] with below modifications: 8 91. Removed the dependency of google/api/annotations.proto (not needed). 10 111. Append an RPC of WaitOperation defined in [here](2). 12 131. Appended with a copy of google.rpc.status from "google/rpc/status.proto" and 14 renamed it to just "Status". 15 161. All necessary proto and go package name changes. 17 18[1]: 19https://github.com/googleapis/api-common-protos/blob/1.50.0/google/longrunning/operations.proto 20[2]: 21https://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto#L122 22