• Home
Name Date Size #Lines LOC

..--

longrunning/04-Jul-2025-317279

README.mdD04-Jul-2025825 2817

README.md

1# ChromeOS TLS/TLW dependencies
2
3[TOC]
4
5## Overview
6
7This is a temporary directory including dependent proto files for TLS/TLW to
8workaround importing issues when we build proto descriptor sets.
9
10## longrunning/operations.proto
11
12This is a copy of [google.longrunning][1] with below modifications:
13
141. Removed the dependency of google/api/annotations.proto. We don't need in
15   annotations in TLS/TLW.
16
171. Append an RPC of WaitOperation defined in [here](2).
18
191. Appended with a copy of google.rpc.status from "google/rpc/status.proto" and
20   renamed it to just "Status".
21
221. All necessary proto and go package name changes.
23
24[1]:
25https://github.com/googleapis/api-common-protos/blob/1.50.0/google/longrunning/operations.proto
26[2]:
27https://github.com/googleapis/googleapis/blob/master/google/longrunning/operations.proto#L122
28