@at-ishikawa/googleapis-protobuf

The generated files for protocol buffers for Google APIs

Usage no npm install needed!

<script type="module">
  import atIshikawaGoogleapisProtobuf from 'https://cdn.skypack.dev/@at-ishikawa/googleapis-protobuf';
</script>

README

Google APIs Protobuffers

This is the unofficial library to store generated files for protocol buffers for Google APIs, that are not stored in other it's official library.

Supported Protocol Buffers

  • google/rpc

Installation

npm install @at-ishikawa/googleapis-protobuf

Example Usage

const { Status } = require('@at-ishikawa/googleapis-protobuf/google/rpc/status_pb.js');
const { Code } = require('@at-ishikawa/googleapis-protobuf/google/rpc/code_pb.js');
const {
  BadRequest
} = require('@at-ishikawa/googleapis-protobuf/google/rpc/error_details_pb.js');

You can see more examples here

Notice

Before the library becomes stable, a.k.a version < 1.0.0, this library could have BREAKING CHANGES.