Missing associated documentation comment in .proto file.
| 238 | |
| 239 | # This class is part of an EXPERIMENTAL API. |
| 240 | class ControllerService(object): |
| 241 | """Missing associated documentation comment in .proto file.""" |
| 242 | |
| 243 | @staticmethod |
| 244 | def Exec(request, |
| 245 | target, |
| 246 | options=(), |
| 247 | channel_credentials=None, |
| 248 | call_credentials=None, |
| 249 | insecure=False, |
| 250 | compression=None, |
| 251 | wait_for_ready=None, |
| 252 | timeout=None, |
| 253 | metadata=None): |
| 254 | return grpc.experimental.unary_stream( |
| 255 | request, |
| 256 | target, |
| 257 | '/ax.ControllerService/Exec', |
| 258 | proto_dot_ax__pb2.ExecRequest.SerializeToString, |
| 259 | proto_dot_ax__pb2.ExecResponse.FromString, |
| 260 | options, |
| 261 | channel_credentials, |
| 262 | insecure, |
| 263 | call_credentials, |
| 264 | compression, |
| 265 | wait_for_ready, |
| 266 | timeout, |
| 267 | metadata, |
| 268 | _registered_method=True) |
| 269 | |
| 270 | @staticmethod |
| 271 | def RegisterAgent(request, |
| 272 | target, |
| 273 | options=(), |
| 274 | channel_credentials=None, |
| 275 | call_credentials=None, |
| 276 | insecure=False, |
| 277 | compression=None, |
| 278 | wait_for_ready=None, |
| 279 | timeout=None, |
| 280 | metadata=None): |
| 281 | return grpc.experimental.unary_unary( |
| 282 | request, |
| 283 | target, |
| 284 | '/ax.ControllerService/RegisterAgent', |
| 285 | proto_dot_ax__pb2.RegisterAgentRequest.SerializeToString, |
| 286 | proto_dot_ax__pb2.RegisterAgentResponse.FromString, |
| 287 | options, |
| 288 | channel_credentials, |
| 289 | insecure, |
| 290 | call_credentials, |
| 291 | compression, |
| 292 | wait_for_ready, |
| 293 | timeout, |
| 294 | metadata, |
| 295 | _registered_method=True) |
| 296 | |
| 297 |
nothing calls this directly
no outgoing calls
no test coverage detected