Added TravisCI
Generate ProtoBuf stubs.
These ProtoBuf files are just binary representation of data with a specified schema.
This repository is direct translation of Swift Example
protoc google/cloud/language/v1/language_service.proto \
google/api/annotations.proto google/api/http.proto \
-Igoogleapis \
--julia_out=GoogleLanguageService/src/
https://github.com/JuliaIO/ProtoBuf.jl/blob/master/test/services/testsvc.jl
- We HTTP POST to the API endpoint (protobuf byte stream) and receiving in the same format