• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

googleapis/H19-Feb-2019-490,563372,702

internal/kokoro/H19-Feb-2019-13761

protobuf/H19-Feb-2019-1,415866

CONTRIBUTING.mdH A D19-Feb-20191.4 KiB2824

LICENSEH A D19-Feb-201911.1 KiB203169

README.mdH A D19-Feb-20191.2 KiB3224

go.modH A D19-Feb-2019384 1210

go.sumH A D19-Feb-20193.1 KiB3332

regen.goH A D19-Feb-20193.9 KiB13892

regen.shH A D19-Feb-20192.3 KiB8647

tools.goH A D19-Feb-20191.2 KiB338

README.md

1Go generated proto packages
2===========================
3
4[![GoDoc](https://godoc.org/google.golang.org/genproto?status.svg)](https://godoc.org/google.golang.org/genproto)
5
6```
7go get google.golang.org/genproto
8```
9
10> **IMPORTANT** This repository is currently experimental. The structure
11> of the contained packages is subject to change. Please see the original
12> source repositories (listed below) to find out the status of the each
13> protocol buffer's associated service.
14
15This repository contains the generated Go packages for common protocol buffer
16types, and the generated [gRPC][1] code necessary for interacting with Google's gRPC
17APIs.
18
19There are two sources for the proto files used in this repository:
20
211. [google/protobuf][2]: the code in the `protobuf` and `ptypes` subdirectories
22   is derived from this repo. The messages in `protobuf` are used to describe
23   protocol buffer messages themselves. The messages under `ptypes` define the
24   common well-known types.
252. [googleapis/googleapis][3]: the code in the `googleapis` is derived from this
26   repo. The packages here contain types specifically for interacting with Google
27   APIs.
28
29[1]: http://grpc.io
30[2]: https://github.com/google/protobuf/
31[3]: https://github.com/googleapis/googleapis/
32