@at-ishikawa/googleapis-protobuf

0.0.6 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @at-ishikawa/googleapis-protobuf

Weekly Downloads

1

Version

0.0.6

License

MIT

Unpacked Size

106 kB

Total Files

10

Last publish

Collaborators

  • at-ishikawa