Packages

Google API protobufs for Elixir/gRPC: Datastore, Bigtable, Pub/Sub, Storage, KMS, Tasks, Secret Manager, BigQuery, IAM, Logging, Long-Running Operations and AI Generative Language

Current section

Files

Jump to
Raw

README.md

# GoogleapisProtoEx
**Google proto files for Datastore, Bigtable and Pubsub.**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `googleapis_proto_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:googleapis_proto_ex, "~> 0.1.0"}
]
end
```