Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
45 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.25 KB

This repository is obsolete and is no longer maintained. The googleapis/googleapis repository should be used instead, see compute protos for an exmple.

Google APIs

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 .

Building

Bazel

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