updateMachine abstract method

Future<UpdateMachineResponse> updateMachine(
  1. ServiceCall call,
  2. UpdateMachineRequest request
)

Implementation

$async.Future<$1.UpdateMachineResponse> updateMachine(
    $grpc.ServiceCall call, $1.UpdateMachineRequest request);