> The generated `<data_model>.pb.go` files will contain all the protocol buffer code to populate, serialize, and retrieve request and response message types defined in the `models` folder.
> The `<xyz_grpc>.pb.go` file will contain the stubs for the methods defined in the `<xyz_service>.proto` file.
### Ruby
1. Install gRPC Ruby Plugin and required tools
```sh
$ gem install grpc
$ sudo apt install ruby-grpc-tools
```
# assuming `grpc_tools_ruby_protoc` has been installed via `gem install grpc-tools`