Sha256: 199f647ca2c5a9bc76b415fbaa0492b4ef70ef68fee6c91a0e7b4039c2ea53d3
Contents?: true
Size: 543 Bytes
Versions: 7
Compression:
Stored size: 543 Bytes
Contents
# Generated by the protocol buffer compiler. DO NOT EDIT! # Source: route_guide.proto for package 'route_guide' require 'grpc' require 'route_guide_pb' module RouteGuide module DirectionsService class Service include ::GRPC::GenericService self.marshal_class_method = :encode self.unmarshal_class_method = :decode self.service_name = 'route_guide.DirectionsService' rpc :direct_it, ::RouteGuide::DirectionsRequest, ::RouteGuide::DirectionsResponse end Stub = Service.rpc_stub_class end end
Version data entries
7 entries across 7 versions & 1 rubygems