ProxyConfigService uses a UNIX Domain Socket "/var/run/devicemodel/sysproxy.sock" for GRPC communication. protoc generates both client and server instance for this Service. GRPC Status codes : https://developers.google.com/maps-booking/reference/grpc-api/status_codes .
| Method Name | Request Type | Response Type | Description |
|---|---|---|---|
| SetConfig | ProxyConfig | .google.protobuf.Empty | Set the proxy server configuration |
| RemoveConfig | .google.protobuf.Empty | .google.protobuf.Empty | Remove the proxy server configuration |
| GetConfig | .google.protobuf.Empty | ProxyConfig | Returns the proxy server configuration |