This repository is obsolete and is no longer maintained. The googleapis/googleapis repository should be used instead, see compute protos for an exmple.
This repository contains the periodically updated snapshot of Google Discovery API definitions listed at https://www.googleapis.com/discovery/v1/apis. Only the whitelisted subset of the API definitions is stored.
Each of the discovery documents is stored atomically together with its proto3 representation generated by disco-to-proto3-converter .
The recommended way to build the API client libraries is through Bazel >= 3.0.0.
First, install bazel.
To build all libraries:
bazel build //...
To test all libraries:
bazel test //...
To build one library in all languages:
bazel build //google/cloud/compute/v1/...
To build the Java package for one library:
bazel build //google/cloud/compute/v1:google-cloud-compute-v1-java
This is not an officially supported Google product