• Home
Name Date Size #Lines LOC

..--

BUILD.bazelD04-Jul-20251.1 KiB3530

README.mdD04-Jul-2025619 2213

operations.protoD04-Jul-202512 KiB282249

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