updateMachine method

ResponseFuture<UpdateMachineResponse> updateMachine(
  1. UpdateMachineRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.UpdateMachineResponse> updateMachine(
    $1.UpdateMachineRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$updateMachine, request, options: options);
}