Sha256: a3ca7d29270fd8318770e98f6fdf813129b39de44149db2f7edce77537247707

Contents?: true

Size: 1.19 KB

Versions: 738

Compression:

Stored size: 1.19 KB

Contents

Protocol Buffers
================

This folder contains protocol buffers provided with gRPC ruby, and the generated
code to them.

PREREQUISITES
-------------

The code is generated using the protoc (> 3.0.0.alpha.1) and the
grpc_ruby_plugin.  These must be installed to regenerate the IDL defined
classes, but that's not necessary just to use them.

health_check/v1
--------------------

This package defines the surface of a simple health check service that gRPC
servers may choose to implement, and provides an implementation for it. To
re-generate the surface.

```bash
$ # (from this directory)
$ protoc -I ../../proto ../../proto/grpc/health/v1/health.proto \
    --grpc_out=. \
    --ruby_out=. \
    --plugin=protoc-gen-grpc=`which grpc_ruby_plugin`
```

test
----

This package defines the surface of the gRPC interop test service and client
To re-generate the surface, it's necessary to have checked-out versions of
the grpc interop test proto, e.g, by having the full gRPC repository. E.g,

```bash
$ # (from this directory within the grpc repo)
$ protoc -I../../.. ../../../test/proto/{messages,test,empty}.proto \
    --grpc_out=. \
    --ruby_out=. \
    --plugin=protoc-gen-grpc=`which grpc_ruby_plugin`
```

Version data entries

738 entries across 738 versions & 4 rubygems

Version Path
grpc-1.67.0-x86-mingw32 src/ruby/pb/README.md
grpc-1.67.0-x86_64-linux src/ruby/pb/README.md
grpc-1.67.0-x86-linux src/ruby/pb/README.md
grpc-1.67.0-x64-mingw-ucrt src/ruby/pb/README.md
grpc-1.67.0-aarch64-linux src/ruby/pb/README.md
grpc-1.67.0 src/ruby/pb/README.md
grpc-1.67.0-x64-mingw32 src/ruby/pb/README.md
grpc-1.67.0-arm64-darwin src/ruby/pb/README.md
grpc-1.67.0-x86_64-darwin src/ruby/pb/README.md
grpc-1.67.0.pre1-arm64-darwin src/ruby/pb/README.md
grpc-1.67.0.pre1 src/ruby/pb/README.md
grpc-1.67.0.pre1-x86_64-linux src/ruby/pb/README.md
grpc-1.67.0.pre1-x86_64-darwin src/ruby/pb/README.md
grpc-1.67.0.pre1-x86-mingw32 src/ruby/pb/README.md
grpc-1.67.0.pre1-aarch64-linux src/ruby/pb/README.md
grpc-1.67.0.pre1-x64-mingw32 src/ruby/pb/README.md
grpc-1.67.0.pre1-x86-linux src/ruby/pb/README.md
grpc-1.67.0.pre1-x64-mingw-ucrt src/ruby/pb/README.md
grpc-1.66.0-arm64-darwin src/ruby/pb/README.md
grpc-1.66.0-x64-mingw32 src/ruby/pb/README.md