new module:common/grpc-service(config, options) Service is a base class, meant to be inherited from by a "service," like BigQuery or Storage. This handles making authenticated requests by exposing a makeReq_ function. Parameters: Name Type Description config Configuration object. options object Configuration object.